[PATCH v4 05/23] app/testpmd: remove support for flow director
Bruce Richardson
bruce.richardson at intel.com
Thu Sep 3 12:38:12 CEST 2026
On Wed, Aug 05, 2026 at 10:08:59PM -0700, Stephen Hemminger wrote:
> The legacy flow director API is deprecated and being removed.
> Drop it from testpmd; the testpmd CLI is not a stable API.
>
> Removed commands:
> show port fdir (port_id|all)
> clear port fdir (port_id|all)
>
> Also, update documentation of testpmd to not refer to Flow Director.
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
> app/test-pmd/cmdline.c | 21 +--
> app/test-pmd/config.c | 163 --------------------
> app/test-pmd/testpmd.h | 3 -
> doc/guides/testpmd_app_ug/intro.rst | 4 +-
> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 56 ++-----
> 5 files changed, 17 insertions(+), 230 deletions(-)
>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list