Sai Krishna 3b43f19d06 octeontx2-pf: Add TC flower offload support for TCP flags
This patch adds TC offload support for matching TCP flags
from TCP header.

Example usage:
tc qdisc add dev eth0 ingress

TC rule to drop the TCP SYN packets:
tc filter add dev eth0 ingress protocol ip flower ip_proto tcp tcp_flags
0x02/0x3f skip_sw action drop

Signed-off-by: Sai Krishna <saikrishnag@marvell.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-03-08 10:26:52 +00:00
..
2024-02-28 12:20:00 -08:00
2024-01-12 11:32:19 -08:00
2024-02-17 08:56:41 -08:00
2024-02-06 20:07:35 +02:00
2024-02-10 08:02:48 -08:00
2024-02-06 14:10:47 +08:00
2024-01-18 11:37:24 -08:00
2024-01-10 08:45:22 -08:00
2024-01-18 09:48:40 -08:00
2024-03-06 07:42:08 +01:00
2024-01-18 11:37:24 -08:00
2024-01-18 11:37:24 -08:00
2024-03-02 20:50:59 -08:00
2024-03-03 02:32:35 +00:00
2024-01-09 16:32:11 -08:00
2024-02-02 12:52:44 -08:00
2024-03-01 17:22:46 -08:00
2024-01-18 11:37:24 -08:00
2024-03-07 20:26:24 -08:00
2024-01-17 15:25:27 -08:00
2023-12-15 17:07:05 +01:00
2024-01-18 15:16:57 -08:00
2024-01-18 11:37:24 -08:00
2024-02-05 16:16:24 +01:00
2023-12-11 09:10:42 +01:00
2024-01-18 16:44:03 -08:00
2024-03-01 17:18:35 -08:00
2024-01-05 15:55:41 +05:30
2024-03-01 12:44:33 -08:00
2024-01-17 14:37:40 -08:00
2024-01-11 11:31:46 -08:00
2024-02-23 09:54:13 -08:00
2024-01-18 17:08:31 -08:00
2024-02-27 12:52:51 +00:00
2023-12-15 17:27:04 +01:00
2024-02-06 20:07:12 +02:00
2024-01-04 17:03:47 +01:00
2024-02-25 10:41:57 -08:00
2024-01-18 16:44:03 -08:00
2024-01-18 15:57:25 -08:00
2024-03-05 12:38:50 -08:00
2024-01-18 16:44:03 -08:00
2024-01-12 13:32:30 -08:00
2024-01-12 12:38:37 +01:00