提交 b0db5cdf 编写于 作者: T Tobias Klauser 提交者: David S. Miller

net: doc: Update references to skb->rxhash

In commit 61b905da ("net: Rename skb->rxhash to skb->hash"), skb->rxhash
was renamed to skb->hash. Update references in Documentation
accordingly.
Signed-off-by: NTobias Klauser <tklauser@distanz.ch>
Acked-by: NDaniel Borkmann <dborkman@redhat.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 89df20d9
...@@ -277,7 +277,7 @@ Possible BPF extensions are shown in the following table: ...@@ -277,7 +277,7 @@ Possible BPF extensions are shown in the following table:
mark skb->mark mark skb->mark
queue skb->queue_mapping queue skb->queue_mapping
hatype skb->dev->type hatype skb->dev->type
rxhash skb->rxhash rxhash skb->hash
cpu raw_smp_processor_id() cpu raw_smp_processor_id()
vlan_tci vlan_tx_tag_get(skb) vlan_tci vlan_tx_tag_get(skb)
vlan_pr vlan_tx_tag_present(skb) vlan_pr vlan_tx_tag_present(skb)
......
...@@ -578,7 +578,7 @@ processes. This also works in combination with mmap(2) on packet sockets. ...@@ -578,7 +578,7 @@ processes. This also works in combination with mmap(2) on packet sockets.
Currently implemented fanout policies are: 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_LB: schedule to socket by round-robin
- PACKET_FANOUT_CPU: schedule to socket by CPU packet arrives on - PACKET_FANOUT_CPU: schedule to socket by CPU packet arrives on
- PACKET_FANOUT_RND: schedule to socket by random selection - PACKET_FANOUT_RND: schedule to socket by random selection
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册