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