[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <qvqwedmpyf3i.fsf@devbig1114.prn1.facebook.com>
Date: Mon, 05 Jun 2023 10:47:40 -0700
From: Stefan Roesch <shr@...kernel.io>
To: Jakub Kicinski <kuba@...nel.org>
Cc: io-uring@...r.kernel.org, kernel-team@...com, axboe@...nel.dk,
ammarfaizi2@...weeb.org, netdev@...r.kernel.org, olivier@...llion01.com
Subject: Re: [PATCH v13 1/7] net: split off __napi_busy_poll from
napi_busy_poll
Jakub Kicinski <kuba@...nel.org> writes:
> On Thu, 18 May 2023 14:17:45 -0700 Stefan Roesch wrote:
>> unsigned long start_time = loop_end ? busy_loop_current_time() : 0;
>> - int (*napi_poll)(struct napi_struct *napi, int budget);
>> - void *have_poll_lock = NULL;
>> - struct napi_struct *napi;
>> + struct napi_busy_poll_ctx ctx = {};
>>
>> restart:
>
> Can you refactor this further? I think the only state that's kept
> across "restarts" is the start_time right? So this version is
> effectively a loop around what ends up being napi_busy_loop_rcu(), no?
I'm not sure I understand this correctly. Do you want the start time to
be a parameter of the function napi_busy_poll_rcu?
Powered by blists - more mailing lists