diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2022-09-23 15:06:24 +0200 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2022-10-05 21:47:16 +0200 |
commit | 2d77058cce9fbff3d69cc05d4eb695f4ff421c03 (patch) | |
tree | f57b26b0a0876594934d5b8026a7a0bb0d51f834 /net/8021q/vlan_gvrp.c | |
parent | xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc() (diff) | |
download | linux-2d77058cce9fbff3d69cc05d4eb695f4ff421c03.tar.xz linux-2d77058cce9fbff3d69cc05d4eb695f4ff421c03.zip |
xprtrdma: MR-related memory allocation should be allowed to fail
xprtrdma always drives a retry of MR allocation if it should fail.
It should be safe to not use GFP_KERNEL for this purpose rather
than sleeping in the memory allocator.
In theory, if these weaker allocations are attempted first, memory
exhaustion is likely to cause xprtrdma to fail fast and not then
invoke the RDMA core APIs, which still might use GFP_KERNEL.
Also note that rpc_task_gfp_mask() always sets __GFP_NORETRY and
__GFP_NOWARN when an RPC-related allocation is being done in a
worker thread. MR allocation is already always done in worker
threads.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'net/8021q/vlan_gvrp.c')
0 files changed, 0 insertions, 0 deletions