From patchwork Wed Jun 5 12:49:11 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Chevallier X-Patchwork-Id: 13686829 X-Patchwork-Delegate: kuba@kernel.org Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) (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 2F3001AB8FE; Wed, 5 Jun 2024 12:49:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.200 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717591778; cv=none; b=YNgDAHMIARhec7WB9PifDsBn3dPr36r94HueX2uudBX5QOJMRvP6Qx5xlNgqtYL3C0fU4dG2chRJZ/KBc5CrJJ90Klacg4VY7J4xWcbg1njmg8GCuGv8umiglNxaU/F3wlw1E80QTcpKRPAjriJ+MKZyj/oFnjMPSNpL9xgH7JQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717591778; c=relaxed/simple; bh=qT13R1OnRDV3a1afGQ4ExjF7MEbhuPvbGRFaRmw/X1o=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=G277JXDMONo0eQjVALS1tfjR7uBaMQdjx2E9nU48Vaxm8TxJKVdQveweydihPlu/7RNFAq7ZhPgGNdAufekkYUOQOCzs5xV14RMchp+ZvRnPJ+qdJRxI6+6ltV05G6QSwSF8PYj6cXVQluE4TA+SpxkrJU3oU+dtBJrm3Hbo9fg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=mSrsydRT; arc=none smtp.client-ip=217.70.183.200 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="mSrsydRT" Received: by mail.gandi.net (Postfix) with ESMTPSA id 4AC672000A; Wed, 5 Jun 2024 12:49:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1717591774; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oygbDLiuF7e7Ih1qbHzskVfuqfjnaRNnv7o0s99CswA=; b=mSrsydRTuAXz/TuLRFVQcLcOGQoh67pEltQx/hw32+8NYPlDlkeyk8YXOuRYOwTMyOQu38 JtbMOhvBkV7DvbBKVN0eLm+SI+Y9/6tvU7Q4Qv22qKNYB8g/M1Xow0x6GNw0RhR6wsWcwW OOiJek0H4aBtzVvqfR6k9MkwlibEcPkLBD848G6d9XWVPs3jHXW2rF6UUkMjSwQqa+MgGl /FgkUj8eDCYqjEV+uwrALDsGrie8K17V9rRflaEsAoS5i/oJLVrfMHFm38r4I/aKntTm10 Fbpjvive+lnzgXhcCVGnBx8hwJZEErZbIsERb4b8qpRLlS/ZVCslyekcNT50vw== From: Maxime Chevallier To: davem@davemloft.net Cc: Maxime Chevallier , 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, Christophe Leroy , 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 Subject: [PATCH net-next v12 06/13] netlink: specs: add phy-index as a header parameter Date: Wed, 5 Jun 2024 14:49:11 +0200 Message-ID: <20240605124920.720690-7-maxime.chevallier@bootlin.com> X-Mailer: git-send-email 2.45.1 In-Reply-To: <20240605124920.720690-1-maxime.chevallier@bootlin.com> References: <20240605124920.720690-1-maxime.chevallier@bootlin.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-GND-Sasl: maxime.chevallier@bootlin.com X-Patchwork-Delegate: kuba@kernel.org Update the spec to take the newly introduced phy-index as a generic request parameter. Signed-off-by: Maxime Chevallier Reviewed-by: Andrew Lunn --- 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 00dc61358be8..38c2ed0da739 100644 --- a/Documentation/netlink/specs/ethtool.yaml +++ b/Documentation/netlink/specs/ethtool.yaml @@ -35,6 +35,9 @@ attribute-sets: name: flags type: u32 enum: header-flags + - + name: phy-index + type: u32 - name: bitset-bit