netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Abeni <pabeni@redhat.com>
To: "Chia-Yu Chang (Nokia)" <chia-yu.chang@nokia-bell-labs.com>,
	"patchwork-bot+netdevbpf@kernel.org"
	<patchwork-bot+netdevbpf@kernel.org>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"dsahern@gmail.com" <dsahern@gmail.com>,
	"davem@davemloft.net" <davem@davemloft.net>,
	"edumazet@google.com" <edumazet@google.com>,
	"dsahern@kernel.org" <dsahern@kernel.org>,
	"joel.granados@kernel.org" <joel.granados@kernel.org>,
	"kuba@kernel.org" <kuba@kernel.org>,
	"andrew+netdev@lunn.ch" <andrew+netdev@lunn.ch>,
	"horms@kernel.org" <horms@kernel.org>,
	"pablo@netfilter.org" <pablo@netfilter.org>,
	"kadlec@netfilter.org" <kadlec@netfilter.org>,
	"netfilter-devel@vger.kernel.org"
	<netfilter-devel@vger.kernel.org>,
	"coreteam@netfilter.org" <coreteam@netfilter.org>,
	"kory.maincent@bootlin.com" <kory.maincent@bootlin.com>,
	"bpf@vger.kernel.org" <bpf@vger.kernel.org>,
	"kuniyu@amazon.com" <kuniyu@amazon.com>,
	"andrew@lunn.ch" <andrew@lunn.ch>,
	"ij@kernel.org" <ij@kernel.org>,
	"ncardwell@google.com" <ncardwell@google.com>,
	"Koen De Schepper (Nokia)" <koen.de_schepper@nokia-bell-labs.com>,
	"g.white" <g.white@cablelabs.com>,
	"ingemar.s.johansson@ericsson.com"
	<ingemar.s.johansson@ericsson.com>,
	"mirja.kuehlewind@ericsson.com" <mirja.kuehlewind@ericsson.com>,
	"cheshire@apple.com" <cheshire@apple.com>,
	"rs.ietf@gmx.at" <rs.ietf@gmx.at>,
	"Jason_Livingood@comcast.com" <Jason_Livingood@comcast.com>,
	vidhi_goel <vidhi_goel@apple.com>
Subject: Re: [PATCH v7 net-next 00/12] AccECN protocol preparation patch series
Date: Mon, 17 Mar 2025 22:04:02 +0100	[thread overview]
Message-ID: <eb1fb79c-d2f6-48bd-82b6-c630ae197a7d@redhat.com> (raw)
In-Reply-To: <PAXPR07MB798499BAC1A21E323687C9CAA3DF2@PAXPR07MB7984.eurprd07.prod.outlook.com>

On 3/17/25 5:44 PM, Chia-Yu Chang (Nokia) wrote:
> Hello:
>> This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>:
[...]
>> Here is the summary with links:
>>   - [v7,net-next,01/12] tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()
>>     https://git.kernel.org/netdev/net-next/c/149dfb31615e
>>   - [v7,net-next,02/12] tcp: create FLAG_TS_PROGRESS
>>     https://git.kernel.org/netdev/net-next/c/da610e18313b
>>   - [v7,net-next,03/12] tcp: use BIT() macro in include/net/tcp.h
>>     https://git.kernel.org/netdev/net-next/c/0114a91da672
>>   - [v7,net-next,04/12] tcp: extend TCP flags to allow AE bit/ACE field
>>     https://git.kernel.org/netdev/net-next/c/2c2f08d31d2f
>>   - [v7,net-next,05/12] tcp: reorganize SYN ECN code
>>     (no matching commit)
>>   - [v7,net-next,06/12] tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check()
>>     https://git.kernel.org/netdev/net-next/c/f0db2bca0cf9
>>   - [v7,net-next,07/12] tcp: helpers for ECN mode handling
>>     (no matching commit)
>>   - [v7,net-next,08/12] gso: AccECN support
>>     https://git.kernel.org/netdev/net-next/c/023af5a72ab1
>>   - [v7,net-next,09/12] gro: prevent ACE field corruption & better AccECN handling
>>     https://git.kernel.org/netdev/net-next/c/4e4f7cefb130
>>   - [v7,net-next,10/12] tcp: AccECN support to tcp_add_backlog
>>     https://git.kernel.org/netdev/net-next/c/d722762c4eaa
>>   - [v7,net-next,11/12] tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS
>>     https://git.kernel.org/netdev/net-next/c/4618e195f925
>>   - [v7,net-next,12/12] tcp: Pass flags to __tcp_send_ack
>>     https://git.kernel.org/netdev/net-next/c/9866884ce8ef
>>
>> You are awesome, thank you!
>> --
>> Deet-doot-dot, I am a bot.
>> https://korg.docs.kernel.org/patchwork/pwbot.html
> 
> Hello,
> 
> I see two patches are NOT applied in the net-next (05/12 and 07/12) repo.
> So, I would like to ask would it be merged latter on, or shall I include in the next AccECN patch series? Thanks.

