summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAmir Vadai <amir@vadai.me>2016-03-08 10:42:38 (GMT)
committerDavid S. Miller <davem@davemloft.net>2016-03-10 21:24:03 (GMT)
commit12185a9fafa9cf39b73588c92aa49300ff3bf191 (patch)
tree293c390acdab0f7911ff42d7aba44b83c1020c8a /net
parente3a2b7ed018e885721a1b664ed7bf0f3fe29c81c (diff)
downloadlinux-12185a9fafa9cf39b73588c92aa49300ff3bf191.tar.xz
net/mlx5e: Support offload cls_flower with skbedit mark action
Introduce offloading of skbedit mark action. For example, to mark with 0x1234, all TCP (ip_proto 6) packets arriving to interface ens9: # tc qdisc add dev ens9 ingress # tc filter add dev ens9 protocol ip parent ffff: \ flower ip_proto 6 \ indev ens9 \ action skbedit mark 0x1234 Signed-off-by: Amir Vadai <amir@vadai.me> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions