Import version 2.21.4

This commit is contained in:
Hyacinthe Cartiaux
2025-11-28 16:15:54 +01:00
committed by Hyacinthe Cartiaux
parent b4effa4f4a
commit 67fc21ca51
3 changed files with 3472 additions and 536 deletions
+6
View File
@@ -54,6 +54,12 @@
Set the rx copybreak value in bytes.
# ethtool --set-tunable eth0 rx-copybreak 256
Get the current tx copybreak value in bytes.
# ethtool --get-tunable eth0 tx-copybreak
Set the tx copybreak value in bytes.
# ethtool --set-tunable eth0 tx-copybreak 256
- Flow control
Queries the specified Ethernet device for pause parameter information.