From: patchwork-bot+netdevbpf@kernel.org
To: Eric Dumazet <edumazet@google.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
netdev@vger.kernel.org, ncardwell@google.com, ycheng@google.com,
yyd@google.com, soheil@google.com, weiwan@google.com,
vanj@google.com, fw@strlen.de, eric.dumazet@gmail.com
Subject: Re: [PATCH net-next 00/13] tcp: add optional usec resolution to TCP TS
Date: Mon, 23 Oct 2023 08:50:23 +0000 [thread overview]
Message-ID: <169805102338.2188.14410072725136198737.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231020125748.122792-1-edumazet@google.com>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Fri, 20 Oct 2023 12:57:35 +0000 you wrote:
> As discussed in various public places in 2016, Google adopted
> usec resolution in RFC 7323 TS values, at Van Jacobson suggestion.
>
> Goals were :
>
> 1) better observability of delays in networking stacks/fabrics.
>
> [...]
Here is the summary with links:
- [net-next,01/13] chtls: fix tp->rcv_tstamp initialization
https://git.kernel.org/netdev/net-next/c/225d9ddbacb1
- [net-next,02/13] tcp: fix cookie_init_timestamp() overflows
https://git.kernel.org/netdev/net-next/c/73ed8e03388d
- [net-next,03/13] tcp: add tcp_time_stamp_ms() helper
https://git.kernel.org/netdev/net-next/c/99d679556d73
- [net-next,04/13] tcp: introduce tcp_clock_ms()
https://git.kernel.org/netdev/net-next/c/2a7c8d291ffe
- [net-next,05/13] tcp: replace tcp_time_stamp_raw()
https://git.kernel.org/netdev/net-next/c/16cf6477741b
- [net-next,06/13] tcp: rename tcp_skb_timestamp()
https://git.kernel.org/netdev/net-next/c/d1a02ed66fe6
- [net-next,07/13] tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.c
https://git.kernel.org/netdev/net-next/c/003e07a1e48e
- [net-next,08/13] tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()
https://git.kernel.org/netdev/net-next/c/9d0c00f5ca05
- [net-next,09/13] tcp: add tcp_rtt_tsopt_us()
https://git.kernel.org/netdev/net-next/c/b04c3320885a
- [net-next,10/13] tcp: add RTAX_FEATURE_TCP_USEC_TS
https://git.kernel.org/netdev/net-next/c/3d44de9a10ea
- [net-next,11/13] tcp: introduce TCP_PAWS_WRAP
https://git.kernel.org/netdev/net-next/c/af7721448a60
- [net-next,12/13] tcp: add support for usec resolution in TCP TS values
https://git.kernel.org/netdev/net-next/c/614e8316aa4c
- [net-next,13/13] tcp: add TCPI_OPT_USEC_TS
https://git.kernel.org/netdev/net-next/c/a77a0f5c7f23
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-10-23 8:50 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-20 12:57 [PATCH net-next 00/13] tcp: add optional usec resolution to TCP TS Eric Dumazet
2023-10-20 12:57 ` [PATCH net-next 01/13] chtls: fix tp->rcv_tstamp initialization Eric Dumazet
2023-10-20 12:57 ` [PATCH net-next 02/13] tcp: fix cookie_init_timestamp() overflows Eric Dumazet
2023-10-20 12:57 ` [PATCH net-next 03/13] tcp: add tcp_time_stamp_ms() helper Eric Dumazet
2023-10-20 12:57 ` [PATCH net-next 04/13] tcp: introduce tcp_clock_ms() Eric Dumazet
2023-10-20 12:57 ` [PATCH net-next 05/13] tcp: replace tcp_time_stamp_raw() Eric Dumazet
2023-10-20 12:57 ` [PATCH net-next 06/13] tcp: rename tcp_skb_timestamp() Eric Dumazet
2023-10-20 12:57 ` [PATCH net-next 07/13] tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.c Eric Dumazet
2023-10-20 12:57 ` [PATCH net-next 08/13] tcp: rename tcp_time_stamp() to tcp_time_stamp_ts() Eric Dumazet
2023-10-20 12:57 ` [PATCH net-next 09/13] tcp: add tcp_rtt_tsopt_us() Eric Dumazet
2023-10-20 12:57 ` [PATCH net-next 10/13] tcp: add RTAX_FEATURE_TCP_USEC_TS Eric Dumazet
2023-10-20 12:57 ` [PATCH net-next 11/13] tcp: introduce TCP_PAWS_WRAP Eric Dumazet
2023-10-20 12:57 ` [PATCH net-next 12/13] tcp: add support for usec resolution in TCP TS values Eric Dumazet
2023-10-20 12:57 ` [PATCH net-next 13/13] tcp: add TCPI_OPT_USEC_TS Eric Dumazet
2023-10-20 16:10 ` [PATCH net-next 00/13] tcp: add optional usec resolution to TCP TS Yuchung Cheng
2023-10-20 16:19 ` Soheil Hassas Yeganeh
2023-10-20 16:29 ` Kevin Yang
2023-10-20 18:41 ` Neal Cardwell
2023-10-23 8:50 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=169805102338.2188.14410072725136198737.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=fw@strlen.de \
--cc=kuba@kernel.org \
--cc=ncardwell@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=soheil@google.com \
--cc=vanj@google.com \
--cc=weiwan@google.com \
--cc=ycheng@google.com \
--cc=yyd@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.