]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40iw: add connection management code
authorFaisal Latif <faisal.latif@intel.com>
Wed, 20 Jan 2016 19:40:04 +0000 (13:40 -0600)
committerDoug Ledford <dledford@redhat.com>
Mon, 29 Feb 2016 22:10:53 +0000 (17:10 -0500)
commitf27b4746f378e033cd2f43c8116bd7cf39fc8575
treea119b82f5df1d650f47b1053800240af3add0a74
parent8e06af711bf2573244335c6d674b4fd520444da4
i40iw: add connection management code

i40iw_cm.c i40iw_cm.h are used for connection management.

changes since v2:
        Implemented interface changes as reg_phys_mr() is
        not part of inifiniband interface  Done as
        Christoph Hellwig <hch@infradead.org> did for nes.

Changes since v1:
        improved casts
        moved kmap() from i40iw_verbs.c to make them short
        lived.

Acked-by: Anjali Singhai Jain <anjali.singhai@intel.com>
Acked-by: Shannon Nelson <shannon.nelson@intel.com>
Signed-off-by: Faisal Latif <faisal.latif@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/i40iw/i40iw_cm.c [new file with mode: 0644]
drivers/infiniband/hw/i40iw/i40iw_cm.h [new file with mode: 0644]