From mboxrd@z Thu Jan 1 00:00:00 1970 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 805DC1B5325; Tue, 22 Oct 2024 15:56:05 +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=1729612568; cv=none; b=T7l7dLJt3pdzeyfaquos1yeQZJzIHg4RFeYEFJYgLql260v6L0X/WT3HnPhd/lh0OtxcVuxYTznPnI8X/A7y6BVfHDprImefM0OK2L91+jb9cRc7piEY4twdYsW6PGnpJOxr0x2HYqJqHv+QApnby8t8VitqJkk4XQZBDCR1MGo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729612568; c=relaxed/simple; bh=0zMhEFYUlJtMFyxQdZN5BV4hydU/hnXmDWl8xY9n790=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=mnwYvLG/L9g6IQs/r8BOWubm929Rnj7iUZ2nCodLXWKkEkZczTjGFDBWsUE9Y5RNFrxNS+Bpqu2tdHCzaydJ83WRGVr1Yk1WgixcvMpFjbjefqJ6bVIi4Xi5Xu9WNXN0b9+9OCkQaFHKWoQ1K6y7JGT7OtPnTCNiOuBi8il8lbU= 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=OrEH2eJo; 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="OrEH2eJo" Received: by mail.gandi.net (Postfix) with ESMTPSA id 4D9EE40008; Tue, 22 Oct 2024 15:56:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1729612564; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0zMhEFYUlJtMFyxQdZN5BV4hydU/hnXmDWl8xY9n790=; b=OrEH2eJocZc8osyxdc/7D8Dc6IsdqjX5pb0PytGovP172ZhAaJRb4XhTkUcdastaBq01YE G6oIk9TIFWpaDu5/LLIs9tkRlRSn20VQQm9NOXxiO3ny02Wgz50B+oHzU6vSomJ4T2Wh9H GJ2qV2XR8fhxxzn+9YYhIu9Abnw9lFH1IDDVQM73JZOHS8WSKbKVb+wKODCHynFXhIz2yT HqRR4tbTxmC3zZZC8EhlCn991ph+wzygxSeqqcKuvoBVkXw2/fvFG9lg7pb+LvbHta5oWQ BonaQ8cIoKRkXa1KO7hc9o+LPrvxPJhNc9BdDQ90e393SWXWYKfFR89N7ua+mA== Date: Tue, 22 Oct 2024 17:56:02 +0200 From: Maxime Chevallier To: Kory Maincent Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Donald Hunter Subject: Re: [PATCH net-next] netlink: specs: Add missing phy-ntf command to ethtool spec Message-ID: <20241022175602.32c246d5@device-21.home> In-Reply-To: <20241022151418.875424-1-kory.maincent@bootlin.com> References: <20241022151418.875424-1-kory.maincent@bootlin.com> Organization: Bootlin X-Mailer: Claws Mail 4.3.0 (GTK 3.24.43; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Sasl: maxime.chevallier@bootlin.com Hello K=C3=B6ry, On Tue, 22 Oct 2024 17:14:18 +0200 Kory Maincent wrote: > ETHTOOL_MSG_PHY_NTF description is missing in the ethtool netlink spec. > Add it to the spec. >=20 > Signed-off-by: Kory Maincent Nice catch, sorry about that. Reviewed-by: Maxime Chevallier Maxime