Re: [dpdk-dev] [PATCH 0/3] few virtio/vhost fixes

2017-01-23 Thread Yuanhan Liu
On Sun, Jan 22, 2017 at 04:46:57PM +0800, Yuanhan Liu wrote: > --- > Yuanhan Liu (3): > vhost: fix dead loop in enqueue path > vhost: fix long stall of vhost-user negotiation > net/virtio: fix crash when number of virtio devices > 1 Applied to dpdk-next-virtio. --yliu

[dpdk-dev] [PATCH 0/3] few virtio/vhost fixes

2017-01-22 Thread Yuanhan Liu
--- Yuanhan Liu (3): vhost: fix dead loop in enqueue path vhost: fix long stall of vhost-user negotiation net/virtio: fix crash when number of virtio devices > 1 drivers/net/virtio/virtio_ethdev.c | 2 +- lib/librte_vhost/vhost_user.c | 3 ++- lib/librte_vhost/virtio_net.c | 4 +++