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 <[email protected]> > --- > 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 <[email protected]>
- [PATCH v3 23/23] doc: add release note about rte_et... Stephen Hemminger
- [PATCH v4 00/23] ethdev: refactor remaining uses of flow... Stephen Hemminger
- [PATCH v4 02/23] ethdev: use DPDK byte order conver... Stephen Hemminger
- Re: [PATCH v4 02/23] ethdev: use DPDK byte orde... Bruce Richardson
- [PATCH v4 03/23] net/ixgbe: remove experimental FDI... Stephen Hemminger
- Re: [PATCH v4 03/23] net/ixgbe: remove experime... Bruce Richardson
- [PATCH v4 01/23] drivers/net: remove unused include... Stephen Hemminger
- Re: [PATCH v4 01/23] drivers/net: remove unused... Hemant Agrawal
- [PATCH v4 04/23] net/i40e: remove experimental FDIR... Stephen Hemminger
- [PATCH v4 05/23] app/testpmd: remove support for fl... Stephen Hemminger
- Re: [PATCH v4 05/23] app/testpmd: remove suppor... Bruce Richardson
- [PATCH v4 06/23] app/testpmd: move str_to_flowtype ... Stephen Hemminger
- Re: [PATCH v4 06/23] app/testpmd: move str_to_f... Bruce Richardson
- [PATCH v4 07/23] app/test: include headers directly Stephen Hemminger
- RE: [PATCH v4 07/23] app/test: include headers ... Marat Khalili
- [PATCH v4 08/23] gro: include headers directly Stephen Hemminger
- Re: [PATCH v4 08/23] gro: include headers direc... Bruce Richardson
- [PATCH v4 09/23] crypto/dpaa_sec: include UDP heade... Stephen Hemminger
- Re: [PATCH v4 09/23] crypto/dpaa_sec: include U... Hemant Agrawal
- [PATCH v4 10/23] net/gve: include UDP, SCTP and TCP... Stephen Hemminger
- [PATCH v4 11/23] net/nfp: break implicit dependency... Stephen Hemminger

