[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221019085911.78c61724@kernel.org>
Date: Wed, 19 Oct 2022 08:59:11 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Johannes Berg <johannes@...solutions.net>
Cc: davem@...emloft.net, netdev@...r.kernel.org, edumazet@...gle.com,
pabeni@...hat.com, jiri@...nulli.us, razor@...ckwall.org,
nicolas.dichtel@...nd.com, gnault@...hat.com,
jacob.e.keller@...el.com, fw@...len.de
Subject: Re: [PATCH net-next 01/13] genetlink: refactor the cmd <> policy
mapping dump
On Wed, 19 Oct 2022 09:50:16 +0200 Johannes Berg wrote:
> > + if (ctrl_dumppolicy_put_op(skb, cb, &op))
> > + return skb->len;
> > +
> > + ctx->opidx = genl_get_cmd_cnt(ctx->rt);
>
> This (now without a comment that you removed rather than changed), still
> strikes me as odd.
>
> I guess if we add a comment /* don't enter the loop below */ that'd be
> nicer, but I feel maybe putting the loop into the else instead would be
> nicer?
The comment got eaten in rebases, it comes back in patch 10 apparently..
I'll put it back in v2.
Powered by blists - more mailing lists