From patchwork Tue Apr 9 10:58:39 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Chevallier X-Patchwork-Id: 13622269 X-Patchwork-Delegate: kuba@kernel.org Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) (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 DE76E8529C; Tue, 9 Apr 2024 10:58:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.198 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712660338; cv=none; b=oIPTJUto+2VSymDTRy4zizLNpcfd5JHwdNq2cEnJGejP6bUEI2SnryuyNEdw/LSDV56Qo6rK3WsrjV24cEmx6JfhcbS1XZY+5g0lm7GOD+peKDh279FMJ7TbaaLoYwJVbzi6WySsn5YlDDXdESYeuKhbWcHM7d6KV6hXy4BMyPQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712660338; c=relaxed/simple; bh=/ioZuY2opA9crgD3+O/NIdgBS5tBNlapFgt5HOS9l/w=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=NP/P3RpWWGXWqxhiuusk5L0sp0P+lXyqWG+3yxvuSJ3nvis7ZWqyCxEAV2ClQ0mc6cyi1iPLMXjEyPAycQKFeywDpvMMyhxIr3l/QhWz+4R/yvGNsaV+hCPivo+jyi80aj97GfVu4XvesNelEr2gotOesGMGfTwfr2jSHuCe8Fs= 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=j40dIMXa; arc=none smtp.client-ip=217.70.183.198 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="j40dIMXa" Received: by mail.gandi.net (Postfix) with ESMTPSA id 22ACFC0003; Tue, 9 Apr 2024 10:58:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1712660334; 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=thJ8uvI2UgimyENihTVu33JjOwHGCEHl5NHGiXq0AbU=; b=j40dIMXaGwyapL2aYoUuRDx/UYqjbGCLyboxaey5CI570patOpSyU5/gmmo7TmyxXFnLec ngsZoB+FGw5Dnt4EOSNpBup6dEduNKkUNutXZDtb0YZp3gTsOJxGA/F/rDqFiTbkSNpksf o87T5dlOhOQw6DgT/BFKm+fFuPkMcVy2WUREqt9tALowjdndI4yml5NfYwBsf4GbrPqOQc Nb3FWLbRx91/yzIYSdBkxGTJu8qBuri8hCjifQgJA6XCMQqZcyTsKGhVav5p8dSad4HA/D hutOrhvFAWm8xE3O46Le824Zu9SyUznwLIro66O/JcAMYyBX72ut8kO7dLjOXQ== 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 , Jonathan Corbet , =?utf-8?q?Marek_Beh=C3=BAn?= , Piergiorgio Beruto , Oleksij Rempel , =?utf-8?q?Nicol=C3=B2_Veronese?= , Simon Horman , mwojtas@chromium.org Subject: [PATCH net-next 1/8] netlink: specs: add phy-index as a header parameter Date: Tue, 9 Apr 2024 12:58:39 +0200 Message-ID: <20240409105847.465298-2-maxime.chevallier@bootlin.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240409105847.465298-1-maxime.chevallier@bootlin.com> References: <20240409105847.465298-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 87ae7b397984..e8bdad790e3d 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