[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1711531146-91920-1-git-send-email-hengqi@linux.alibaba.com>
Date: Wed, 27 Mar 2024 17:19:04 +0800
From: Heng Qi <hengqi@...ux.alibaba.com>
To: netdev@...r.kernel.org,
Jakub Kicinski <kuba@...nel.org>,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>,
Vladimir Oltean <vladimir.oltean@....com>,
"David S. Miller" <davem@...emloft.net>,
Jason Wang <jasowang@...hat.com>,
"Michael S. Tsirkin" <mst@...hat.com>,
Xuan Zhuo <xuanzhuo@...ux.alibaba.com>
Subject: [PATCH net-next v2 0/2] ethtool: provide the dim profile fine-tuning channel
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 way reusing "ethtool -C"
through which the NIC can be custom configured is necessary.
Please review, thank you very much!
Changelog
======
v1->v2:
- Use ethtool tool instead of net-sysfs
V1 link:
https://lore.kernel.org/all/1710421773-61277-1-git-send-email-hengqi@linux.alibaba.com/#r
Heng Qi (2):
ethtool: provide customized dim profile management
virtio-net: support dim profile fine-tuning
Documentation/networking/ethtool-netlink.rst | 8 +++++
drivers/net/virtio_net.c | 54 ++++++++++++++++++++++++++--
include/linux/dim.h | 7 ++++
include/linux/ethtool.h | 16 ++++++++-
include/uapi/linux/ethtool_netlink.h | 4 +++
lib/dim/net_dim.c | 6 ----
net/ethtool/coalesce.c | 51 ++++++++++++++++++++++++--
net/ethtool/netlink.h | 35 ++++++++++++++++++
8 files changed, 170 insertions(+), 11 deletions(-)
--
1.8.3.1
Powered by blists - more mailing lists