]> git.dujemihanovic.xyz Git - linux.git/commit
net: qede: use extack in qede_flow_parse_v6_common()
authorAsbjørn Sloth Tønnesen <ast@fiberby.net>
Wed, 8 May 2024 14:33:52 +0000 (14:33 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 11 May 2024 02:29:59 +0000 (19:29 -0700)
commita62944d11ae1538f2676f1ae3bef425ca124be39
treeead95330343328653c8a7c7ac9e997aa2d4e98f2
parentf63a9dc507f9f31f1325cb42b21bea64fda5a525
net: qede: use extack in qede_flow_parse_v6_common()

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@fiberby.net>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240508143404.95901-5-ast@fiberby.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/qlogic/qede/qede_filter.c