Re: [dpdk-dev] [PATCH v3 1/2] ethdev: replace callback getting filter operations
From: Matan Azrad <hidden>
Date: 2021-03-29 20:56:36
From: Matan Azrad <hidden>
Date: 2021-03-29 20:56:36
From: Thomas Monjalon
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 <redacted> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com> Acked-by: Haiyue Wang <redacted> Acked-by: Rosen Xu <redacted> Acked-by: Hemant Agrawal <redacted>
Acked-by: Matan Azrad <redacted>