RE: [PATCH v7 net-next 00/12] AccECN protocol preparation patch series

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please see below.

-----Original Message-----
> From: Paolo Abeni <pabeni@xxxxxxxxxx>
> Sent: Monday, March 17, 2025 10:04 PM
> To: Chia-Yu Chang (Nokia) <chia-yu.chang@xxxxxxxxxxxxxxxxxxx>; patchwork-bot+netdevbpf@xxxxxxxxxx
> Cc: netdev@xxxxxxxxxxxxxxx; dsahern@xxxxxxxxx; davem@xxxxxxxxxxxxx; edumazet@xxxxxxxxxx; dsahern@xxxxxxxxxx; joel.granados@xxxxxxxxxx; kuba@xxxxxxxxxx; andrew+netdev@xxxxxxx; horms@xxxxxxxxxx; pablo@xxxxxxxxxxxxx; kadlec@xxxxxxxxxxxxx; netfilter-devel@xxxxxxxxxxxxxxx; coreteam@xxxxxxxxxxxxx; kory.maincent@xxxxxxxxxxx; bpf@xxxxxxxxxxxxxxx; kuniyu@xxxxxxxxxx; andrew@xxxxxxx; ij@xxxxxxxxxx; ncardwell@xxxxxxxxxx; Koen De Schepper (Nokia) <koen.de_schepper@xxxxxxxxxxxxxxxxxxx>; g.white <g.white@xxxxxxxxxxxxx>; ingemar.s.johansson@xxxxxxxxxxxx; mirja.kuehlewind@xxxxxxxxxxxx; cheshire@xxxxxxxxx; rs.ietf@xxxxxx; Jason_Livingood@xxxxxxxxxxx; vidhi_goel <vidhi_goel@xxxxxxxxx>
> Subject: Re: [PATCH v7 net-next 00/12] AccECN protocol preparation patch series
>
>
> CAUTION: This is an external email. Please be very careful when clicking links or opening attachments. See the URL nok.it/ext for additional information.
>
>
>
> 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@xxxxxxxxxxxxx>:
> [...]
> >> 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%2Fnetdev%2Fnet-next%2Fc%2F9866884ce8ef&data=05%7C02%7Cchi
> >> a-yu.chang%40nokia-bell-labs.com%7C72e33ae0d7f0420790c208dd659742f9%7
> >> C5d4717519675428d917b70f44f9630b0%7C0%7C0%7C638778422522699339%7CUnkn
> >> own%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJ
> >> XaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=kcRwgx%2
> >> FWDHKWt9hvGogvLksNHjjjQcd%2BAbCuSsJrtoo%3D&reserved=0
> >>
> >> You are awesome, thank you!
> >> --
> >> Deet-doot-dot, I am a bot.
> >> https://kor/
> >> g.docs.kernel.org%2Fpatchwork%2Fpwbot.html&data=05%7C02%7Cchia-yu.cha
> >> ng%40nokia-bell-labs.com%7C72e33ae0d7f0420790c208dd659742f9%7C5d47175
> >> 19675428d917b70f44f9630b0%7C0%7C0%7C638778422522710517%7CUnknown%7CTW
> >> FpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiI
> >> sIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=3MvKCWlvavf14mcp
> >> i3Xt1L9UNX8VyJ51n0rK3vpcT6U%3D&reserved=0
> >
> > 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

Yes, you are right. Thanks for pointing out.
I will merge this missing one into the next Accurate ECN series.

Chia-Yu





[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux