diff options
author | Amir Vadai <amir@vadai.me> | 2016-03-08 12:42:38 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-10 16:24:03 -0500 |
commit | 12185a9fafa9cf39b73588c92aa49300ff3bf191 (patch) | |
tree | 293c390acdab0f7911ff42d7aba44b83c1020c8a /net/ipv4/tcp_timer.c | |
parent | e3a2b7ed018e885721a1b664ed7bf0f3fe29c81c (diff) |
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/ipv4/tcp_timer.c')
0 files changed, 0 insertions, 0 deletions