From: Jakub Kicinski <kuba@kernel.org>
To: chia-yu.chang@nokia-bell-labs.com
Cc: netdev@vger.kernel.org, dsahern@gmail.com, davem@davemloft.net,
edumazet@google.com, dsahern@kernel.org, pabeni@redhat.com,
joel.granados@kernel.org, andrew+netdev@lunn.ch,
horms@kernel.org, pablo@netfilter.org, kadlec@netfilter.org,
netfilter-devel@vger.kernel.org, coreteam@netfilter.org,
shenjian15@huawei.com, salil.mehta@huawei.com,
shaojijie@huawei.com, saeedm@nvidia.com, tariqt@nvidia.com,
mst@redhat.com, jasowang@redhat.com, xuanzhuo@linux.alibaba.com,
eperezma@redhat.com, virtualization@lists.linux.dev,
ij@kernel.org, ncardwell@google.com,
koen.de_schepper@nokia-bell-labs.com, g.white@cablelabs.com,
ingemar.s.johansson@ericsson.com, mirja.kuehlewind@ericsson.com,
cheshire@apple.com, rs.ietf@gmx.at, Jason_Livingood@comcast.com,
vidhi_goel@apple.com
Subject: Re: [PATCH v6 net-next 00/14] AccECN protocol preparation patch series
Date: Fri, 27 Dec 2024 11:23:04 -0800 [thread overview]
Message-ID: <20241227112304.0c1a7b1b@kernel.org> (raw)
In-Reply-To: <20241227191211.12485-1-chia-yu.chang@nokia-bell-labs.com>
On Fri, 27 Dec 2024 20:11:57 +0100 chia-yu.chang@nokia-bell-labs.com
wrote:
> Hello
Hello.
Someone may still review, but:
## Form letter - winter-break
Networking development is suspended for winter holidays, until Jan 2nd.
We are currently accepting bug fixes only, see the announcements at:
https://lore.kernel.org/20241211164022.6a075d3a@kernel.org
https://lore.kernel.org/20241220182851.7acb6416@kernel.org
RFC patches sent for review only are welcome at any time.
--
pw-bot: defer
pv-bot: closed
prev parent reply other threads:[~2024-12-27 19:23 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-27 19:11 [PATCH v6 net-next 00/14] AccECN protocol preparation patch series chia-yu.chang
2024-12-27 19:11 ` [PATCH v6 net-next 01/14] tcp: reorganize tcp_in_ack_event() and tcp_count_delivered() chia-yu.chang
2024-12-27 19:11 ` [PATCH v6 net-next 02/14] tcp: create FLAG_TS_PROGRESS chia-yu.chang
2024-12-27 19:12 ` [PATCH v6 net-next 03/14] tcp: use BIT() macro in include/net/tcp.h chia-yu.chang
2024-12-27 19:12 ` [PATCH v6 net-next 04/14] tcp: extend TCP flags to allow AE bit/ACE field chia-yu.chang
2024-12-27 19:12 ` [PATCH v6 net-next 05/14] tcp: reorganize SYN ECN code chia-yu.chang
2024-12-27 19:12 ` [PATCH v6 net-next 06/14] tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check() chia-yu.chang
2024-12-27 19:12 ` [PATCH v6 net-next 07/14] tcp: helpers for ECN mode handling chia-yu.chang
2024-12-27 19:12 ` [PATCH v6 net-next 08/14] gso: AccECN support chia-yu.chang
2024-12-27 19:12 ` [PATCH v6 net-next 09/14] gro: prevent ACE field corruption & better AccECN handling chia-yu.chang
2024-12-27 19:12 ` [PATCH v6 net-next 10/14] net: hns3/mlx5e: avoid corrupting CWR flag when receiving GRO packet chia-yu.chang
2024-12-27 19:12 ` [PATCH v6 net-next 11/14] virtio_net: Accurate ECN flag in virtio_net_hdr chia-yu.chang
2024-12-30 7:51 ` Jason Wang
2024-12-30 9:50 ` Chia-Yu Chang (Nokia)
2025-01-08 12:27 ` Michael S. Tsirkin
2025-01-10 6:17 ` Lei Yang
2025-01-10 6:28 ` Jason Wang
2024-12-27 19:12 ` [PATCH v6 net-next 12/14] tcp: AccECN support to tcp_add_backlog chia-yu.chang
2024-12-27 19:12 ` [PATCH v6 net-next 13/14] tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS chia-yu.chang
2024-12-27 19:12 ` [PATCH v6 net-next 14/14] tcp: Pass flags to __tcp_send_ack chia-yu.chang
2024-12-27 19:23 ` Jakub Kicinski [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=20241227112304.0c1a7b1b@kernel.org \
--to=kuba@kernel.org \
--cc=Jason_Livingood@comcast.com \
--cc=andrew+netdev@lunn.ch \
--cc=cheshire@apple.com \
--cc=chia-yu.chang@nokia-bell-labs.com \
--cc=coreteam@netfilter.org \
--cc=davem@davemloft.net \
--cc=dsahern@gmail.com \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=eperezma@redhat.com \
--cc=g.white@cablelabs.com \
--cc=horms@kernel.org \
--cc=ij@kernel.org \
--cc=ingemar.s.johansson@ericsson.com \
--cc=jasowang@redhat.com \
--cc=joel.granados@kernel.org \
--cc=kadlec@netfilter.org \
--cc=koen.de_schepper@nokia-bell-labs.com \
--cc=mirja.kuehlewind@ericsson.com \
--cc=mst@redhat.com \
--cc=ncardwell@google.com \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pablo@netfilter.org \
--cc=rs.ietf@gmx.at \
--cc=saeedm@nvidia.com \
--cc=salil.mehta@huawei.com \
--cc=shaojijie@huawei.com \
--cc=shenjian15@huawei.com \
--cc=tariqt@nvidia.com \
--cc=vidhi_goel@apple.com \
--cc=virtualization@lists.linux.dev \
--cc=xuanzhuo@linux.alibaba.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.