26e1eaf2da
This patch adds support for fdb_def_rule_en device argument to HW Steering, which controls: - the creation of the default FDB jump flow rule. - the ability of the user to create transfer flow rules in the root table. Signed-off-by: Dariusz Sosnowski <dsosnowski@nvidia.com> Signed-off-by: Xueming Li <xuemingl@nvidia.com> Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
19 lines
334 B
Plaintext
19 lines
334 B
Plaintext
DPDK_23 {
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
# added in 20.02
|
|
rte_pmd_mlx5_get_dyn_flag_names;
|
|
# added in 20.11
|
|
rte_pmd_mlx5_sync_flow;
|
|
# added in 22.03
|
|
rte_pmd_mlx5_external_rx_queue_id_map;
|
|
rte_pmd_mlx5_external_rx_queue_id_unmap;
|
|
# added in 22.07
|
|
rte_pmd_mlx5_host_shaper_config;
|
|
rte_pmd_mlx5_external_sq_enable;
|
|
};
|