From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) (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 59D4C1E498; Sun, 7 Jul 2024 12:55:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.195 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720356932; cv=none; b=ISpwuyp1cddrJdcBMfTK5BYaU2o2lhihqr41tZauKgq3wRoCuW0EvLxKArCCCDX0H9ukutIulz4wNKoPe+1d0cyvb77OshmER1zhOJu7Q9VVpy1FcRYYkU72b8akcIg1es/GsQP1/fxvbQExLqGV9T5MjU1w1sSMDvWqrEUhnOE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720356932; c=relaxed/simple; bh=699Dr1Zzftx7dykQBKJJCEHmbS/vhJfNO9kbYbzbuBw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=XKBEn8XQKlWFhUJpfw1LV9mWqMqbZpt3DiXYvNCYOeEyo9WAx3xj0Q/0879EnYDHY4u6GFQ/SGJJu7qCuRNObuQnb+hHZrU2RrIkL3GDSCCD4OEow/mEJ86oeSXOAaF+oAaE/BJc+RmJIZufWWSPqEP4tCoggwMBS7Lp9kanpMQ= 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=DQQYWzK4; arc=none smtp.client-ip=217.70.183.195 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="DQQYWzK4" Received: by mail.gandi.net (Postfix) with ESMTPSA id 1832B60003; Sun, 7 Jul 2024 12:55:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1720356927; 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=Bf1fF8WwiErDA75AsNYKAJh+BycwFxySDUH58lCZ6iY=; b=DQQYWzK4nfe8TvCSLPXaPkrU4Jp4Ov33l2pvuxBymaPFP7LXr5/nz57XxpUmJnBZaR4Q/G BcXUz1IMEjakNEDx3sSaLSXSnBsOmlSCtMTNZ41K/jnVDMtnh49bORy29oLwsZ1gyvkFC4 twR2/K7mi4yJo+zD6QiA0sTzYElhZfvKtwKgckR/squSxUdZaVCu4HVadoAYXkNnrX/jN2 qXKjXZEAZxUruXdfmEuNcTi57ZlgjGIPr/OTpwi7TuPsBikXR2TP9DG2nwyOu72mVotdkJ 4IDoPnXlUU3WOX93pchqu1+cNCBBbh73Xjmf2POgju0D8O5IMEbWAM6IgmqzCA== Date: Sun, 7 Jul 2024 14:55:23 +0200 From: Kory Maincent To: Simon Horman Cc: Florian Fainelli , Broadcom internal kernel review list , Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Richard Cochran , Radu Pirea , Jay Vosburgh , Andy Gospodarek , Nicolas Ferre , Claudiu Beznea , Willem de Bruijn , Jonathan Corbet , Horatiu Vultur , UNGLinuxDriver@microchip.com, Vladimir Oltean , Thomas Petazzoni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Maxime Chevallier , Rahul Rameshbabu Subject: Re: [PATCH net-next v16 13/14] net: ethtool: Add support for tsconfig command to get/set hwtstamp config Message-ID: <20240707145523.37fdfeec@kmaincent-XPS-13-7390> In-Reply-To: <20240707082408.GF1481495@kernel.org> References: <20240705-feature_ptp_netnext-v16-0-5d7153914052@bootlin.com> <20240705-feature_ptp_netnext-v16-13-5d7153914052@bootlin.com> <20240707082408.GF1481495@kernel.org> Organization: bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-doc@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: kory.maincent@bootlin.com On Sun, 7 Jul 2024 09:24:08 +0100 Simon Horman wrote: > On Fri, Jul 05, 2024 at 05:03:14PM +0200, Kory Maincent wrote: > [...] =20 >=20 > > diff --git a/Documentation/networking/timestamping.rst > > b/Documentation/networking/timestamping.rst index > > 5e93cd71f99f..8b864ae33297 100644 --- > > a/Documentation/networking/timestamping.rst +++ > > b/Documentation/networking/timestamping.rst @@ -493,8 +493,8 @@ implici= tly > > defined. ts[0] holds a software timestamp if set, ts[1] is again deprec= ated > > and ts[2] holds a hardware timestamp if set.=20 > > =20 > > -3. Hardware Timestamping configuration: SIOCSHWTSTAMP and SIOCGHWTSTAMP > > -=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > +3. Hardware Timestamping configuration: ETHTOOL_MSG_TSCONFIG_SET/GET > > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 >=20 > nit: make htmldocs flags that this title underline is too short >=20 > ... Arf, indeed forgot to rebuild the doc, sorry. Regards, --=20 K=C3=B6ry Maincent, Bootlin Embedded Linux and kernel engineering https://bootlin.com