summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorGeetha sowjanya <gakula@marvell.com>2024-04-20 12:35:05 +0300
committerDavid S. Miller <davem@davemloft.net>2024-04-22 12:14:14 +0300
commit6a57f091622a1251c2826f7380577049199b80ea (patch)
tree041a4d4bf6112e0d24f03222e27422de916d7506 /net
parent80b7aae9e3b8fc3f1678be61ccd81d5b6e6bd6be (diff)
downloadlinux-6a57f091622a1251c2826f7380577049199b80ea.tar.xz
octeontx2-pf: Add support for offload tc with skbedit mark action
Support offloading of skbedit mark action. For example, to mark with 0x0008, with dest ip 60.60.60.2 on eth2 interface: # tc qdisc add dev eth2 ingress # tc filter add dev eth2 ingress protocol ip flower \ dst_ip 60.60.60.2 action skbedit mark 0x0008 skip_sw Signed-off-by: Geetha sowjanya <gakula@marvell.com> Reviewed-by: Jacob Keller <jacob.e.keller@intel.com> Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions