Re: [PATCH RESEND net-next v14 3/5] ethtool: provide customized dim profile management
From: Heng Qi <hidden>
Date: 2024-06-21 06:33:30
Also in:
linux-doc, virtualization
From: Heng Qi <hidden>
Date: 2024-06-21 06:33:30
Also in:
linux-doc, virtualization
On Thu, 20 Jun 2024 20:44:45 -0700, Jakub Kicinski [off-list ref] wrote:
On Tue, 18 Jun 2024 10:56:42 +0800 Heng Qi wrote:quoted
--- a/Documentation/networking/ethtool-netlink.rst +++ b/Documentation/networking/ethtool-netlink.rst@@ -1033,6 +1033,8 @@ Kernel response contents: ``ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES`` u32 max aggr size, Tx ``ETHTOOL_A_COALESCE_TX_AGGR_MAX_FRAMES`` u32 max aggr packets, Tx ``ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS`` u32 time (us), aggr, Tx + ``ETHTOOL_A_COALESCE_RX_PROFILE`` nested profile of DIM, Rx + ``ETHTOOL_A_COALESCE_TX_PROFILE`` nested profile of DIM, Tx =========================================== ====== ======================= Attributes are only included in reply if their value is not zero or theMaybe add a short line in the section for COALESCE_GET linking to dim? Something like: ``ETHTOOL_A_COALESCE_RX_PROFILE`` and ``ETHTOOL_A_COALESCE_TX_PROFILE`` refer to DIM parameters, see ... <- add ReST link to net_dim.rst here.
Will add. Thanks.