Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1658891

[PATCH] net: fix up hash documentation

Path csiph.com!news.mixmin.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod
From "Michael S. Tsirkin" <mst@redhat.com>
Newsgroups linux.kernel
Subject [PATCH] net: fix up hash documentation
Date Tue, 06 Jun 2017 18:10:01 +0200
Message-ID <tPpdn-2Df-9@gated-at.bofh.it> (permalink)
X-Original-To linux-kernel@vger.kernel.org
Dmarc-Filter OpenDMARC Filter v1.3.2 mx1.redhat.com 782E1C0467CB
Authentication-Results ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
Authentication-Results ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=mst@redhat.com
Dkim-Filter OpenDKIM Filter v2.11.0 mx1.redhat.com 782E1C0467CB
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Disposition inline
Content-Transfer-Encoding 8bit
X-Mutt-Fcc =sent
X-Scanned-By MIMEDefang 2.79 on 10.5.11.16
X-Greylist Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Tue, 06 Jun 2017 16:01:38 +0000 (UTC)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 24
Organization linux.* mail to news gateway
X-Original-Cc Tom Herbert <therbert@google.com>, Jonathan Corbet <corbet@lwn.net>, netdev@vger.kernel.org, David Miller <davem@davemloft.net>
X-Original-Date Tue, 6 Jun 2017 19:01:37 +0300
X-Original-Message-ID <1496764881-12502-1-git-send-email-mst@redhat.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1658891

Show key headers only | View raw


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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] net: fix up hash documentation "Michael S. Tsirkin" <mst@redhat.com> - 2017-06-06 18:10 +0200

csiph-web