> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf > Of Jacob Keller > Sent: Tuesday, September 16, 2025 9:15 PM > To: Brandeburg, Jesse <[email protected]>; Jakub Kicinski > <[email protected]>; Hariprasad Kelam <[email protected]>; Simon Horman > <[email protected]>; Marcin Szycik <[email protected]>; > Rahul Rameshbabu <[email protected]>; [email protected]; > [email protected]; [email protected]; > [email protected]; Keller, Jacob E <[email protected]> > Cc: Brandeburg, Jesse <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v4 1/5] net: docs: add > missing features that can have stats > > From: Jesse Brandeburg <[email protected]> > > While trying to figure out ethtool -I | --include-statistics, I > noticed some docs got missed when implementing commit 0e9c127729be > ("ethtool: > add interface to read Tx hardware timestamping statistics"). > > Fix up the docs to match the kernel code, and while there, sort them > in alphabetical order. > > Cc: Rahul Rameshbabu <[email protected]> > Reviewed-by: Jacob Keller <[email protected]> > Reviewed-by: Rahul Rameshbabu <[email protected]> > Reviewed-by: Jakub Kicinski <[email protected]> > Reviewed-by: Simon Horman <[email protected]> > Signed-off-by: Jesse Brandeburg <[email protected]> > Signed-off-by: Jacob Keller <[email protected]> > --- > Documentation/networking/statistics.rst | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/networking/statistics.rst > b/Documentation/networking/statistics.rst > index 518284e287b0..66b0ef941457 100644 > --- a/Documentation/networking/statistics.rst > +++ b/Documentation/networking/statistics.rst > @@ -184,9 +184,11 @@ Protocol-related statistics can be requested in > get commands by setting the `ETHTOOL_FLAG_STATS` flag in > `ETHTOOL_A_HEADER_FLAGS`. Currently statistics are supported in the > following commands: > > - - `ETHTOOL_MSG_PAUSE_GET` > - `ETHTOOL_MSG_FEC_GET` > + - `ETHTOOL_MSG_LINKSTATE_GET` > - `ETHTOOL_MSG_MM_GET` > + - `ETHTOOL_MSG_PAUSE_GET` > + - `ETHTOOL_MSG_TSINFO_GET` > > debugfs > ------- > > -- > 2.51.0.rc1.197.g6d975e95c9d7
Reviewed-by: Aleksandr Loktionov <[email protected]>
