From: Waiman Long <longman@redhat.com>
To: Pablo Neira Ayuso <pablo@netfilter.org>, Julian Anastasov <ja@ssi.bg>
Cc: netfilter-devel@vger.kernel.org, davem@davemloft.net,
netdev@vger.kernel.org, kuba@kernel.org, pabeni@redhat.com,
edumazet@google.com, fw@strlen.de, horms@kernel.org,
lvs-devel@vger.kernel.org,
Anna-Maria Behnsen <anna-maria@linutronix.de>,
Frederic Weisbecker <frederic@kernel.org>,
Ingo Molnar <mingo@kernel.org>, Thomas Gleixner <tglx@kernel.org>
Subject: Re: [PATCH net 0/8] IPVS fixes for net
Date: Tue, 12 May 2026 21:41:38 -0400 [thread overview]
Message-ID: <5734ac41-af0f-4696-8af0-073d3f15537f@redhat.com> (raw)
In-Reply-To: <aftbVlmSOAFegQgf@chamomile>
On 5/6/26 11:16 AM, Pablo Neira Ayuso wrote:
> Hi Julian,
>
> Cc'ing Waiman Long and NOHZ maintainers (apologies if this is dragging
> more people that I should into this issue).
>
> On Wed, May 06, 2026 at 11:56:05AM +0300, Julian Anastasov wrote:
> [...]
>> Here are some comments after the last review from
>> Sashiko:
>>
>> https://sashiko.dev/#/patchset/20260505001648.360569-1-pablo%40netfilter.org
>>
>> Patch 1:
>> - while ip_vs_dst_event() should loop and ensure all dev
>> references are released, single change of svc_table_changes
>> does not indicate the old references are dropped by ip_vs_flush() or
>> ip_vs_del_service(). I'll post new change to abort the loop
>> when we are sure the services are at least once released.
>>
>> Patch 5:
>> - after executing ip_vs_est_calc_phase(), data can
>> remain only for kt0 because all estimators are stopped,
>> unlinked and the kt data structures for kt > 0 are empty
>> and as result freed and the kthread tasks stopped (which
>> happens early). After this, kt 0 calls
>> ip_vs_est_drain_temp_list() as part of its loop,
>> so it will eventually call ip_vs_est_add_kthread()
>> and ip_vs_est_reload_start() to request kthread tasks
>> to be started if data for new kthreads are created.
>> So, I don't see problem here.
>>
>> Patch 6:
>> - we will add conn_max sysctl soon
> OK, just follow up on these for 1 and 6, thanks.
>
>> Patch 7 and 8:
>> - I can not decide how valid are the concerns in the review.
> Placing here links for convenience:
>
> https://sashiko.dev/#/message/20260505001648.360569-8-pablo%40netfilter.org
> https://sashiko.dev/#/message/20260505001648.360569-9-pablo%40netfilter.org
>
> This is away from my limited scope of knowledged.
>
Sorry for the late reply. The latest upstream kernel has already been
updated to make kthreads follow HK_TYPE_DOMAIN in determining which
non-housekeeping CPUs should be avoided. For full CPU isolation, users
should set nohz_full, isolcpus=domain and isolcpus=managed_irq to
specify CPUs to isolate. Just one of them isn't enough for CPU
isolation. In fact, the current plan is to enable runtime modification
to these CPU isolation features so that users can acquire additional
isolated CPUs or release some of them on demand. This is still a work in
progress. So the AI comment on patch 8 isn't a real concern.
Please let me know if you have additional question.
Cheers,
Longman
prev parent reply other threads:[~2026-05-13 1:41 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-05 0:16 [PATCH net 0/8] IPVS fixes for net Pablo Neira Ayuso
2026-05-05 0:16 ` [PATCH net 1/8] ipvs: fixes for the new ip_vs_status info Pablo Neira Ayuso
2026-05-06 1:10 ` patchwork-bot+netdevbpf
2026-05-05 0:16 ` [PATCH net 2/8] ipvs: fix races around the conn_lfactor and svc_lfactor sysctl vars Pablo Neira Ayuso
2026-05-05 0:16 ` [PATCH net 3/8] ipvs: fix the spin_lock usage for RT build Pablo Neira Ayuso
2026-05-05 0:16 ` [PATCH net 4/8] ipvs: do not leak dest after get from dest trash Pablo Neira Ayuso
2026-05-05 0:16 ` [PATCH net 5/8] ipvs: fix races around est_mutex and est_cpulist Pablo Neira Ayuso
2026-05-05 0:16 ` [PATCH net 6/8] ipvs: fix shift-out-of-bounds in ip_vs_rht_desired_size Pablo Neira Ayuso
2026-05-05 0:16 ` [PATCH net 7/8] ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCU Pablo Neira Ayuso
2026-05-05 0:16 ` [PATCH net 8/8] sched/isolation: Make HK_TYPE_KTHREAD an alias of HK_TYPE_DOMAIN Pablo Neira Ayuso
2026-05-06 8:56 ` [PATCH net 0/8] IPVS fixes for net Julian Anastasov
2026-05-06 15:16 ` Pablo Neira Ayuso
2026-05-13 1:41 ` Waiman Long [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=5734ac41-af0f-4696-8af0-073d3f15537f@redhat.com \
--to=longman@redhat.com \
--cc=anna-maria@linutronix.de \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=frederic@kernel.org \
--cc=fw@strlen.de \
--cc=horms@kernel.org \
--cc=ja@ssi.bg \
--cc=kuba@kernel.org \
--cc=lvs-devel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pablo@netfilter.org \
--cc=tglx@kernel.org \
/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