All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net] ptp: fix filter names in the documentation
@ 2021-11-26  3:19 Jakub Kicinski
  2021-11-26 16:36 ` Richard Cochran
  2021-11-26 19:30 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Jakub Kicinski @ 2021-11-26  3:19 UTC (permalink / raw)
  To: davem; +Cc: corbet, netdev, linux-doc, richardcochran, Jakub Kicinski

All the filter names are missing _PTP in them.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
 Documentation/networking/timestamping.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/timestamping.rst b/Documentation/networking/timestamping.rst
index a722eb30e014..80b13353254a 100644
--- a/Documentation/networking/timestamping.rst
+++ b/Documentation/networking/timestamping.rst
@@ -486,8 +486,8 @@ of packets.
 Drivers are free to use a more permissive configuration than the requested
 configuration. It is expected that drivers should only implement directly the
 most generic mode that can be supported. For example if the hardware can
-support HWTSTAMP_FILTER_V2_EVENT, then it should generally always upscale
-HWTSTAMP_FILTER_V2_L2_SYNC_MESSAGE, and so forth, as HWTSTAMP_FILTER_V2_EVENT
+support HWTSTAMP_FILTER_PTP_V2_EVENT, then it should generally always upscale
+HWTSTAMP_FILTER_PTP_V2_L2_SYNC, and so forth, as HWTSTAMP_FILTER_PTP_V2_EVENT
 is more generic (and more useful to applications).
 
 A driver which supports hardware time stamping shall update the struct
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net] ptp: fix filter names in the documentation
  2021-11-26  3:19 [PATCH net] ptp: fix filter names in the documentation Jakub Kicinski
@ 2021-11-26 16:36 ` Richard Cochran
  2021-11-26 19:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Cochran @ 2021-11-26 16:36 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: davem, corbet, netdev, linux-doc

On Thu, Nov 25, 2021 at 07:19:21PM -0800, Jakub Kicinski wrote:
> All the filter names are missing _PTP in them.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Acked-by: Richard Cochran <richardcochran@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net] ptp: fix filter names in the documentation
  2021-11-26  3:19 [PATCH net] ptp: fix filter names in the documentation Jakub Kicinski
  2021-11-26 16:36 ` Richard Cochran
@ 2021-11-26 19:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-11-26 19:30 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: davem, corbet, netdev, linux-doc, richardcochran

Hello:

This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 25 Nov 2021 19:19:21 -0800 you wrote:
> All the filter names are missing _PTP in them.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
>  Documentation/networking/timestamping.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Here is the summary with links:
  - [net] ptp: fix filter names in the documentation
    https://git.kernel.org/netdev/net/c/cbb91dcbfb75

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-26 19:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26  3:19 [PATCH net] ptp: fix filter names in the documentation Jakub Kicinski
2021-11-26 16:36 ` Richard Cochran
2021-11-26 19:30 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.