Re: [PATCH net-next v2 05/14] net: qede: use extack in qede_flow_parse_v4_common()
From: Simon Horman
Date: Fri May 10 2024 - 07:32:45 EST
On Wed, May 08, 2024 at 02:33:53PM +0000, Asbjørn Sloth Tønnesen wrote:
> Convert qede_flow_parse_v4_common() to take extack,
> and drop the edev argument.
>
> Convert DP_NOTICE call to use NL_SET_ERR_MSG_MOD instead.
>
> Pass extack in calls to qede_flow_parse_ports() and
> qede_set_v4_tuple_to_profile().
>
> In calls to qede_flow_parse_v4_common(), use NULL as extack
> for now, until a subsequent patch makes extack available.
>
> Only compile tested.
>
> Signed-off-by: Asbjørn Sloth Tønnesen <ast@xxxxxxxxxxx>
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>