From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id EA06D1B359; Mon, 12 Feb 2018 16:46:37 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 34B37404084B; Mon, 12 Feb 2018 15:46:37 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-42.ams2.redhat.com [10.36.112.42]) by smtp.corp.redhat.com (Postfix) with ESMTP id 092DC219AAFD; Mon, 12 Feb 2018 15:46:32 +0000 (UTC) From: Maxime Coquelin To: tiwei.bie@intel.com, yliu@fridaylinux.org, ferruh.yigit@intel.com, victork@redhat.com, thomas@monjalon.net, olivier.matz@6wind.com, jianfeng.tan@intel.com Cc: dev@dpdk.org, stable@dpdk.org, zhihong.wang@intel.com, qian.q.xu@intel.com, lei.a.yao@intel.com, Maxime Coquelin Date: Mon, 12 Feb 2018 16:46:09 +0100 Message-Id: <20180212154612.5297-1-maxime.coquelin@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Mon, 12 Feb 2018 15:46:37 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Mon, 12 Feb 2018 15:46:37 +0000 (UTC) for IP:'10.11.54.4' DOMAIN:'int-mx04.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'maxime.coquelin@redhat.com' RCPT:'' Subject: [dpdk-dev] [PATCH v2 0/3] Vhost & Virtio fixes for v18.02 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2018 15:46:38 -0000 The second revision of this series includes Olivier's patch as first patch in order to ease Thomas job when applying. Patch 2 rewords the commit message with detailed informations provided by Tiwei and olivier (Thanks!). It also moves call to virtio_rxq_vec_setup() and removes virtqueue_enqueue_recv_refill_simple() as no more used. Maxime Coquelin (2): virtio: fix resuming port with rx vector path vhost: don't take access_lock on VHOST_USER_RESET_OWNER Olivier Matz (1): net/virtio: fix mbuf data offset for simple Rx function drivers/net/virtio/virtio_rxtx.c | 38 ++++++++++++++++++--------------- drivers/net/virtio/virtio_rxtx.h | 3 --- drivers/net/virtio/virtio_rxtx_simple.c | 30 +------------------------- drivers/net/virtio/virtio_rxtx_simple.h | 2 +- lib/librte_vhost/vhost_user.c | 10 ++++----- 5 files changed, 28 insertions(+), 55 deletions(-) -- 2.14.3