Skip to content

Commit 1a98f56

Browse files
author
Paolo Abeni
committed
Revert "Documentation: net: add flow control guide and document ethtool API"
This reverts commit 7bd80ed. I should not have merged it to begin with due to pending review and changes to be addressed. Link: https://patch.msgid.link/c6f3af12df9b7998920a02027fc8893ce82afc4c.1759239721.git.pabeni@redhat.com Signed-off-by: Paolo Abeni <[email protected]>
1 parent 3cfb33f commit 1a98f56

File tree

8 files changed

+15
-453
lines changed

8 files changed

+15
-453
lines changed

Documentation/netlink/specs/ethtool.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -864,9 +864,7 @@ attribute-sets:
864864

865865
-
866866
name: pause-stat
867-
doc: Statistics counters for link-wide PAUSE frames (IEEE 802.3 Annex 31B).
868867
attr-cnt-name: __ethtool-a-pause-stat-cnt
869-
enum-name: ethtool-a-pause-stat
870868
attributes:
871869
-
872870
name: unspec
@@ -877,17 +875,13 @@ attribute-sets:
877875
type: pad
878876
-
879877
name: tx-frames
880-
doc: Number of PAUSE frames transmitted.
881878
type: u64
882879
-
883880
name: rx-frames
884-
doc: Number of PAUSE frames received.
885881
type: u64
886882
-
887883
name: pause
888-
doc: Parameters for link-wide PAUSE (IEEE 802.3 Annex 31B).
889884
attr-cnt-name: __ethtool-a-pause-cnt
890-
enum-name: ethtool-a-pause
891885
attributes:
892886
-
893887
name: unspec
@@ -899,40 +893,19 @@ attribute-sets:
899893
nested-attributes: header
900894
-
901895
name: autoneg
902-
doc: |
903-
Acts as a mode selector for the driver.
904-
On GET: indicates the driver's behavior. If true, the driver will
905-
respect the negotiated outcome; if false, the driver will use a
906-
forced configuration.
907-
On SET: if true, the driver configures the PHY's advertisement based
908-
on the rx and tx attributes. If false, the driver forces the MAC
909-
into the state defined by the rx and tx attributes.
910896
type: u8
911897
-
912898
name: rx
913-
doc: |
914-
Enable receiving PAUSE frames (pausing local TX).
915-
On GET: reflects the currently preferred configuration state.
916899
type: u8
917900
-
918901
name: tx
919-
doc: |
920-
Enable transmitting PAUSE frames (pausing peer TX).
921-
On GET: reflects the currently preferred configuration state.
922902
type: u8
923903
-
924904
name: stats
925-
doc: |
926-
Contains the pause statistics counters. The source of these
927-
statistics is determined by stats-src.
928905
type: nest
929906
nested-attributes: pause-stat
930907
-
931908
name: stats-src
932-
doc: |
933-
Selects the source of the MAC statistics, values from
934-
enum ethtool_mac_stats_src. This allows requesting statistics
935-
from the individual components of the MAC Merge layer.
936909
type: u32
937910
-
938911
name: eee

0 commit comments

Comments
 (0)