@@ -171,7 +171,7 @@ queues: for each tc, <num queues>@<offset> (e.g. queues 16@0 16@16 assigns
16 queues to tc0 at offset 0 and 16 queues to tc1 at offset 16. Max total
number of queues for all tcs is 64 or number of cores, whichever is lower.)
-hw 1 mode channel: ‘channel’ with ‘hw’ set to 1 is a new new hardware
+hw 1 mode channel: 'channel' with 'hw' set to 1 is a new hardware
offload mode in mqprio that makes full use of the mqprio options, the
TCs, the queue configurations, and the QoS parameters.
@@ -1135,7 +1135,7 @@ like flow control, FEC and more.
- Informative
* - `rx_pcs_symbol_err_phy`
- - This counter counts the number of symbol errors that wasn’t corrected by
+ - This counter counts the number of symbol errors that wasn't corrected by
FEC correction algorithm or that FEC algorithm was not active on this
interface. If this counter is increasing, it implies that the link
between the NIC and the network is suffering from high BER, and that
@@ -339,7 +339,7 @@ The send path
rds_sendmsg()
- struct rds_message built from incoming data
- CMSGs parsed (e.g. RDMA ops)
- - transport connection alloced and connected if not already
+ - transport connection allocated and connected if not already
- rds_message placed on send queue
- send worker awoken
@@ -162,7 +162,7 @@ The switchdev driver can know a particular port's position in the topology by
monitoring NETDEV_CHANGEUPPER notifications. For example, a port moved into a
bond will see its upper master change. If that bond is moved into a bridge,
the bond's upper master will change. And so on. The driver will track such
-movements to know what position a port is in in the overall topology by
+movements to know what position a port is in the overall topology by
registering for netdevice events and acting on NETDEV_CHANGEUPPER.
L2 Forwarding Offload
Fix various issues across networking documentation: remove duplicate word in drivers/ethernet/intel/iavf, fix quote formatting in mlx5/counters, correct typo in rds.rst and improve wording in switchdev topology doc. These changes are purely documentation cleanup. Signed-off-by: Abhinav Saxena <xandfury@gmail.com> --- Documentation/networking/device_drivers/ethernet/intel/iavf.rst | 2 +- .../device_drivers/ethernet/mellanox/mlx5/counters.rst | 2 +- Documentation/networking/rds.rst | 2 +- Documentation/networking/switchdev.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)