Re: [PATCH v2] net/ice: fix flow engines order

2025-03-11 Thread Bruce Richardson
On Mon, Mar 10, 2025 at 05:40:28PM +, 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 al

[PATCH v2] net/ice: fix flow engines order

2025-03-10 Thread Vladimir Medvedkin
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 s