From: "Jason A. Donenfeld" Subject: Re: [PATCH] padata: add helper function for queue length Date: Wed, 12 Oct 2016 14:23:50 +0200 Message-ID: References: <20161002014638.8049-1-Jason@zx2c4.com> <20161007031501.GB23615@gauss.secunet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: linux-crypto@vger.kernel.org, LKML To: Steffen Klassert Return-path: In-Reply-To: <20161007031501.GB23615@gauss.secunet.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org Hi Steffen, On Fri, Oct 7, 2016 at 5:15 AM, Steffen Klassert wrote: > Why you want to have this? I'm working on some bufferbloat/queue code that could benefit from knowing how many items are currently in flight. The goal is to always keep padata busy, but never with more jobs than absolutely necessary. The model is CoDel. Regards, Jason