* [PATCH] net: doc: Update references to skb->rxhash
@ 2014-05-20 11:52 Tobias Klauser
2014-05-20 15:19 ` Daniel Borkmann
2014-05-22 19:27 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Tobias Klauser @ 2014-05-20 11:52 UTC (permalink / raw)
To: Randy Dunlap, David S. Miller; +Cc: netdev, linux-doc
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>
---
Documentation/networking/filter.txt | 2 +-
Documentation/networking/packet_mmap.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.txt
index 748fd38..7d82686 100644
--- a/Documentation/networking/filter.txt
+++ b/Documentation/networking/filter.txt
@@ -277,7 +277,7 @@ Possible BPF extensions are shown in the following table:
mark skb->mark
queue skb->queue_mapping
hatype skb->dev->type
- rxhash skb->rxhash
+ rxhash skb->hash
cpu raw_smp_processor_id()
vlan_tci vlan_tx_tag_get(skb)
vlan_pr vlan_tx_tag_present(skb)
diff --git a/Documentation/networking/packet_mmap.txt b/Documentation/networking/packet_mmap.txt
index 6fea79e..38112d5 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
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] net: doc: Update references to skb->rxhash
2014-05-20 11:52 [PATCH] net: doc: Update references to skb->rxhash Tobias Klauser
@ 2014-05-20 15:19 ` Daniel Borkmann
2014-05-22 19:27 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Borkmann @ 2014-05-20 15:19 UTC (permalink / raw)
To: Tobias Klauser; +Cc: Randy Dunlap, David S. Miller, netdev, linux-doc
On 05/20/2014 01:52 PM, Tobias Klauser wrote:
> 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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: doc: Update references to skb->rxhash
2014-05-20 11:52 [PATCH] net: doc: Update references to skb->rxhash Tobias Klauser
2014-05-20 15:19 ` Daniel Borkmann
@ 2014-05-22 19:27 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2014-05-22 19:27 UTC (permalink / raw)
To: tklauser; +Cc: rdunlap, netdev, linux-doc
From: Tobias Klauser <tklauser@distanz.ch>
Date: Tue, 20 May 2014 13:52:13 +0200
> 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>
Applied, thank you.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-22 19:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 11:52 [PATCH] net: doc: Update references to skb->rxhash Tobias Klauser
2014-05-20 15:19 ` Daniel Borkmann
2014-05-22 19:27 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).