Commit baae8b0b authored by Jing-Ping Jan's avatar Jing-Ping Jan Committed by Jakub Kicinski

Documentation: networking: correct spelling

Correct spelling problems for Documentation/networking/ as reported
by ispell.
Signed-off-by: default avatarJing-Ping Jan <zoo868e@gmail.com>
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240812170910.5760-1-zoo868e@gmail.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent dd1bf9f9
...@@ -934,18 +934,18 @@ Request contents: ...@@ -934,18 +934,18 @@ Request contents:
==================================== ====== =========================== ==================================== ====== ===========================
Kernel checks that requested ring sizes do not exceed limits reported by Kernel checks that requested ring sizes do not exceed limits reported by
driver. Driver may impose additional constraints and may not suspport all driver. Driver may impose additional constraints and may not support all
attributes. attributes.
``ETHTOOL_A_RINGS_CQE_SIZE`` specifies the completion queue event size. ``ETHTOOL_A_RINGS_CQE_SIZE`` specifies the completion queue event size.
Completion queue events(CQE) are the events posted by NIC to indicate the Completion queue events (CQE) are the events posted by NIC to indicate the
completion status of a packet when the packet is sent(like send success or completion status of a packet when the packet is sent (like send success or
error) or received(like pointers to packet fragments). The CQE size parameter error) or received (like pointers to packet fragments). The CQE size parameter
enables to modify the CQE size other than default size if NIC supports it. enables to modify the CQE size other than default size if NIC supports it.
A bigger CQE can have more receive buffer pointers inturn NIC can transfer A bigger CQE can have more receive buffer pointers, and in turn the NIC can
a bigger frame from wire. Based on the NIC hardware, the overall completion transfer a bigger frame from wire. Based on the NIC hardware, the overall
queue size can be adjusted in the driver if CQE size is modified. completion queue size can be adjusted in the driver if CQE size is modified.
CHANNELS_GET CHANNELS_GET
============ ============
...@@ -989,7 +989,7 @@ Request contents: ...@@ -989,7 +989,7 @@ Request contents:
===================================== ====== ========================== ===================================== ====== ==========================
Kernel checks that requested channel counts do not exceed limits reported by Kernel checks that requested channel counts do not exceed limits reported by
driver. Driver may impose additional constraints and may not suspport all driver. Driver may impose additional constraints and may not support all
attributes. attributes.
...@@ -1935,7 +1935,7 @@ When set, the optional ``ETHTOOL_A_PLCA_VERSION`` attribute indicates which ...@@ -1935,7 +1935,7 @@ When set, the optional ``ETHTOOL_A_PLCA_VERSION`` attribute indicates which
standard and version the PLCA management interface complies to. When not set, standard and version the PLCA management interface complies to. When not set,
the interface is vendor-specific and (possibly) supplied by the driver. the interface is vendor-specific and (possibly) supplied by the driver.
The OPEN Alliance SIG specifies a standard register map for 10BASE-T1S PHYs The OPEN Alliance SIG specifies a standard register map for 10BASE-T1S PHYs
embedding the PLCA Reconcialiation Sublayer. See "10BASE-T1S PLCA Management embedding the PLCA Reconciliation Sublayer. See "10BASE-T1S PLCA Management
Registers" at https://www.opensig.org/about/specifications/. Registers" at https://www.opensig.org/about/specifications/.
When set, the optional ``ETHTOOL_A_PLCA_ENABLED`` attribute indicates the When set, the optional ``ETHTOOL_A_PLCA_ENABLED`` attribute indicates the
...@@ -1997,7 +1997,7 @@ Request contents: ...@@ -1997,7 +1997,7 @@ Request contents:
``ETHTOOL_A_PLCA_ENABLED`` u8 PLCA Admin State ``ETHTOOL_A_PLCA_ENABLED`` u8 PLCA Admin State
``ETHTOOL_A_PLCA_NODE_ID`` u8 PLCA unique local node ID ``ETHTOOL_A_PLCA_NODE_ID`` u8 PLCA unique local node ID
``ETHTOOL_A_PLCA_NODE_CNT`` u8 Number of PLCA nodes on the ``ETHTOOL_A_PLCA_NODE_CNT`` u8 Number of PLCA nodes on the
netkork, including the network, including the
coordinator coordinator
``ETHTOOL_A_PLCA_TO_TMR`` u8 Transmit Opportunity Timer ``ETHTOOL_A_PLCA_TO_TMR`` u8 Transmit Opportunity Timer
value in bit-times (BT) value in bit-times (BT)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment