Re: [dm-devel] [PATCH 32/35] multipathd: uxlsnr: add timeout handling

2021-09-16 Thread Benjamin Marzinski
On Thu, Sep 16, 2021 at 10:58:36AM +0200, Martin Wilck wrote: > On Wed, 2021-09-15 at 23:17 -0500, Benjamin Marzinski wrote: > > On Fri, Sep 10, 2021 at 01:41:17PM +0200, mwi...@suse.com wrote: > > > From: Martin Wilck > > > > > > Our ppoll() call needs to wake up when a client request times out.

Re: [dm-devel] [PATCH 32/35] multipathd: uxlsnr: add timeout handling

2021-09-16 Thread Martin Wilck
On Wed, 2021-09-15 at 23:17 -0500, Benjamin Marzinski wrote: > On Fri, Sep 10, 2021 at 01:41:17PM +0200, mwi...@suse.com wrote: > > From: Martin Wilck > > > > Our ppoll() call needs to wake up when a client request times out. > > This logic can be added by determining the first client that's > >

Re: [dm-devel] [PATCH 32/35] multipathd: uxlsnr: add timeout handling

2021-09-15 Thread Benjamin Marzinski
On Fri, Sep 10, 2021 at 01:41:17PM +0200, mwi...@suse.com wrote: > From: Martin Wilck > > Our ppoll() call needs to wake up when a client request times out. > This logic can be added by determining the first client that's about > to time out. The logic in handle_client() will then cause a timeout

[dm-devel] [PATCH 32/35] multipathd: uxlsnr: add timeout handling

2021-09-10 Thread mwilck
From: Martin Wilck Our ppoll() call needs to wake up when a client request times out. This logic can be added by determining the first client that's about to time out. The logic in handle_client() will then cause a timeout reply to be sent to the client. This is more client-friendly as the client