This patch series aims to enhance the vlan filter feature: - Support add/remove multiple vlan IDs just in one comment. - Support show the already configured vlan IDs.
Long Wu (3): app/testpmd: add/remove multiple VLAN filter IDs at once ethdev: retrieve VLAN filter configuration app/testpmd: add a command to show VLAN filter IDs app/test-pmd/cmdline.c | 92 +++++++++++--- app/test-pmd/config.c | 128 ++++++++++++++++++++ app/test-pmd/testpmd.h | 2 + doc/guides/rel_notes/release_25_07.rst | 5 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 27 ++++- lib/ethdev/ethdev_trace.h | 8 ++ lib/ethdev/ethdev_trace_points.c | 3 + lib/ethdev/rte_ethdev.c | 24 ++++ lib/ethdev/rte_ethdev.h | 19 +++ 9 files changed, 289 insertions(+), 19 deletions(-) -- 2.43.5