diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2019-06-19 10:33:20 -0400 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2019-07-09 10:30:25 -0400 |
commit | 379d1bc5be373c920bcda16b9894ae99505ea127 (patch) | |
tree | eff3b258a776e7beaa1be8b05c7b673019444470 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 0ab115237025f5e379620bbcd56a02697d07b002 (diff) |
xprtrdma: Simplify rpcrdma_rep_create
Clean up.
Commit 7c8d9e7c8863 ("xprtrdma: Move Receive posting to Receive
handler") reduced the number of rpcrdma_rep_create call sites to
one. After that commit, the backchannel code no longer invokes it.
Therefore the free list logic added by commit d698c4a02ee0
("xprtrdma: Fix backchannel allocation of extra rpcrdma_reps") is
no longer necessary, and in fact adds some extra overhead that we
can do without.
Simply post any newly created reps. They will get added back to
the rb_recv_bufs list when they subsequently complete.
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