virtio-net: separate rx/tx coalescing moderation cmds
authorHeng Qi <hengqi@linux.alibaba.com>
Mon, 11 Dec 2023 10:36:05 +0000 (18:36 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Dec 2023 12:49:04 +0000 (12:49 +0000)
commitd7180080ddf7dc283e93e009662d308de733f805
tree584e3864c6cb3552318099222100a716970c7074
parent7949c06ad9a8fefc4aabe4baed057f8f4a8e33d8
virtio-net: separate rx/tx coalescing moderation cmds

This patch separates the rx and tx global coalescing moderation
commands to support netdim switches in subsequent patches.

Signed-off-by: Heng Qi <hengqi@linux.alibaba.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/virtio_net.c