[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <54E0FAA1.7000900@iogearbox.net>
Date: Sun, 15 Feb 2015 20:59:29 +0100
From: Daniel Borkmann <daniel@...earbox.net>
To: Tom Herbert <therbert@...gle.com>, davem@...emloft.net,
netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net: Reflect RX hash for transmit
On 02/15/2015 07:37 PM, Tom Herbert wrote:
> This patch allows a driver to request that the receive hash it provides
> to the stack is reflected back in skb->hash for packets transmitted
> on the associated connection.
[...]
> + if (unlikely(skb->reflect_hash && sk->sk_txhash != skb->hash))
> + sk->sk_txhash = skb->hash;
Is there also an initial user setting this somewhere?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists