]> git.feebdaed.xyz Git - 0xmirror/dpdk.git/commit
net/mlx5: skip Rx control flow tables in isolated mode
authorNupur Uttarwar <nuttarwar@nvidia.com>
Mon, 17 Nov 2025 05:05:57 +0000 (07:05 +0200)
committerRaslan Darawsheh <rasland@nvidia.com>
Tue, 18 Nov 2025 13:19:42 +0000 (14:19 +0100)
commit327682174e1a282c1351c83aacd2b9e8f8d352f2
tree710427bc24b3fc4937fe7865c1b6667b2c7f1e39
parentdf19cf4aa720935a31edcb2954a88cfd038880e6
net/mlx5: skip Rx control flow tables in isolated mode

If flow isolation is enabled, then skip flow_hw_create_ctrl_rx_tables
because these are not used with flow isolation. This is used to save
the unneeded resource allocation and also speed up the device startup
time.

Fixes: 9fa7c1cddb85 ("net/mlx5: create control flow rules with HWS")
Cc: stable@dpdk.org
Signed-off-by: Nupur Uttarwar <nuttarwar@nvidia.com>
Signed-off-by: Bing Zhao <bingz@nvidia.com>
Acked-by: Dariusz Sosnowski <dsosnowski@nvidia.com>
drivers/net/mlx5/mlx5_flow.h
drivers/net/mlx5/mlx5_flow_hw.c
drivers/net/mlx5/mlx5_trigger.c