]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'cxgb4-rdma'
authorDavid S. Miller <davem@davemloft.net>
Thu, 22 Mar 2018 15:59:12 +0000 (11:59 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Mar 2018 15:59:12 +0000 (11:59 -0400)
commit5210e3f76b645d541ddf51cdfc161ec8850abd35
tree0b68c587fb91eb49bb686940d68923c426296b08
parent1c7d1198f1f6dd426b31a90332208e37802f516e
parented8b30f0bffa702c3ba9e3b7bc0e85cf6330a7d8
Merge branch 'cxgb4-rdma'

Raju Rangoju says:

====================
Add support for RDMA enhancements in cxgb4

Allocates the HW-resources and provide the necessary routines for the
upper layer driver (rdma/iw_cxgb4) to enable the RDMA SRQ support for
Chelsio adapters.

Advertise support for write with immediate work request
Advertise support for write with completion

v3: modified memory allocation as per Stefano's suggestion

v2: fixed the patching issues and also
    fixed the following based on review comments of Stefano Brivio
 - using kvzalloc instead of vzalloc
 - using #define instead of enum
====================

Signed-off-by: David S. Miller <davem@davemloft.net>