Re: [PATCH net] sfc: check hash is valid before using it
From: David Miller <davem@davemloft.net> Date: 2020-08-14 21:07:39
From: Edward Cree <redacted>
Date: Fri, 14 Aug 2020 13:26:22 +0100
On EF100, the RX hash field in the packet prefix may not be valid (e.g.
if the header parse failed), and this is indicated by a one-bit flag
elsewhere in the packet prefix. Only call skb_set_hash() if the
RSS_HASH_VALID bit is set.
Signed-off-by: Edward Cree <redacted>