aboutsummaryrefslogtreecommitdiff
path: root/net/smc/smc_sysctl.h
diff options
context:
space:
mode:
authorGravatar Geetha sowjanya <gakula@marvell.com> 2023-11-22 17:11:42 +0530
committerGravatar David S. Miller <davem@davemloft.net> 2023-11-24 12:10:17 +0000
commita8d4879d5f1fac060719567d1a8e8f8e68a127fc (patch)
treedbe5cb4cc390c23782210ea815c859ccdf761f6f /net/smc/smc_sysctl.h
parentnet: phy: correctly check soft_reset ret ONLY if defined for PHY (diff)
downloadlinux-a8d4879d5f1fac060719567d1a8e8f8e68a127fc.tar.gz
linux-a8d4879d5f1fac060719567d1a8e8f8e68a127fc.tar.bz2
linux-a8d4879d5f1fac060719567d1a8e8f8e68a127fc.zip
octeontx2-pf: TC flower offload support for ICMP type and code
Adds tc offload support for matching on ICMP type and code. Example usage: To enable adding tc ingress rules tc qdisc add dev eth0 ingress TC rule drop the ICMP echo reply: tc filter add dev eth0 protocol ip parent ffff: \ flower ip_proto icmp type 8 code 0 skip_sw action drop TC rule to drop ICMPv6 echo reply: tc filter add dev eth0 protocol ipv6 parent ffff: flower \ indev eth0 ip_proto icmpv6 type 128 code 0 action drop Signed-off-by: Geetha sowjanya <gakula@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/smc/smc_sysctl.h')
0 files changed, 0 insertions, 0 deletions