lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1410602207-9084-4-git-send-email-_govind@gmx.com>
Date:	Sat, 13 Sep 2014 15:26:47 +0530
From:	Govindarajulu Varadarajan <_govind@....com>
To:	ben@...adent.org.uk
Cc:	netdev@...r.kernel.org, ssujith@...co.com,
	Govindarajulu Varadarajan <_govind@....com>
Subject: [PATCH ethtool 3/3] ethtool.8.in: Add man page for rx_copybreak

Signed-off-by: Govindarajulu Varadarajan <_govind@....com>
---
 ethtool.8.in | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/ethtool.8.in b/ethtool.8.in
index bb394cc..e3d1f13 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -176,6 +176,13 @@ ethtool \- query or control network driver and hardware settings
 .BN rx\-jumbo
 .BN tx
 .HP
+.B ethtool \-b|\-\-show\-rx_copybreak
+.I devname
+.HP
+.B ethtool \-B|\-\-set\-rx_copybreak
+.I devname
+.RI [ N ]
+.HP
 .B ethtool \-i|\-\-driver
 .I devname
 .HP
@@ -398,6 +405,17 @@ Changes the number of ring entries for the Rx Jumbo ring.
 .BI tx \ N
 Changes the number of ring entries for the Tx ring.
 .TP
+.B \-b|\-\-show\-rx_copybreak
+Get rx_copybreak value
+.TP
+.B \-B|\-\-set\-rx_copybreak
+Set rx_copybreak value
+.TP
+.B N
+rx_copybreak value in bytes. Any packet with length less than this value will
+be copied to newly allocated skb. DMA mapped skb is reused and put back in
+rx queue.
+.TP
 .B \-i \-\-driver
 Queries the specified network device for associated driver information.
 .TP
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