On Sun, Oct 18, 2020 at 4:14 PM Andrew Rybchenko <arybche...@solarflare.com> wrote: > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index 18a748bc88..42eafb97af 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -106,12 +106,6 @@ Deprecation Notices > while evaluating performance gains of a better use of the first cache line. > > > -* ethdev: the legacy filter API, including > - ``rte_eth_dev_filter_supported()``, ``rte_eth_dev_filter_ctrl()`` > - is superseded by the generic flow API (rte_flow) in > - PMDs that implement the latter. > - The legacy API will be removed in DPDK 20.11. > -
Nit: we have a double empty line before this block, that was forgotten in a previous cleanup. It could be dropped as part of this change. > * ethdev: The flow director API, including ``rte_eth_conf.fdir_conf`` field, > and the related structures (``rte_fdir_*`` and ``rte_eth_fdir_*``), > will be removed in DPDK 20.11. -- David Marchand