Re: [PATCH net-next v2 04/14] net: qede: use extack in qede_flow_parse_v6_common()

From: Simon Horman
Date: Fri May 10 2024 - 07:31:32 EST


On Wed, May 08, 2024 at 02:33:52PM +0000, Asbjørn Sloth Tønnesen wrote:
> Convert qede_flow_parse_v6_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_v6_tuple_to_profile().
>
> In calls to qede_flow_parse_v6_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>