Yuying Zhang
92317961a7
net/ice: support drop any and steer all to queue
...
This patch supports drop any and steer all to queue in switch
filter. Support new rte_flow pattern any to handle all packets.
The usage is listed below.
1. drop any:
flow create 0 ingress pattern any / end actions drop / end
All packets received in port 0 will be dropped.
2. steer all to queue:
flow create 0 ingress pattern any / end actions queue index 3 / end
All packets received in port 0 will be steered to queue 3.
Signed-off-by: Yuying Zhang <yuying.zhang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2022-02-09 03:16:44 +01:00
..
2022-02-09 03:16:44 +01:00
2021-11-15 16:50:35 +01:00
2022-01-11 12:16:53 +01:00
2022-02-01 11:08:00 +01:00
2021-03-22 16:56:27 +01:00
2020-10-22 22:54:05 +02:00
2021-11-26 11:28:34 +01:00
2020-11-03 16:23:03 +01:00
2021-07-31 20:03:47 +02:00
2021-10-28 19:58:54 +02:00
2021-04-01 16:10:20 +02:00
2022-01-22 15:05:28 +01:00
2021-07-02 19:03:03 +02:00
2022-01-20 16:24:08 +01:00
2021-10-18 19:20:20 +02:00
2021-10-15 15:50:50 +02:00
2021-11-24 11:46:02 +01:00
2020-11-03 16:23:03 +01:00
2021-11-26 11:28:34 +01:00
2021-11-04 12:34:46 +01:00
2020-11-16 00:11:22 +01:00
2022-02-10 11:23:11 +01:00
2021-11-26 11:28:34 +01:00
2020-11-03 16:23:03 +01:00
2022-01-26 15:52:09 +01:00
2021-10-13 09:56:53 +02:00
2022-01-28 09:55:25 +01:00
2020-11-03 16:23:03 +01:00
2020-11-03 23:35:07 +01:00
2022-01-12 15:36:32 +01:00
2021-11-26 11:28:34 +01:00
2021-02-03 00:48:11 +01:00
2020-11-03 16:23:03 +01:00
2021-10-24 13:37:43 +02:00
2022-02-02 21:54:21 +01:00
2020-11-03 16:23:03 +01:00
2021-11-24 17:13:26 +01:00
2022-01-11 12:16:53 +01:00
2022-01-11 12:16:53 +01:00
2021-01-08 16:03:05 +01:00
2021-01-29 18:16:11 +01:00
2021-11-26 11:28:34 +01:00
2021-11-19 17:38:43 +01:00
2021-11-26 11:28:34 +01:00
2021-10-30 00:53:19 +02:00
2020-10-22 22:54:05 +02:00
2022-01-12 15:36:32 +01:00
2021-11-26 11:28:34 +01:00
2021-05-18 19:06:56 +02:00
2020-11-03 16:23:03 +01:00
2020-11-03 16:23:03 +01:00
2021-02-11 15:42:18 +01:00
2021-11-17 14:10:08 +01:00
2020-10-22 22:54:05 +02:00
2022-01-26 17:18:31 +01:00
2021-11-26 11:28:34 +01:00
2021-11-05 15:10:21 +01:00
2020-11-03 16:23:03 +01:00
2020-10-22 22:54:05 +02:00
2021-11-26 11:28:34 +01:00
2021-04-22 00:06:47 +02:00