[RFC PATCH 0/2] net: provides dim profile fine-tuning channels

From: Heng Qi
Date: Thu Mar 14 2024 - 09:09:46 EST


The NetDIM library provides excellent acceleration for many modern
network cards. However, the default profiles of DIM limits its maximum
capabilities for different NICs, so providing a channel through which
the NIC can be custom configured is necessary.

Please review, thank you very much!

Heng Qi (2):
net: add sysfs attributes for customized dim profile management
virtio-net: support net sysfs to fine-tune dim profile

Documentation/ABI/testing/sysfs-class-net | 17 +++
drivers/net/virtio_net.c | 64 ++++++++++-
include/linux/dim.h | 7 ++
include/linux/netdevice.h | 35 ++++++
lib/dim/net_dim.c | 6 --
net/core/net-sysfs.c | 172 ++++++++++++++++++++++++++++++
6 files changed, 294 insertions(+), 7 deletions(-)

--
1.8.3.1