On Fri, 18 Apr 2025 17:06:03 +0800 Feifei Wang <[email protected]> wrote:
> From: Yi Chen <[email protected]> > > Added support for flow director filters, including ethertype, IPv4, > IPv6, and tunnel VXLAN. In addition, user can add or delete filters. > > Signed-off-by: Yi Chen <[email protected]> > Reviewed-by: Xin Wang <[email protected]> > Reviewed-by: Feifei Wang <[email protected]> Flow director is deprecated in DPDK and planned for removal. Pleas support rte_flow instead.

