commit | 3f9c7e76934790c53a48b11c7ad54770cd3ae50d | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Apr 24 09:39:37 2019 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Apr 25 15:18:58 2019 -0400 |
tree | cef8009e8d4d3bec286c478e97a9a973b6fac5f7 | |
parent | d2832af38dfd1d3b135b13c6106b2c5de16a6747 [diff] |
xprtrdma: Backchannel can use GFP_KERNEL allocations The Receive handler runs in process context, thus can use on-demand GFP_KERNEL allocations instead of pre-allocation. This makes the xprtrdma backchannel independent of the number of backchannel session slots provisioned by the Upper Layer protocol. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>