summaryrefslogtreecommitdiff
path: root/ethtool.8
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2010-11-16 19:20:10 +0000
committerBen Hutchings <bhutchings@solarflare.com>2010-11-16 19:20:10 +0000
commitfbb8a1c8b230b711b507a976ac5c413d4146d92f (patch)
tree41664b2113b312b4977d54fa96fb2b365fc57a79 /ethtool.8
parentfef1c4a19703ddf939dd7ef18e3994134dc2aea0 (diff)
downloadethtool-fbb8a1c8b230b711b507a976ac5c413d4146d92f.tar.gz
ethtool: Add support for vlan accleration.
The kernel now has support for enabling and disabling vlan acceleration, similar to other forms of offloading. This adds the complementary userspace support. Signed-off-by: Jesse Gross <jesse@nicira.com> [bwh: Fix references to 'off_flags_unwanted', renamed to 'off_flags_mask'] Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'ethtool.8')
-rw-r--r--ethtool.88
1 files changed, 8 insertions, 0 deletions
diff --git a/ethtool.8 b/ethtool.8
index 7d80a5f..1760924 100644
--- a/ethtool.8
+++ b/ethtool.8
@@ -170,6 +170,8 @@ ethtool \- Display or change ethernet card settings
.B2 gso on off
.B2 gro on off
.B2 lro on off
+.B2 rxvlan on off
+.B2 txvlan on off
.B2 rxhash on off
.B ethtool \-p|\-\-identify
@@ -395,6 +397,12 @@ Specifies whether generic receive offload should be enabled
.A2 lro on off
Specifies whether large receive offload should be enabled
.TP
+.A2 rxvlan on off
+Specifies whether RX VLAN acceleration should be enabled
+.TP
+.A2 txvlan on off
+Specifies whether TX VLAN acceleration should be enabled
+.TP
.A2 rxhash on off
Specifies whether receive hashing offload should be enabled
.TP