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 197BC1E508; Sat, 18 Nov 2023 23:57:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="cEBhBVl1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BEA86C433C7; Sat, 18 Nov 2023 23:57:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700351824; bh=hGn1k8/XkatnSDQ8GMUnDRJ29L047zzWy1lubfc7N5Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cEBhBVl1xLvk5oXDeO/hQsnG6k4BMSkng9WgFXyzA6Em+iJBBiZzeRd+eoREKiml+ d06lRE2o95iCw2/2hzJfi9vil93N32wNvKiRSlwHAQY0BOw7z5E5PAzQt6wah13/qr jzLQTmjZH4cRjFjjUznCZQ3zgFtkSmeesqlcUgh2aSQ8NRZmSb3+2JkqoEyccxe3RV wqZHR1rMUtQM88jaUrs0a530i3Mqth2y2d4M3/iYYhFGQOdFmJKlF5GIUe5NhhUZTT Y+Ido//Q8rYzKE9kvZlNG7AKP9GPcy0fNPNSUYr4E5VROOBw496GITGuY68RvQNeDj 8sE6m6D/B+AMA== Date: Sat, 18 Nov 2023 15:57:02 -0800 From: Jakub Kicinski To: Kory Maincent Cc: "David S. Miller" , Eric Dumazet , Paolo Abeni , Jonathan Corbet , Luis Chamberlain , Russ Weight , Greg Kroah-Hartman , "Rafael J. Wysocki" , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Petazzoni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH net-next 5/9] netlink: specs: Modify pse attribute prefix Message-ID: <20231118155702.57dcf53d@kernel.org> In-Reply-To: <20231116-feature_poe-v1-5-be48044bf249@bootlin.com> References: <20231116-feature_poe-v1-0-be48044bf249@bootlin.com> <20231116-feature_poe-v1-5-be48044bf249@bootlin.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 16 Nov 2023 15:01:37 +0100 Kory Maincent wrote: > Remove podl from the attribute prefix to prepare the support of PoE pse > netlink spec. You need to run ./tools/net/ynl/ynl-regen.sh