Skip to content

Commit

Permalink
hv_netvsc: Fix typos in the document of UDP hashing
Browse files Browse the repository at this point in the history
There are two typos in the document, netvsc.txt,
regarding UDP hashing level. This patch fixes them.

Signed-off-by: Haiyang Zhang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
haiyangz authored and davem330 committed Aug 30, 2017
1 parent 62f3250 commit d35d6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/networking/netvsc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d35d6e9

Please sign in to comment.