]> www.infradead.org Git - users/hch/xfs.git/commit
octeontx2-af: fix issue with IPv6 ext match for RSS
authorKiran Kumar K <kirankumark@marvell.com>
Wed, 10 Jul 2024 07:51:26 +0000 (13:21 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Jul 2024 12:42:01 +0000 (13:42 +0100)
commite23ac1095b9eb8ac48f98c398d81d6ba062c9b5d
treecdf1186477b5b8b177be1e21fd104ea195c26723
parent404dc0fd6fb0bb942b18008c6f8c0320b80aca20
octeontx2-af: fix issue with IPv6 ext match for RSS

While performing RSS based on IPv6, extension ltype
is not being considered. This will be problem for
fragmented packets or packets with extension header.
Adding changes to match IPv6 ext header along with IPv6
ltype.

Fixes: 41a7aa7b800d ("octeontx2-af: NIX Rx flowkey configuration for RSS")
Signed-off-by: Kiran Kumar K <kirankumark@marvell.com>
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c