Re: [PATCH net-next v4 10/10] virtio-net: xsk zero copy xmit kick by threshold

2021-04-13 Thread Jason Wang
在 2021/4/13 上午11:15, Xuan Zhuo 写道: After testing, the performance of calling kick every time is not stable. And if all the packets are sent and kicked again, the performance is not good. So add a module parameter to specify how many packets are sent to call a kick. 8 is a relatively stable val

[PATCH net-next v4 10/10] virtio-net: xsk zero copy xmit kick by threshold

2021-04-12 Thread Xuan Zhuo
After testing, the performance of calling kick every time is not stable. And if all the packets are sent and kicked again, the performance is not good. So add a module parameter to specify how many packets are sent to call a kick. 8 is a relatively stable value with the best performance. Here is