From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Date: Wed, 27 Jun 2012 14:51:44 +0800 > While using the NAPI concept definitely makes sense, I'm still > unsure about using napi_struct directly in crypto code. Dave, > did you have a chance to look at their patch to use NAPI in their > crypto driver? So I think using the existing napi context is overkill for a crypto driver, there is so much stuff in that structure that will not be used and just end up being wasted space. Better to create a crypto_napi struct that caters more closely to just what crypto driver need. -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html