From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B420EE49A3 for ; Tue, 22 Aug 2023 10:45:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233711AbjHVKpq (ORCPT ); Tue, 22 Aug 2023 06:45:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229449AbjHVKpo (ORCPT ); Tue, 22 Aug 2023 06:45:44 -0400 Received: from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 867A9FB; Tue, 22 Aug 2023 03:45:42 -0700 (PDT) Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 5E8881C000F; Tue, 22 Aug 2023 12:45:41 +0200 (CEST) Date: Tue, 22 Aug 2023 12:45:40 +0200 From: Pavel Machek To: Sasha Levin Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Jiri Benc , "David S . Miller" , edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org Subject: Re: [PATCH AUTOSEL 4.14 4/9] vxlan: generalize vxlan_parse_gpe_hdr and remove unused args Message-ID: References: <20230813161427.1089101-1-sashal@kernel.org> <20230813161427.1089101-4-sashal@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oOsTmPMt7U6WTNng" Content-Disposition: inline In-Reply-To: <20230813161427.1089101-4-sashal@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --oOsTmPMt7U6WTNng Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > From: Jiri Benc >=20 > [ Upstream commit 17a0a64448b568442a101de09575f81ffdc45d15 ] >=20 > The vxlan_parse_gpe_hdr function extracts the next protocol value from > the GPE header and marks GPE bits as parsed. >=20 > In order to be used in the next patch, split the function into protocol > extraction and bit marking. The bit marking is meaningful only in > vxlan_rcv; move it directly there. >=20 > Rename the function to vxlan_parse_gpe_proto to reflect what it now > does. Remove unused arguments skb and vxflags. Move the function earlier > in the file to allow it to be called from more places in the next > patch. This seems to be a cleanup/preparation for a patch we don't have queued for 4.14. Please drop. Best regards, Pavel --=20 DENX Software Engineering GmbH, Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany --oOsTmPMt7U6WTNng Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCZOSR1AAKCRAw5/Bqldv6 8mKhAJ9pUfT+HA5jxPpK61CW88dp4CxlSACaAnSnMayAjI5FG6c2pci1IjKcGy4= =4ws1 -----END PGP SIGNATURE----- --oOsTmPMt7U6WTNng--