Fixed this - and also partially updated the decrypt offload patch On Tue, Sep 10, 2019 at 11:46 AM Pavel Shilovsky <piastryyy@xxxxxxxxx> wrote: > > server->in-flight is the number of requests in flight, not credits. > Even for multi-credit requests (READ or WRITE) we only > increment/decrement this value, so the following change line should be > updated: > > + seq_printf(m, "\nMax credits in flight: %d", server->max_in_flight); > > with 's/Max credits/Max requests/' > > The description of the patch and the title need similar changes as well. > > -- > Best regards, > Pavel Shilovsky > > вт, 10 сент. 2019 г. в 03:42, Steve French <smfrench@xxxxxxxxx>: > > > > -- > > Thanks, > > > > Steve -- Thanks, Steve