[dpdk-dev] [PATCH v3 1/2] ethdev: replace callback getting filter operations

Andrew Rybchenko andrew.rybchenko at oktetlabs.ru
Sun Mar 21 10:08:30 CET 2021


On 3/21/21 12:00 PM, 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 <thomas at monjalon.net>
> Acked-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
> Acked-by: Haiyue Wang <haiyue.wang at intel.com>
> Acked-by: Rosen Xu <rosen.xu at intel.com>
> Acked-by: Hemant Agrawal <hemant.agrawal at nxp.com>

Reviewed-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>



More information about the dev mailing list