Re: [PATCH V2 net-next 05/11] net: hns3: add support for dynamic interrupt moderation

2020-11-10 Thread tanhuazhong
On 2020/11/11 9:20, Jakub Kicinski wrote: On Mon, 9 Nov 2020 11:22:33 +0800 Huazhong Tan wrote: Add dynamic interrupt moderation support for the HNS3 driver. Signed-off-by: Huazhong Tan I'm slightly confused here. What does the adaptive moderation do in your driver/device if you still nee

Re: [PATCH V2 net-next 05/11] net: hns3: add support for dynamic interrupt moderation

2020-11-10 Thread Jakub Kicinski
On Mon, 9 Nov 2020 11:22:33 +0800 Huazhong Tan wrote: > Add dynamic interrupt moderation support for the HNS3 driver. > > Signed-off-by: Huazhong Tan I'm slightly confused here. What does the adaptive moderation do in your driver/device if you still need DIM on top of it?

[PATCH V2 net-next 05/11] net: hns3: add support for dynamic interrupt moderation

2020-11-08 Thread Huazhong Tan
Add dynamic interrupt moderation support for the HNS3 driver. Signed-off-by: Huazhong Tan --- drivers/net/ethernet/hisilicon/Kconfig | 1 + drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 87 - drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 4 ++ 3 files c