]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40iw: add files for iwarp interface
authorFaisal Latif <faisal.latif@intel.com>
Wed, 20 Jan 2016 19:40:09 +0000 (13:40 -0600)
committerDoug Ledford <dledford@redhat.com>
Mon, 29 Feb 2016 22:10:53 +0000 (17:10 -0500)
commitd37498417947cb2299fc749ae4af1d204c768cba
tree987296c0bdc391ff0e830fb19cf2858dfc625e4f
parent4e9042e647ff083239984c4051c6d1a4f927ecc3
i40iw: add files for iwarp interface

i40iw_verbs.[ch] are to handle iwarp interface.

Changes since v2:
        Made infiniband interface changes for 4.5
        removed i40iw_reg_phys_mr() for 4.5
        made changes as made by Christoph Hellwig made for nes
        in i40iw_get_dma_mr().

Changes since v1:
        Following modification based on Christoph Hellwig's feedback
         -remove kmap() calls and moved to i40iw_cm.c.
         -cleanup some of casts

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_ucontext.h [new file with mode: 0644]
drivers/infiniband/hw/i40iw/i40iw_verbs.c [new file with mode: 0644]
drivers/infiniband/hw/i40iw/i40iw_verbs.h [new file with mode: 0644]