Patch [1] added support for RSS flow expansion. It was added in ethdev for public use, but until now it is used only by MLX5 PMD. This patch series fixes an issue in this code, removes it from ethdev and moves it to MLX5 PMD file (following maintainer comments on v1).
[1] commit 4ed05fcd441b ("ethdev: add flow API to expand RSS flows") --- v2: relocate code from ethdev to MLX5 PMD --- Dekel Peled (2): ethdev: fix RSS flow expansion in case of mismatch ethdev: move RSS expand code from ethdev to MLX5 PMD drivers/net/mlx5/mlx5_flow.c | 415 +++++++++++++++++++++++++++---- lib/librte_ethdev/rte_ethdev_version.map | 1 - lib/librte_ethdev/rte_flow.c | 262 ------------------- lib/librte_ethdev/rte_flow_driver.h | 62 ----- 4 files changed, 370 insertions(+), 370 deletions(-) -- 1.8.3.1