From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D88EC17083A; Fri, 10 May 2024 11:27:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715340441; cv=none; b=owKDxX2sVQjAghEsldjFPPN+wbjFVJee96EdkqJeir0KxF3NSCjhGlW2OMyEd04UHgp2vH45YEjjmq3hWMFBmLXsieCxqtBs9WQ0mH7f+GrILvqtOhl7uVcn5/pZt/Z1yzxDAcXLHMOFXZzvEx0JhCHhKZAqN2k9GZb80EAXUSc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715340441; c=relaxed/simple; bh=4Dh5dxwQMUwQnOXqLi6BQvRsTeACaaji7ugLz/WH9Aw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oqV6/bGXg+LTtSnLsxHe/3TNrjzfyzMUHSu1W66mixyb1XvspPij6L5f6g/GpwZe1ifAyTs+8+Ss8FTc0iZklzLartR5pocoyOG70dPt41CCdhlNUNEwrhJoBlCSOf6UHib/EorwvnyIcClOVbG1CJ7QZge+CQoEAIOkE6X/hG0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WHeelpjE; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="WHeelpjE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 451ACC113CC; Fri, 10 May 2024 11:27:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1715340441; bh=4Dh5dxwQMUwQnOXqLi6BQvRsTeACaaji7ugLz/WH9Aw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WHeelpjEShFmQNx4WfooXMnJ5OwskZztJP/zt30LRFe/Gy9CFLt0KYKiblHfKQ7tp wRDkp2t9LAks6q8Ix1VBDhx+azNAwS/6yKWNXga/uDrf4ZT+rRPY25TOI4XBNlS0zu 6BjJzEpCPYd51dcoDD2zil/VokoPgQp9YixpYJH8OjB+5PyfSFuHt3lVwkPBcLn5FU 0APdOifPvMzjhOFJ5ceC06M+eVz0et/oRzKFtMIMpBchO7LFMx4X9QfTJ4B/v3HKMc oOh9+UcAeoX74Y/x+qKX+FgBueXeiKF6U3nbJN7El1lTd5TPSGLwSVV7PRyQnJZJvp 23cZSYPsRw2AA== Date: Fri, 10 May 2024 12:27:15 +0100 From: Simon Horman To: =?utf-8?Q?Asbj=C3=B8rn_Sloth_T=C3=B8nnesen?= Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Manish Chopra , Przemek Kitszel Subject: Re: [PATCH net-next v2 03/14] net: qede: use extack in qede_set_v4_tuple_to_profile() Message-ID: <20240510112715.GF2347895@kernel.org> References: <20240508143404.95901-1-ast@fiberby.net> <20240508143404.95901-4-ast@fiberby.net> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240508143404.95901-4-ast@fiberby.net> On Wed, May 08, 2024 at 02:33:51PM +0000, Asbjørn Sloth Tønnesen wrote: > Convert qede_set_v4_tuple_to_profile() to take extack, > and drop the edev argument. > > Convert DP_INFO call to use NL_SET_ERR_MSG_MOD instead. > > In calls to qede_set_v4_tuple_to_profile(), use NULL as extack > for now, until a subsequent patch makes extack available. > > Only compile tested. > > Signed-off-by: Asbjørn Sloth Tønnesen Reviewed-by: Simon Horman