Re: [PATCH net-next 4/5] virtio-net: support rx netdim

2023-11-01 Thread Jason Wang
On Wed, Nov 1, 2023 at 6:55 PM Heng Qi wrote: > > > > 在 2023/10/25 上午11:34, Jason Wang 写道: > > On Thu, Oct 12, 2023 at 3:44 PM Heng Qi wrote: > >> By comparing the traffic information in the complete napi processes, > >> let the virtio-net driver automatically adjust the coalescing > >>

Re: [PATCH net-next 4/5] virtio-net: support rx netdim

2023-10-24 Thread Jason Wang
On Thu, Oct 12, 2023 at 3:44 PM Heng Qi wrote: > > By comparing the traffic information in the complete napi processes, > let the virtio-net driver automatically adjust the coalescing > moderation parameters of each receive queue. > > Signed-off-by: Heng Qi > --- > drivers/net/virtio_net.c |