Something went wrong at apply time.

AFAICS patch 7 is there with commit 041fb11d518f ("tcp: helpers for ECN
mode handling") while patch got lost somehow. I think it's better if you
repost them, rebased on top of current net-next.

Thanks!

Paolo


  reply	other threads:[~2025-03-17 21:04 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-05 22:38 [PATCH v7 net-next 00/12] AccECN protocol preparation patch series chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 01/12] tcp: reorganize tcp_in_ack_event() and tcp_count_delivered() chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 02/12] tcp: create FLAG_TS_PROGRESS chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 03/12] tcp: use BIT() macro in include/net/tcp.h chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 04/12] tcp: extend TCP flags to allow AE bit/ACE field chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 05/12] tcp: reorganize SYN ECN code chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 06/12] tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check() chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 07/12] tcp: helpers for ECN mode handling chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 08/12] gso: AccECN support chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 09/12] gro: prevent ACE field corruption & better AccECN handling chia-yu.chang
2025-03-11 12:09   ` Paolo Abeni
2025-03-05 22:38 ` [PATCH v7 net-next 10/12] tcp: AccECN support to tcp_add_backlog chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 11/12] tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 12/12] tcp: Pass flags to __tcp_send_ack chia-yu.chang
2025-03-17 15:50 ` [PATCH v7 net-next 00/12] AccECN protocol preparation patch series patchwork-bot+netdevbpf
2025-03-17 16:44   ` Chia-Yu Chang (Nokia)
2025-03-17 21:04     ` Paolo Abeni [this message]
2025-03-18  0:25       ` Chia-Yu Chang (Nokia)
  -- strict thread matches above, loose matches on Subject: below --
2025-03-04 15:15 chia-yu.chang
2025-03-05  1:32 ` Jakub Kicinski
2025-03-05 22:40   ` Chia-Yu Chang (Nokia)

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=eb1fb79c-d2f6-48bd-82b6-c630ae197a7d@redhat.com \
    --to=pabeni@redhat.com \
    --cc=Jason_Livingood@comcast.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=andrew@lunn.ch \
    --cc=bpf@vger.kernel.org \
    --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=g.white@cablelabs.com \
    --cc=horms@kernel.org \
    --cc=ij@kernel.org \
    --cc=ingemar.s.johansson@ericsson.com \
    --cc=joel.granados@kernel.org \
    --cc=kadlec@netfilter.org \
    --cc=koen.de_schepper@nokia-bell-labs.com \
    --cc=kory.maincent@bootlin.com \
    --cc=kuba@kernel.org \
    --cc=kuniyu@amazon.com \
    --cc=mirja.kuehlewind@ericsson.com \
    --cc=ncardwell@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    --cc=patchwork-bot+netdevbpf@kernel.org \
    --cc=rs.ietf@gmx.at \
    --cc=vidhi_goel@apple.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;
as well as URLs for NNTP newsgroup(s).