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

From: Simon Horman
Date: Fri May 10 2024 - 07:35:11 EST


On Wed, May 08, 2024 at 02:33:59PM +0000, Asbjørn Sloth Tønnesen wrote:
> Convert qede_parse_flow_attr() to take extack,
> and drop the edev argument.
>
> Convert DP_NOTICE calls to use NL_SET_ERR_MSG_* instead.
>
> Pass extack in calls to qede_flow_parse_{tcp,udp}_v{4,6}().
>
> In calls to qede_parse_flow_attr(), if extack is
> unavailable, then use NULL 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>