netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: fix up hash documentation
@ 2017-06-06 16:01 Michael S. Tsirkin
  2017-06-07 17:01 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2017-06-06 16:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: Tom Herbert, Jonathan Corbet, netdev, David Miller

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>
---
 Documentation/networking/scaling.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/scaling.txt b/Documentation/networking/scaling.txt
index 59f4db2..f55639d 100644
--- a/Documentation/networking/scaling.txt
+++ b/Documentation/networking/scaling.txt
@@ -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
-- 
MST

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: fix up hash documentation
  2017-06-06 16:01 [PATCH] net: fix up hash documentation Michael S. Tsirkin
@ 2017-06-07 17:01 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-06-07 17:01 UTC (permalink / raw)
  To: mst; +Cc: linux-kernel, therbert, corbet, netdev

From: "Michael S. Tsirkin" <mst@redhat.com>
Date: Tue, 6 Jun 2017 19:01:37 +0300

> 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>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-07 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-06 16:01 [PATCH] net: fix up hash documentation Michael S. Tsirkin
2017-06-07 17:01 ` 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).