On Tue, 18 Jun 2024 10:56:42 +0800 Heng Qi wrote: > --- 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 the Maybe 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.