Re: [PATCH v3] virtio-net: lower min ring num_free for efficiency

2019-09-02 Thread Michael S. Tsirkin
On Tue, Aug 20, 2019 at 02:51:23AM +, ? jiang wrote: > This change lowers ring buffer reclaim threshold from 1/2*queue to budget > for better performance. According to our test with qemu + dpdk, packet > dropping happens when the guest is not able to provide free buffer in > avail ring timely w

[PATCH v3] virtio-net: lower min ring num_free for efficiency

2019-08-19 Thread ? jiang
This change lowers ring buffer reclaim threshold from 1/2*queue to budget for better performance. According to our test with qemu + dpdk, packet dropping happens when the guest is not able to provide free buffer in avail ring timely with default 1/2*queue. The value in the patch has been tested and