commit | d162372af306d22ee57d8a723dd4552e932304a9 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Mar 11 11:21:17 2020 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Mar 16 10:18:45 2020 -0400 |
tree | 7d2bff442942e3a7331fd854658cc3468ef377de | |
parent | 8d6bda7f23a9b3ef1d7e386f01924c37f18fe771 [diff] |
SUNRPC: Trim stack utilization in the wrap and unwrap paths By preventing compiler inlining of the integrity and privacy helpers, stack utilization for the common case (authentication only) goes way down. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>