From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pegase2.c-s.fr (pegase2.c-s.fr [93.17.235.10]) (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 C7F322746F; Wed, 14 Aug 2024 14:30:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=93.17.235.10 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723645839; cv=none; b=PlD3RdNY/doTUojmqQbWyvDhoIQ/lBMniZScF4yAT3NBGSMO/DlqBU5r/p1rScDXE9BCexORafiYg+15R09L+6/pIuK529hUtg5PentZCFqdVxpZ+yICPAPZP/K8Ow0SE10wsSTvweiCqLIe0a1Uy8pKI7iQKAD6Jcgj+jhgaKQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723645839; c=relaxed/simple; bh=AMW9IkPbCnP4e+8hHCh2cXhvjqH1QCghLMm7RXJrLAU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=JSkKEAMPlyGDZNy5fc2OiaY6QbpZ272i77nLHO53oOIkZAkxMvILdDWJoPdHbF4v90rTXxgtjtnO/USOw1W9gY6kxyN5nINTdRVRtGEeoFne4XrWI3/a6rals/4Z9NZfNzxseQIpEBp3r2w7bE9pup6iP6P3RrrFV7TX7ct0yRA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=csgroup.eu; spf=pass smtp.mailfrom=csgroup.eu; arc=none smtp.client-ip=93.17.235.10 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=csgroup.eu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=csgroup.eu Received: from localhost (mailhub3.si.c-s.fr [172.26.127.67]) by localhost (Postfix) with ESMTP id 4WkVzH6F3Kz9sPd; Wed, 14 Aug 2024 16:30:35 +0200 (CEST) X-Virus-Scanned: amavisd-new at c-s.fr Received: from pegase2.c-s.fr ([172.26.127.65]) by localhost (pegase2.c-s.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9-7gbIptVTqL; Wed, 14 Aug 2024 16:30:35 +0200 (CEST) Received: from messagerie.si.c-s.fr (messagerie.si.c-s.fr [192.168.25.192]) by pegase2.c-s.fr (Postfix) with ESMTP id 4WkVzH5PQhz9rvV; Wed, 14 Aug 2024 16:30:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by messagerie.si.c-s.fr (Postfix) with ESMTP id A663D8B775; Wed, 14 Aug 2024 16:30:35 +0200 (CEST) X-Virus-Scanned: amavisd-new at c-s.fr Received: from messagerie.si.c-s.fr ([127.0.0.1]) by localhost (messagerie.si.c-s.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id PDqzrzfAyq3R; Wed, 14 Aug 2024 16:30:35 +0200 (CEST) Received: from [192.168.232.91] (unknown [192.168.232.91]) by messagerie.si.c-s.fr (Postfix) with ESMTP id 844318B764; Wed, 14 Aug 2024 16:30:34 +0200 (CEST) Message-ID: <8803ffbb-2397-40ca-a780-e82d8d3ca6cd@csgroup.eu> Date: Wed, 14 Aug 2024 16:30:33 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH net-next v17 06/14] netlink: specs: add phy-index as a header parameter To: Maxime Chevallier , davem@davemloft.net Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, Andrew Lunn , Jakub Kicinski , Eric Dumazet , Paolo Abeni , Russell King , linux-arm-kernel@lists.infradead.org, Herve Codina , Florian Fainelli , Heiner Kallweit , Vladimir Oltean , =?UTF-8?Q?K=C3=B6ry_Maincent?= , Jesse Brandeburg , =?UTF-8?Q?Marek_Beh=C3=BAn?= , Piergiorgio Beruto , Oleksij Rempel , =?UTF-8?Q?Nicol=C3=B2_Veronese?= , Simon Horman , mwojtas@chromium.org, Nathan Chancellor , Antoine Tenart , Marc Kleine-Budde , Dan Carpenter , Romain Gantois References: <20240709063039.2909536-1-maxime.chevallier@bootlin.com> <20240709063039.2909536-7-maxime.chevallier@bootlin.com> Content-Language: fr-FR From: Christophe Leroy In-Reply-To: <20240709063039.2909536-7-maxime.chevallier@bootlin.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Le 09/07/2024 à 08:30, Maxime Chevallier a écrit : > Update the spec to take the newly introduced phy-index as a generic > request parameter. > > Signed-off-by: Maxime Chevallier > Reviewed-by: Andrew Lunn Reviewed-by: Christophe Leroy Tested-by: Christophe Leroy > --- > Documentation/netlink/specs/ethtool.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml > index 495e35fcfb21..586f1da8eb7b 100644 > --- a/Documentation/netlink/specs/ethtool.yaml > +++ b/Documentation/netlink/specs/ethtool.yaml > @@ -54,6 +54,9 @@ attribute-sets: > name: flags > type: u32 > enum: header-flags > + - > + name: phy-index > + type: u32 > > - > name: bitset-bit