Message ID | 20181212193039.11445-1-ppandit@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8475B112E for <patchwork-qemu-devel@patchwork.kernel.org>; Wed, 12 Dec 2018 19:34:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7669B2A985 for <patchwork-qemu-devel@patchwork.kernel.org>; Wed, 12 Dec 2018 19:34:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 62A6C2B795; Wed, 12 Dec 2018 19:34:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 09CA52A985 for <patchwork-qemu-devel@patchwork.kernel.org>; Wed, 12 Dec 2018 19:34:03 +0000 (UTC) Received: from localhost ([::1]:47612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org>) id 1gXAGg-0008Da-NQ for patchwork-qemu-devel@patchwork.kernel.org; Wed, 12 Dec 2018 14:34:02 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <ppandit@redhat.com>) id 1gXAFW-00087k-33 for qemu-devel@nongnu.org; Wed, 12 Dec 2018 14:32:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <ppandit@redhat.com>) id 1gXAFR-0001OM-JY for qemu-devel@nongnu.org; Wed, 12 Dec 2018 14:32:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14526) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <ppandit@redhat.com>) id 1gXAFR-0001Ns-Da for qemu-devel@nongnu.org; Wed, 12 Dec 2018 14:32:45 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 872C830041E1; Wed, 12 Dec 2018 19:32:44 +0000 (UTC) Received: from localhost.localdomain (ovpn-116-138.sin2.redhat.com [10.67.116.138]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 02EE4600CC; Wed, 12 Dec 2018 19:32:41 +0000 (UTC) From: P J P <ppandit@redhat.com> To: Yuval Shaia <yuval.shaia@oracle.com> Date: Thu, 13 Dec 2018 01:00:33 +0530 Message-Id: <20181212193039.11445-1-ppandit@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.43]); Wed, 12 Dec 2018 19:32:44 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v2 0/6] rdma: various issues in rdma/pvrdma backend X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <http://lists.nongnu.org/archive/html/qemu-devel/> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Cc: Prasad J Pandit <pjp@fedoraproject.org>, Li Qiang <liq3ea@163.com>, Qemu Developers <qemu-devel@nongnu.org>, Saar Amar <saaramar5@gmail.com> Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" <qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org> X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
rdma: various issues in rdma/pvrdma backend
|
expand
|
From: Prasad J Pandit <pjp@fedoraproject.org> Hello, This is a revised version v2 of the earlier patch set to fix issues in the rdma/pvrdma backend. Update to include review comments from -> https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg02616.html Thank you. --- Prasad J Pandit (6): rdma: check num_sge does not exceed MAX_SGE pvrdma: add uar_read routine pvrdma: check number of pages when creating rings pvrdma: release ring object in case of an error rdma: remove unused VENDOR_ERR_NO_SGE macro pvrdma: check return value from pvrdma_idx_ring_has_ routines hw/rdma/rdma_backend.c | 15 ++++++----- hw/rdma/vmw/pvrdma_cmd.c | 47 +++++++++++++++++++++++++++-------- hw/rdma/vmw/pvrdma_dev_ring.c | 29 ++++++++------------- hw/rdma/vmw/pvrdma_main.c | 6 +++++ 4 files changed, 60 insertions(+), 37 deletions(-)