mbox series

[RESEND,for-next,v3,0/2] Support rdma write with immediate and

Message ID 20180802060304.27317-1-bharat@chelsio.com (mailing list archive)
Headers show
Series Support rdma write with immediate and | expand

Message

Potnuri Bharat Teja Aug. 2, 2018, 6:03 a.m. UTC
This series adds support for rdma write with immwdiate and write with 
completion WRs.


Changes since v2:
-> Addressed review comments on byte ordering.

Changes since v1:
-> Addressed Jason's review comments on sparse warnings and indentation.

Changes since v0:
-> Resolved checkpatch warnings.

Potnuri Bharat Teja (2):
  iw_cxgb4: RDMA write with immediate support
  iw_cxgb4: Support FW write completion WR

 drivers/infiniband/hw/cxgb4/cq.c          |  23 ++-
 drivers/infiniband/hw/cxgb4/device.c      |   1 +
 drivers/infiniband/hw/cxgb4/qp.c          | 184 ++++++++++++++++++++--
 drivers/infiniband/hw/cxgb4/t4.h          |  22 ++-
 drivers/infiniband/hw/cxgb4/t4fw_ri_api.h |  49 +++++-
 include/uapi/rdma/cxgb4-abi.h             |   3 +-
 6 files changed, 264 insertions(+), 18 deletions(-)

Comments

Jason Gunthorpe Aug. 3, 2018, 2:18 a.m. UTC | #1
On Thu, Aug 02, 2018 at 11:33:02AM +0530, Potnuri Bharat Teja wrote:
> This series adds support for rdma write with immwdiate and write with 
> completion WRs.
> 
> 
> Changes since v2:
> -> Addressed review comments on byte ordering.
> 
> Changes since v1:
> -> Addressed Jason's review comments on sparse warnings and indentation.
> 
> Changes since v0:
> -> Resolved checkpatch warnings.
> 
> Potnuri Bharat Teja (2):
>   iw_cxgb4: RDMA write with immediate support
>   iw_cxgb4: Support FW write completion WR
> 
>  drivers/infiniband/hw/cxgb4/cq.c          |  23 ++-
>  drivers/infiniband/hw/cxgb4/device.c      |   1 +
>  drivers/infiniband/hw/cxgb4/qp.c          | 184 ++++++++++++++++++++--
>  drivers/infiniband/hw/cxgb4/t4.h          |  22 ++-
>  drivers/infiniband/hw/cxgb4/t4fw_ri_api.h |  49 +++++-
>  include/uapi/rdma/cxgb4-abi.h             |   3 +-
>  6 files changed, 264 insertions(+), 18 deletions(-)

I manually resolved the conflict with Dan's patch, but otherwise
applied to for-next, thanks.

Jason

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html