Re: [PATCH net-next 8/9] net: ethernet: ti: am65-cpsw: add network flow classification support

From: Jakub Kicinski
Date: Tue Mar 25 2025 - 10:25:49 EST


On Wed, 19 Mar 2025 15:38:34 +0200 Roger Quadros wrote:
> + if (fs->location == RX_CLS_LOC_ANY ||
> + fs->location >= port->rxnfc_max)
> + return -EINVAL;

Could you clarify in the commit message that the rules are evaluated
in strict order? And what the order is?