mbox series

[iproute2,0/5] TCP usec and FQ fastpath

Message ID 20231204091911.1326130-1-edumazet@google.com (mailing list archive)
Headers show
Series TCP usec and FQ fastpath | expand

Message

Eric Dumazet Dec. 4, 2023, 9:19 a.m. UTC
Add iproute2 patches to support recent TCP usec timestamps,
and FQ changes landed in linux-6.7

Eric Dumazet (5):
  ip route: add support for TCP usec TS
  ss: add report of TCPI_OPT_USEC_TS
  tc: fq: add TCA_FQ_PRIOMAP handling
  tc: fq: add TCA_FQ_WEIGHTS handling
  tc: fq: reports stats added in linux-6.7

 ip/iproute.c |   7 +++
 misc/ss.c    |   4 ++
 tc/q_fq.c    | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 137 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 6, 2023, 5:17 p.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Mon,  4 Dec 2023 09:19:06 +0000 you wrote:
> Add iproute2 patches to support recent TCP usec timestamps,
> and FQ changes landed in linux-6.7
> 
> Eric Dumazet (5):
>   ip route: add support for TCP usec TS
>   ss: add report of TCPI_OPT_USEC_TS
>   tc: fq: add TCA_FQ_PRIOMAP handling
>   tc: fq: add TCA_FQ_WEIGHTS handling
>   tc: fq: reports stats added in linux-6.7
> 
> [...]

Here is the summary with links:
  - [iproute2,1/5] ip route: add support for TCP usec TS
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=a043bea75002
  - [iproute2,2/5] ss: add report of TCPI_OPT_USEC_TS
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=467879b418ff
  - [iproute2,3/5] tc: fq: add TCA_FQ_PRIOMAP handling
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=73a31c945481
  - [iproute2,4/5] tc: fq: add TCA_FQ_WEIGHTS handling
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=567eb4e41045
  - [iproute2,5/5] tc: fq: reports stats added in linux-6.7
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=3086a339f681

You are awesome, thank you!