[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230311091409.4f125e53@hermes.local>
Date: Sat, 11 Mar 2023 09:14:09 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Jason Xing <kerneljasonxing@...il.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, ast@...nel.org, daniel@...earbox.net,
hawk@...nel.org, john.fastabend@...il.com, kuniyu@...zon.com,
liuhangbin@...il.com, xiangxia.m.yue@...il.com, jiri@...dia.com,
andy.ren@...cruise.com, bpf@...r.kernel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Jason Xing <kernelxing@...cent.com>
Subject: Re: [PATCH net-next] net: introduce budget_squeeze to help us tune
rx behavior
On Sun, 12 Mar 2023 00:36:14 +0800
Jason Xing <kerneljasonxing@...il.com> wrote:
> - for (;;) {
> + for (; is_continue;) {
Easier to read this as a
while (is_continue) {
but what is wrong with using break; instead?
Powered by blists - more mailing lists