On Fri, Mar 12, 2021 at 9:47 AM Thomas Monjalon wrote: > > Since rte_flow is the only API for filtering operations, > the legacy driver interface filter_ctrl was too much complicated > for the simple task of getting the struct rte_flow_ops. > > The filter type RTE_ETH_FILTER_GENERIC and > the filter operarion RTE_ETH_FILTER_GET are removed. > The new driver callback flow_ops_get replaces filter_ctrl. > > Signed-off-by: Thomas Monjalon > --- > doc/guides/nics/features.rst | 4 +-- > doc/guides/prog_guide/rte_flow.rst | 14 +------- > drivers/net/bnxt/bnxt.h | 6 ++-- > drivers/net/bnxt/bnxt_ethdev.c | 40 +++++++-------------- > drivers/net/bnxt/bnxt_reps.c | 2 +- For bnxt PMD Acked-by: Ajit Khaparde