From: Kim Phillips Date: Sat, 23 Jun 2012 00:48:57 +0000 (-0500) Subject: crypto: caam - one tasklet per job ring X-Git-Tag: v3.6-rc1~94^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0ca6ca022ac197e159bb5d22a08e3c3aebb242c;p=pandora-kernel.git crypto: caam - one tasklet per job ring there is no noticeable benefit for multiple cores to process one job ring's output ring: in fact, we can benefit from cache effects of having the back-half stay on the core that receives a particular ring's interrupts, and further relax general contention and the locking involved with reading outring_used, since tasklets run atomically. Signed-off-by: Kim Phillips Signed-off-by: Herbert Xu --- Reading git-diff-tree failed