From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: [PATCH v2 0/3] Vhost & Virtio fixes for v18.02 Date: Mon, 12 Feb 2018 16:46:09 +0100 Message-ID: <20180212154612.5297-1-maxime.coquelin@redhat.com> Cc: dev@dpdk.org, stable@dpdk.org, zhihong.wang@intel.com, qian.q.xu@intel.com, lei.a.yao@intel.com, 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 Return-path: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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