This series contains several fixes for rte_flow and its implementation in mlx4 and testpmd. Upcoming work on the flow API depends on it.
Adrien Mazarguil (9): net/mlx4: fix RSS resource leak in case of error net/mlx4: fix ignored RSS hash types app/testpmd: fix flow completion for RSS queues app/testpmd: fix lack of flow action configuration app/testpmd: fix RSS flow action configuration app/testpmd: fix missing RSS fields in flow action ethdev: fix shallow copy of flow API RSS action ethdev: fix missing boolean values in flow command ethdev: fix ABI version in meson build app/test-pmd/cmdline_flow.c | 255 ++++++++++++++++++++--- app/test-pmd/config.c | 161 +++++++++----- app/test-pmd/testpmd.h | 13 ++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 8 + drivers/net/mlx4/mlx4_flow.c | 17 +- lib/librte_ether/meson.build | 2 +- lib/librte_ether/rte_flow.c | 145 +++++++++---- 7 files changed, 477 insertions(+), 124 deletions(-) -- 2.11.0