From: patchwork-bot+netdevbpf@kernel.org
To: Eric Dumazet <eric.dumazet@gmail.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
netdev@vger.kernel.org, alexanderduyck@fb.com,
lixiaoyan@google.com, edumazet@google.com
Subject: Re: [PATCH v7 net-next 00/13] tcp: BIG TCP implementation
Date: Mon, 16 May 2022 09:40:18 +0000 [thread overview]
Message-ID: <165269401814.10450.4347707681628225161.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220513183408.686447-1-eric.dumazet@gmail.com>
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Fri, 13 May 2022 11:33:55 -0700 you wrote:
> From: Eric Dumazet <edumazet@google.com>
>
> This series implements BIG TCP as presented in netdev 0x15:
>
> https://netdevconf.info/0x15/session.html?BIG-TCP
>
> Jonathan Corbet made a nice summary: https://lwn.net/Articles/884104/
>
> [...]
Here is the summary with links:
- [v7,net-next,01/13] net: add IFLA_TSO_{MAX_SIZE|SEGS} attributes
https://git.kernel.org/netdev/net-next/c/89527be8d8d6
- [v7,net-next,02/13] net: allow gso_max_size to exceed 65536
https://git.kernel.org/netdev/net-next/c/7c4e983c4f3c
- [v7,net-next,03/13] net: limit GSO_MAX_SIZE to 524280 bytes
https://git.kernel.org/netdev/net-next/c/34b92e8d19da
- [v7,net-next,04/13] tcp_cubic: make hystart_ack_delay() aware of BIG TCP
https://git.kernel.org/netdev/net-next/c/9957b38b5e7a
- [v7,net-next,05/13] ipv6: add struct hop_jumbo_hdr definition
https://git.kernel.org/netdev/net-next/c/7c96d8ec96bb
- [v7,net-next,06/13] ipv6/gso: remove temporary HBH/jumbo header
https://git.kernel.org/netdev/net-next/c/09f3d1a3a52c
- [v7,net-next,07/13] ipv6/gro: insert temporary HBH/jumbo header
https://git.kernel.org/netdev/net-next/c/81fbc812132c
- [v7,net-next,08/13] net: allow gro_max_size to exceed 65536
https://git.kernel.org/netdev/net-next/c/0fe79f28bfaf
- [v7,net-next,09/13] ipv6: Add hop-by-hop header to jumbograms in ip6_output
https://git.kernel.org/netdev/net-next/c/80e425b61342
- [v7,net-next,10/13] net: loopback: enable BIG TCP packets
https://git.kernel.org/netdev/net-next/c/d6f938ce52f9
- [v7,net-next,11/13] veth: enable BIG TCP packets
https://git.kernel.org/netdev/net-next/c/d406099d6a15
- [v7,net-next,12/13] mlx4: support BIG TCP packets
https://git.kernel.org/netdev/net-next/c/1169a64265c4
- [v7,net-next,13/13] mlx5: support BIG TCP packets
https://git.kernel.org/netdev/net-next/c/de78960e025f
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:[~2022-05-16 9:40 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-13 18:33 [PATCH v7 net-next 00/13] tcp: BIG TCP implementation Eric Dumazet
2022-05-13 18:33 ` [PATCH v7 net-next 01/13] net: add IFLA_TSO_{MAX_SIZE|SEGS} attributes Eric Dumazet
2022-05-13 18:33 ` [PATCH v7 net-next 02/13] net: allow gso_max_size to exceed 65536 Eric Dumazet
2022-05-13 18:33 ` [PATCH v7 net-next 03/13] net: limit GSO_MAX_SIZE to 524280 bytes Eric Dumazet
2022-05-13 18:33 ` [PATCH v7 net-next 04/13] tcp_cubic: make hystart_ack_delay() aware of BIG TCP Eric Dumazet
2022-05-13 18:34 ` [PATCH v7 net-next 05/13] ipv6: add struct hop_jumbo_hdr definition Eric Dumazet
2022-05-13 18:34 ` [PATCH v7 net-next 06/13] ipv6/gso: remove temporary HBH/jumbo header Eric Dumazet
2022-05-13 18:34 ` [PATCH v7 net-next 07/13] ipv6/gro: insert " Eric Dumazet
2022-05-13 18:34 ` [PATCH v7 net-next 08/13] net: allow gro_max_size to exceed 65536 Eric Dumazet
2022-05-13 18:34 ` [PATCH v7 net-next 09/13] ipv6: Add hop-by-hop header to jumbograms in ip6_output Eric Dumazet
2022-05-13 18:34 ` [PATCH v7 net-next 10/13] net: loopback: enable BIG TCP packets Eric Dumazet
2022-05-13 18:34 ` [PATCH v7 net-next 11/13] veth: " Eric Dumazet
2022-05-13 18:34 ` [PATCH v7 net-next 12/13] mlx4: support " Eric Dumazet
2022-05-13 18:34 ` [PATCH v7 net-next 13/13] mlx5: " Eric Dumazet
2022-05-16 9:40 ` 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=165269401814.10450.4347707681628225161.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alexanderduyck@fb.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=kuba@kernel.org \
--cc=lixiaoyan@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox