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

2023-10-24 Thread Michael S. Tsirkin
On Wed, Oct 25, 2023 at 11:35:43AM +0800, Jason Wang wrote: > On Thu, Oct 12, 2023 at 3:44 PM Heng Qi wrote: > > > > Similar to rx netdim, this patch supports adaptive tx > > coalescing moderation for the virtio-net. > > > > Signed-off-by: Heng Qi > > --- > > drivers/net/virtio_net.c | 143

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

2023-10-24 Thread Jason Wang
On Thu, Oct 12, 2023 at 3:44 PM Heng Qi wrote: > > Similar to rx netdim, this patch supports adaptive tx > coalescing moderation for the virtio-net. > > Signed-off-by: Heng Qi > --- > drivers/net/virtio_net.c | 143 --- > 1 file changed, 119 insertions(+), 24