]> git.droids-corp.org - dpdk.git/commit
net/mlx5: add indirect HW steering action
authorSuanming Mou <suanmingm@nvidia.com>
Thu, 24 Feb 2022 13:40:50 +0000 (15:40 +0200)
committerRaslan Darawsheh <rasland@nvidia.com>
Thu, 24 Feb 2022 21:10:23 +0000 (22:10 +0100)
commit7ab3962d2d2b827a2d0533697161fe7916b276e8
tree56e9f4b4c4865226f9998e83d0620dee4514125b
parent1deadfd709f51e2ddccdabffa6bd79cfef4f6423
net/mlx5: add indirect HW steering action

HW steering can support indirect action as well. With indirect action,
the flow can be created with more flexible shared RSS action selection.
This will can save the action template with different RSS actions.

This commit adds the flow queue operation callback for:
rte_flow_async_action_handle_create();
rte_flow_async_action_handle_destroy();
rte_flow_async_action_handle_update();

Signed-off-by: Suanming Mou <suanmingm@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
drivers/net/mlx5/mlx5_flow.c
drivers/net/mlx5/mlx5_flow.h
drivers/net/mlx5/mlx5_flow_dv.c
drivers/net/mlx5/mlx5_flow_hw.c