On Mon, Oct 31, 2022 at 03:27:58PM -0500, Bob Pearson wrote: > Add routine named rxe_num_dma_frags() to compute the number of skb > frags needed to copy length bytes from a dma info struct. > > Signed-off-by: Bob Pearson <rpearsonhpe@xxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_loc.h | 4 +- > drivers/infiniband/sw/rxe/rxe_mr.c | 67 ++++++++++++++++++++++++++++- > 2 files changed, 69 insertions(+), 2 deletions(-) I would say this is a nice place to stop and start a new series. Adding skb frags to MR memory is a self contained feature. Jason