On Mon, Dec 24, 2018 at 08:54:51PM +0530, Potnuri Bharat Teja wrote: > Inorder to optimize the NVMEoF read IOPs, iw_cxgb4 posts a FW Write with > Completion WQE that combines an RDMA Write WR and the subsequent RDMA Send > with Invalidate WR. > This patch is an extension to it, where it posts a Write with completion for > RDMA WRITE WR + RDMA SEND WR combination as well. > > Reviewed-by: Steve Wise <swise@xxxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Potnuri Bharat Teja <bharat@xxxxxxxxxxx> > --- > drivers/infiniband/hw/cxgb4/qp.c | 19 +++++++++++++------ > 1 file changed, 13 insertions(+), 6 deletions(-) Applied to for-next, thanks Jason