diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-05-20 13:52:13 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-22 15:26:37 -0400 |
commit | b0db5cdf3975134ca967e8b8370a8f0c91ce2329 (patch) | |
tree | 9991a215200110ac4cdf9ef2d24a332ef2b73edf /Documentation/networking/packet_mmap.txt | |
parent | 89df20d951b310f3e33422554054ae6e58a3c7a9 (diff) | |
download | linux-stable-b0db5cdf3975134ca967e8b8370a8f0c91ce2329.tar.gz linux-stable-b0db5cdf3975134ca967e8b8370a8f0c91ce2329.tar.bz2 linux-stable-b0db5cdf3975134ca967e8b8370a8f0c91ce2329.zip |
net: doc: Update references to skb->rxhash
In commit 61b905da33 ("net: Rename skb->rxhash to skb->hash"), skb->rxhash
was renamed to skb->hash. Update references in Documentation
accordingly.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/packet_mmap.txt')
-rw-r--r-- | Documentation/networking/packet_mmap.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/packet_mmap.txt b/Documentation/networking/packet_mmap.txt index 6fea79efb4cb..38112d512f47 100644 --- a/Documentation/networking/packet_mmap.txt +++ b/Documentation/networking/packet_mmap.txt @@ -578,7 +578,7 @@ processes. This also works in combination with mmap(2) on packet sockets. Currently implemented fanout policies are: - - PACKET_FANOUT_HASH: schedule to socket by skb's rxhash + - PACKET_FANOUT_HASH: schedule to socket by skb's packet hash - PACKET_FANOUT_LB: schedule to socket by round-robin - PACKET_FANOUT_CPU: schedule to socket by CPU packet arrives on - PACKET_FANOUT_RND: schedule to socket by random selection |