Skip to content

Commit

Permalink
crypto: caam - one tasklet per job ring
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
kimphill authored and herbertx committed Jun 27, 2012
1 parent 14a8e29 commit a0ca6ca

Sorry, this diff is temporarily unavailable due to heavy server load.

Please try again later.

0 comments on commit a0ca6ca

Please sign in to comment.