From patchwork Tue Oct 22 15:14:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kory Maincent X-Patchwork-Id: 13845804 X-Patchwork-Delegate: kuba@kernel.org Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) (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 6A2DA1A38EC; Tue, 22 Oct 2024 15:14:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.194 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729610067; cv=none; b=uFIT+aUIAdnSbbJ4zZ4Nyw2ONS1qeOXYFkt6D2bMUW8PtCt5bE7mLr3zjBm5gwHh81yGcI7qFheX7/54sH+KK3TI3EsXjtqdP6PHfYtm7sYsJrb+wLmWoN3KzoagSITR3gexSXlk6Bucmr9aQI3JSi9Bzv17BV+/GvHmp3mOISw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729610067; c=relaxed/simple; bh=2j66laylThSRY13caSNR6w/TLOJUvqt5xCyMELBnxMQ=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=NErzhVe7f548TyC9dwGLeehqdNyvLtkmnu63E92bFvHI5hcS6yW2wC1Kl2foMjg1M02xBLDBHanBl+qDnVQHp+ek+h7QmJPC2O463tk+LOGTiff6EpknYPKZVbYn8rxU99nmSTvP24E9aUW5kHQ0gGcm2tjF6Ow8h74vdW2kQRc= 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=KP2N7bjN; arc=none smtp.client-ip=217.70.183.194 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="KP2N7bjN" Received: by mail.gandi.net (Postfix) with ESMTPSA id CE9B740003; Tue, 22 Oct 2024 15:14:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1729610063; 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; bh=WMZuGFEss8a90h3z7j9YoEt5zJ2q0/R63SAnfi2dgzk=; b=KP2N7bjNOUyEX8AzFe46XyJDvejdaYA9l2TVWQH7fymxQlLJkiIzmXYfGpbsT1e0iUcSDU sYTNpkdFMmcUPPVDLKG4IQOFBDIRNMgvEkvn/ikupnYYwHXnjfW1AT6q+YuEzrxPqtOuV2 eWbz+GQBfSMQEjMPTQluqkDJxPrh9+zZ5V9odcnXSl1U1nsH1AH4szHFqvFr5Ab/y87sIp 6oiH4SrD1WEc1RCmt5mxnKEsaajRi+3pdmkmKf/tMksIAGWJe3iDy0rGQjxamJTcTTLe4e Vgsp1Jlsf9H8Y//luk0EA+7raPsVPblaVEWgyAx7c2gkIpMIjF0bI9Qg07nr7Q== From: Kory Maincent To: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Maxime Chevallier , Kory Maincent , thomas.petazzoni@bootlin.com, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Donald Hunter Subject: [PATCH net-next] netlink: specs: Add missing phy-ntf command to ethtool spec Date: Tue, 22 Oct 2024 17:14:18 +0200 Message-Id: <20241022151418.875424-1-kory.maincent@bootlin.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-GND-Sasl: kory.maincent@bootlin.com X-Patchwork-Delegate: kuba@kernel.org ETHTOOL_MSG_PHY_NTF description is missing in the ethtool netlink spec. Add it to the spec. Signed-off-by: Kory Maincent Reviewed-by: Maxime Chevallier --- Documentation/netlink/specs/ethtool.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml index f6c5d8214c7e..93369f0eb816 100644 --- a/Documentation/netlink/specs/ethtool.yaml +++ b/Documentation/netlink/specs/ethtool.yaml @@ -1956,3 +1956,7 @@ operations: - upstream-sfp-name - downstream-sfp-name dump: *phy-get-op + - + name: phy-ntf + doc: Notification for change in PHY devices. + notify: phy-get