]> www.infradead.org Git - users/dwmw2/linux.git/commit
octeontx2-af: fix issue with IPv4 match for RSS
authorSatheesh Paul <psatheesh@marvell.com>
Wed, 10 Jul 2024 07:51:27 +0000 (13:21 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Jul 2024 12:42:01 +0000 (13:42 +0100)
commit60795bbf047654c9f8ae88d34483233a56033578
tree1ff2416c0a944bd8aa3c5e8f8ff890a310ff4a63
parente23ac1095b9eb8ac48f98c398d81d6ba062c9b5d
octeontx2-af: fix issue with IPv4 match for RSS

While performing RSS based on IPv4, packets with
IPv4 options are not being considered. Adding changes
to match both plain IPv4 and IPv4 with option header.

Fixes: 41a7aa7b800d ("octeontx2-af: NIX Rx flowkey configuration for RSS")
Signed-off-by: Satheesh Paul <psatheesh@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