mbox series

[0/3] Revisions for topic-sunrpc-thread-scheduling

Message ID 20230905014011.25472-1-neilb@suse.de (mailing list archive)
Headers show
Series Revisions for topic-sunrpc-thread-scheduling | expand

Message

NeilBrown Sept. 5, 2023, 1:38 a.m. UTC
This a resend of two recently sent patches (1 and 3) with
review comments addressed, plus a new patch (2) which renames
some function names for improved consistency.

Thanks,
NeilBrown

 [PATCH 1/3] lib: add light-weight queuing mechanism.
 [PATCH 2/3] SUNRPC: rename some functions from rqst_ to svc_thread_
 [PATCH 3/3] SUNRPC: only have one thread waking up at a time

Comments

Chuck Lever Sept. 5, 2023, 6:10 p.m. UTC | #1
> On Sep 4, 2023, at 9:38 PM, NeilBrown <neilb@suse.de> wrote:
> 
> This a resend of two recently sent patches (1 and 3) with
> review comments addressed, plus a new patch (2) which renames
> some function names for improved consistency.
> 
> Thanks,
> NeilBrown
> 
> [PATCH 1/3] lib: add light-weight queuing mechanism.
> [PATCH 2/3] SUNRPC: rename some functions from rqst_ to svc_thread_
> [PATCH 3/3] SUNRPC: only have one thread waking up at a time

Applied these and the remaining patches from the previous
series. No build problems with this set. I'll test them
for a bit and then post the latest version of the whole
series for further review.


--
Chuck Lever
NeilBrown Sept. 5, 2023, 9:04 p.m. UTC | #2
On Wed, 06 Sep 2023, Chuck Lever III wrote:
> 
> > On Sep 4, 2023, at 9:38 PM, NeilBrown <neilb@suse.de> wrote:
> > 
> > This a resend of two recently sent patches (1 and 3) with
> > review comments addressed, plus a new patch (2) which renames
> > some function names for improved consistency.
> > 
> > Thanks,
> > NeilBrown
> > 
> > [PATCH 1/3] lib: add light-weight queuing mechanism.
> > [PATCH 2/3] SUNRPC: rename some functions from rqst_ to svc_thread_
> > [PATCH 3/3] SUNRPC: only have one thread waking up at a time
> 
> Applied these and the remaining patches from the previous
> series. No build problems with this set. I'll test them
> for a bit and then post the latest version of the whole
> series for further review.

Thanks a lot!
NeilBrown