Re: [PATCH v5 3/3] net/ice: fix return value for raw pattern parsing function

2024-07-22 Thread Bruce Richardson
On Mon, Jul 22, 2024 at 01:50:46PM +, Vladimir Medvedkin wrote: > If the parser was not initialized when calling ice_hash_parse_raw_pattern() > -rte_errno was returned. Replace returning rte_errno with ENOTSUP since > rte_errno is meaningless in the context of ice_hash_parse_raw_pattern(). > >

[PATCH v5 3/3] net/ice: fix return value for raw pattern parsing function

2024-07-22 Thread Vladimir Medvedkin
If the parser was not initialized when calling ice_hash_parse_raw_pattern() -rte_errno was returned. Replace returning rte_errno with ENOTSUP since rte_errno is meaningless in the context of ice_hash_parse_raw_pattern(). Fixes: 1b9c68120a1c ("net/ice: enable protocol agnostic flow offloading in RS