diff options
author | Huazhong Tan <tanhuazhong@huawei.com> | 2021-05-25 12:22:03 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-05-26 01:25:37 +0300 |
commit | 307ea4ce3edd3f7d1130d3c35955aa77063296cc (patch) | |
tree | 6e5a05cfe3e36ff894d1981beb4ae43ab06720a5 /drivers/net/ethernet/hisilicon/Kconfig | |
parent | ccc882f0d838cb45a1a78ea4e48c219887f920dc (diff) | |
download | linux-307ea4ce3edd3f7d1130d3c35955aa77063296cc.tar.xz |
net: hns3: switch to dim algorithm for adaptive interrupt moderation
The Linux kernel has support for a dynamic interrupt moderation
algorithm known as "dimlib". Replace the custom driver-specific
implementation of dynamic interrupt moderation with the kernel's
algorithm.
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/hisilicon/Kconfig')
-rw-r--r-- | drivers/net/ethernet/hisilicon/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/hisilicon/Kconfig b/drivers/net/ethernet/hisilicon/Kconfig index 44f9279cdde1..fa6025dc4cdb 100644 --- a/drivers/net/ethernet/hisilicon/Kconfig +++ b/drivers/net/ethernet/hisilicon/Kconfig @@ -130,6 +130,7 @@ config HNS3_ENET default m depends on 64BIT && PCI depends on INET + select DIMLIB help This selects the Ethernet Driver for Hisilicon Network Subsystem 3 for hip08 family of SoCs. This module depends upon HNAE3 driver to access the HNAE3 |