diff options
author | 2022-09-23 09:06:30 -0400 | |
---|---|---|
committer | 2022-10-05 15:47:16 -0400 | |
commit | 9c8f332fbf995dc1d4d30a973d7ad6e1adb56437 (patch) | |
tree | ffb259f65762e273aedb06e65bd167db8f57486f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xprtrdma: MR-related memory allocation should be allowed to fail (diff) | |
download | linux-dev-9c8f332fbf995dc1d4d30a973d7ad6e1adb56437.tar.xz linux-dev-9c8f332fbf995dc1d4d30a973d7ad6e1adb56437.zip |
xprtrdma: Memory allocation should be allowed to fail during connect
An attempt to establish a connection can always fail and then be
retried. GFP_KERNEL allocation is not necessary here.
Like MR allocation, establishing a connection is always done in a
worker thread. The new GFP flags align with the flags that would
be returned by rpc_task_gfp_mask() in this case.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions