Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1723653
| From | Haiyang Zhang <haiyangz@exchange.microsoft.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next] hv_netvsc: Fix typos in the document of UDP hashing |
| Date | 2017-08-30 22:40 +0200 |
| Message-ID | <ukhWi-4BB-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Haiyang Zhang <haiyangz@microsoft.com>
There are two typos in the document, netvsc.txt,
regarding UDP hashing level. This patch fixes them.
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
---
Documentation/networking/netvsc.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/networking/netvsc.txt b/Documentation/networking/netvsc.txt
index fa8d86356791..93560fb1170a 100644
--- a/Documentation/networking/netvsc.txt
+++ b/Documentation/networking/netvsc.txt
@@ -32,9 +32,9 @@ Features
hashing. Using L3 hashing is recommended in this case.
For example, for UDP over IPv4 on eth0:
- To include UDP port numbers in hasing:
+ To include UDP port numbers in hashing:
ethtool -N eth0 rx-flow-hash udp4 sdfn
- To exclude UDP port numbers in hasing:
+ To exclude UDP port numbers in hashing:
ethtool -N eth0 rx-flow-hash udp4 sd
To show UDP hash level:
ethtool -n eth0 rx-flow-hash udp4
--
2.14.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH net-next] hv_netvsc: Fix typos in the document of UDP hashing Haiyang Zhang <haiyangz@exchange.microsoft.com> - 2017-08-30 22:40 +0200 Re: [PATCH net-next] hv_netvsc: Fix typos in the document of UDP hashing David Miller <davem@davemloft.net> - 2017-08-31 01:10 +0200
csiph-web