DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] ethdev: remove deprecated Flow Director configuration
@ 2022-08-03 11:13 Andrew Rybchenko
  2022-08-03 11:13 ` [PATCH 1/3] net/ixgbe: add helper to get " Andrew Rybchenko
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Andrew Rybchenko @ 2022-08-03 11:13 UTC (permalink / raw)
  To: Thomas Monjalon, Ferruh Yigit
  Cc: dev, Qiming Yang, Wenjun Wu, Yuying Zhang, Beilei Xing,
	Rasesh Mody, Devendra Singh Rawat, Jiawen Wu, Jian Wang

Flow Director configuration fdir_conf was deprecated long time ago and
was planned to be removed in 20.11.

i40e, ixgbe, qede and txgbe driver maintainers are encouraged to review
correspodning patches very carefully.

Internal copy of the Flow Director configuration in ixgbe and txgbe
drivers is not actually initialized. Should I use configuration from
testpmd as the default one?

Andrew Rybchenko (3):
  net/ixgbe: add helper to get Flow Director configuration
  net/txgbe: add helper to get Flow Director configuration
  ethdev: remove deprecated Flow Director configuration

 app/test-pmd/cmdline.c                      | 343 --------------------
 app/test-pmd/config.c                       | 100 ------
 app/test-pmd/parameters.c                   |  76 -----
 app/test-pmd/testpmd.c                      |  24 --
 app/test-pmd/testpmd.h                      |   6 -
 doc/guides/nics/fm10k.rst                   |   2 -
 doc/guides/nics/ixgbe.rst                   |   1 -
 doc/guides/rel_notes/deprecation.rst        |   4 -
 doc/guides/rel_notes/release_22_11.rst      |   4 +
 doc/guides/testpmd_app_ug/run_app.rst       |  27 --
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  38 ---
 drivers/net/cnxk/cnxk_ethdev.c              |   5 -
 drivers/net/fm10k/fm10k_rxtx_vec.c          |   5 -
 drivers/net/hns3/hns3_rxtx_vec.c            |   4 -
 drivers/net/i40e/i40e_ethdev.c              |  31 --
 drivers/net/i40e/i40e_fdir.c                | 304 +----------------
 drivers/net/i40e/i40e_rxtx_vec_common.h     |   5 -
 drivers/net/ixgbe/ixgbe_ethdev.c            |   2 +-
 drivers/net/ixgbe/ixgbe_ethdev.h            |   4 +
 drivers/net/ixgbe/ixgbe_fdir.c              |  32 +-
 drivers/net/ixgbe/ixgbe_flow.c              |  13 +-
 drivers/net/ixgbe/ixgbe_rxtx_vec_common.h   |   2 +-
 drivers/net/octeontx/octeontx_ethdev.c      |   5 -
 drivers/net/qede/qede_filter.c              |  29 +-
 drivers/net/sfc/sfc.c                       |   5 -
 drivers/net/sfc/sfc_repr.c                  |   5 -
 drivers/net/thunderx/nicvf_ethdev.c         |   5 -
 drivers/net/txgbe/txgbe_ethdev.c            |   2 +-
 drivers/net/txgbe/txgbe_ethdev.h            |   3 +
 drivers/net/txgbe/txgbe_fdir.c              |  24 +-
 drivers/net/txgbe/txgbe_flow.c              |  13 +-
 lib/ethdev/ethdev_driver.h                  |  36 ++
 lib/ethdev/rte_ethdev.h                     |  43 ---
 33 files changed, 100 insertions(+), 1102 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-08-31 13:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-03 11:13 [PATCH 0/3] ethdev: remove deprecated Flow Director configuration Andrew Rybchenko
2022-08-03 11:13 ` [PATCH 1/3] net/ixgbe: add helper to get " Andrew Rybchenko
2022-08-03 11:13 ` [PATCH 2/3] net/txgbe: " Andrew Rybchenko
2022-08-03 11:13 ` [PATCH 3/3] ethdev: remove deprecated " Andrew Rybchenko
2022-08-04 11:07   ` Dongdong Liu
2022-08-24  9:42 ` [PATCH 0/3] " Ferruh Yigit
2022-08-31 13:27   ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).