On Mon, Mar 10, 2025 at 05:40:28PM +0000, Vladimir Medvedkin wrote: > Reorder flow engine evaluation for RTE flow rule installation. > Currently, the driver evaluates rules with engines in the order they are > executed in the hardware. However, in this situation, some wildcarded flows > that are also supported by the ACL engine are installed as switch engine > rules, which scales poorly with each distinct wildcard mask configuration. > > Fixes: fabc9e1322e2 ("net/ice: fix flows handling") > Cc: sta...@dpdk.org > > Signed-off-by: Vladimir Medvedkin <vladimir.medved...@intel.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Applied to dpdk-next-net-intel, Thanks, /Bruce