[dpdk-dev] [PATCH v2] virtio: fix rx ring descriptor starvation

2016-03-23 Thread Bruce Richardson
On Wed, Mar 23, 2016 at 06:07:33AM +0800, Huawei Xie wrote: > Acked-by: Huawei Xie Applied to dpdk-next-net/rel_16_04 /Bruce

[dpdk-dev] [PATCH v2] virtio: fix rx ring descriptor starvation

2016-03-23 Thread Huawei Xie
Acked-by: Huawei Xie

[dpdk-dev] [PATCH v2] virtio: fix rx ring descriptor starvation

2016-03-10 Thread Kyle Larose
Virtio has an mbuf descriptor ring containing mbufs to be used for receiving traffic. When the host queues traffic to be sent to the guest, it consumes these descriptors. If none exist, it discards the packet. The virtio pmd allocates mbufs to the descriptor ring every time it succesfully