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
..
2021-11-15 16:50:35 +01:00
2022-02-01 11:08:00 +01: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-18 19:20:20 +02:00
2020-11-03 16:23:03 +01:00
2021-11-26 11:28:34 +01:00
2021-11-26 11:28:34 +01:00
2020-11-03 16:23:03 +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
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-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
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-11-26 11:28:34 +01:00
2020-11-03 16:23:03 +01:00
2021-11-26 11:28:34 +01:00
2021-04-22 00:06:47 +02:00