Sebastian Siewior <[EMAIL PROTECTED]> wrote:
>
> Limit means you want me to drop requests after a certain limit (i.e.
> when my queue is full)?

Yep, there's no point in holding onto lots of requests if the
hardware simply can't catch up.

> I would have to start an extra thread that removes requests from
> crypto_enqueue_request and enqueues them into kspu_enqueue_work_item.

I'm probably missing something but why couldn't you pull the requests
from crypto_enqueue_request in the same place where you pull requests
currently? In other words couldn't you just pull both queues?

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to