From: Jakub Kicinski <kuba@kernel.org>
To: chia-yu.chang@nokia-bell-labs.com
Cc: john.fastabend@gmail.com, jakub@cloudflare.com,
jiayuan.chen@linux.dev, netdev@vger.kernel.org,
bpf@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net,
andrii@kernel.org, eddyz87@gmail.com, memxor@gmail.com,
martin.lau@linux.dev, song@kernel.org, yonghong.song@linux.dev,
jolsa@kernel.org, emil@etsalapatis.com,
linux-kselftest@vger.kernel.org, shuah@kernel.org,
horms@kernel.org, dsahern@kernel.org, pabeni@redhat.com,
jhs@mojatatu.com, stephen@networkplumber.org,
davem@davemloft.net, edumazet@google.com, andrew+netdev@lunn.ch,
donald.hunter@gmail.com, kuniyu@google.com, 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 v7 net-next 0/2] Explicit TSO segment count
Date: Mon, 17 Aug 2026 17:36:36 -0700 [thread overview]
Message-ID: <20260817173636.0202325e@kernel.org> (raw)
In-Reply-To: <20260814173034.749151-1-chia-yu.chang@nokia-bell-labs.com>
On Fri, 14 Aug 2026 19:30:32 +0200 chia-yu.chang@nokia-bell-labs.com
wrote:
> Please find the v7 explicit tso segment count series.
> It replacece min_tso_segs() with tso_segs() CC callback and make
> tcp_tso_autosize() available to BPF congestion controls.
progs/tcp_ca_kfunc.c:115:15: error: conflicting types for 'tso_segs'
115 | void BPF_PROG(tso_segs, struct sock *sk, u32 mss_now)
| ^
progs/tcp_ca_kfunc.c:95:14: note: previous definition is here
95 | u32 BPF_PROG(tso_segs, struct sock *sk, u32 mss_now)
| ^
progs/tcp_ca_kfunc.c:115:15: error: redefinition of 'tso_segs'
115 | void BPF_PROG(tso_segs, struct sock *sk, u32 mss_now)
| ^
progs/tcp_ca_kfunc.c:95:14: note: previous definition is here
95 | u32 BPF_PROG(tso_segs, struct sock *sk, u32 mss_now)
| ^
prev parent reply other threads:[~2026-08-18 0:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-14 17:30 [PATCH v7 net-next 0/2] Explicit TSO segment count chia-yu.chang
2026-08-14 17:30 ` [PATCH v7 net-next 1/2] tcp: Replace min_tso_segs() with tso_segs() CC callback chia-yu.chang
2026-08-15 17:31 ` sashiko-bot
2026-08-14 17:30 ` [PATCH v7 net-next 2/2] bpf: make tcp_tso_autosize() available to BPF congestion controls chia-yu.chang
2026-08-15 17:31 ` sashiko-bot
2026-08-18 0:36 ` 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=20260817173636.0202325e@kernel.org \
--to=kuba@kernel.org \
--cc=Jason_Livingood@comcast.com \
--cc=andrew+netdev@lunn.ch \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=cheshire@apple.com \
--cc=chia-yu.chang@nokia-bell-labs.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=donald.hunter@gmail.com \
--cc=dsahern@kernel.org \
--cc=eddyz87@gmail.com \
--cc=edumazet@google.com \
--cc=emil@etsalapatis.com \
--cc=g.white@cablelabs.com \
--cc=horms@kernel.org \
--cc=ij@kernel.org \
--cc=ingemar.s.johansson@ericsson.com \
--cc=jakub@cloudflare.com \
--cc=jhs@mojatatu.com \
--cc=jiayuan.chen@linux.dev \
--cc=john.fastabend@gmail.com \
--cc=jolsa@kernel.org \
--cc=koen.de_schepper@nokia-bell-labs.com \
--cc=kuniyu@google.com \
--cc=linux-kselftest@vger.kernel.org \
--cc=martin.lau@linux.dev \
--cc=memxor@gmail.com \
--cc=mirja.kuehlewind@ericsson.com \
--cc=ncardwell@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=rs.ietf@gmx.at \
--cc=shuah@kernel.org \
--cc=song@kernel.org \
--cc=stephen@networkplumber.org \
--cc=vidhi_goel@apple.com \
--cc=yonghong.song@linux.dev \
/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