OSDN Git Service

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)
commitbc48740bcdcbc5ab75d10fc169342123aa446e8d
tree0b68c587fb91eb49bb686940d68923c426296b08
parent0dfebaf1cd26a1b47567cba5eb11982709b04a28
parentf3910c6278f380d87f8bf8e46a8db46b2d0cff27
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>