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