aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorHeng Qi <hengqi@linux.alibaba.com>2023-12-11 18:36:07 +0800
committerDavid S. Miller <davem@davemloft.net>2023-12-13 12:49:05 +0000
commit6208799553a85875c9f812ba8e4c99d1fc69e8b9 (patch)
treee865a59668f2deb8ac51d349efd4795c66f0ef33 /drivers/net/Kconfig
parent1db43c0818e29f24665e38c8878418f597e130ec (diff)
downloadlinux-6208799553a85875c9f812ba8e4c99d1fc69e8b9.tar.gz
virtio-net: support rx netdim
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 <hengqi@linux.alibaba.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index af0da4bb429ba5..8ca0bc223b3006 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -434,6 +434,7 @@ config VIRTIO_NET
tristate "Virtio network driver"
depends on VIRTIO
select NET_FAILOVER
+ select DIMLIB
help
This is the virtual network driver for virtio. It can be used with
QEMU based VMMs (like KVM or Xen). Say Y or M.