2021-04-10 18:58:10

by Chuck Lever III

[permalink] [raw]
Subject: [PATCH v1 0/5] Continue making FRWR the only memreg scheme

Hi-

This series continues the work of making FRWR the only supported
memory registration mode. These are clean-up patches that remove
struct rpcrdma_frwr, hoisting all of its fields into struct
rpcrdma_mr. No behavior change is expected.

---

Chuck Lever (5):
xprtrdma: Move fr_cid to struct rpcrdma_mr
xprtrdma: Move cqe to struct rpcrdma_mr
xprtrdma: Move fr_linv_done field to struct rpcrdma_mr
xprtrdma: Move the Work Request union to struct rpcrdma_mr
xprtrdma: Move fr_mr field to struct rpcrdma_mr


include/trace/events/rpcrdma.h | 12 +++---
net/sunrpc/xprtrdma/frwr_ops.c | 76 +++++++++++++--------------------
net/sunrpc/xprtrdma/xprt_rdma.h | 19 ++++-----
3 files changed, 44 insertions(+), 63 deletions(-)

--
Chuck Lever