]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
net: fix up hash documentation
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 6 Jun 2017 16:01:37 +0000 (19:01 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Jun 2017 17:00:41 +0000 (13:00 -0400)
commit 61b905da33 ("net: Rename skb->rxhash to skb->hash")
didn't update the documentation, fix this up.

Cc: Tom Herbert <therbert@google.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/scaling.txt

index 59f4db2a0c85c02df4f6cee3176ceb173333cac1..f55639d71d35b8c466252808cf9b0e58d42b7f30 100644 (file)
@@ -122,7 +122,7 @@ associated flow of the packet. The hash is either provided by hardware
 or will be computed in the stack. Capable hardware can pass the hash in
 the receive descriptor for the packet; this would usually be the same
 hash used for RSS (e.g. computed Toeplitz hash). The hash is saved in
-skb->rx_hash and can be used elsewhere in the stack as a hash of the
+skb->hash and can be used elsewhere in the stack as a hash of the
 packet’s flow.
 
 Each receive hardware queue has an associated list of CPUs to which