]> git.karo-electronics.de Git - karo-tx-linux.git/commit
IB/rdmavt: Break rdma_vt main include header file up
authorDennis Dalessandro <dennis.dalessandro@intel.com>
Wed, 6 Jan 2016 18:04:31 +0000 (10:04 -0800)
committerDoug Ledford <dledford@redhat.com>
Fri, 11 Mar 2016 01:37:14 +0000 (20:37 -0500)
commitb4e64397dabc946b83ffb1defa1215ede84c3b97
treef10475c14aa2bfc6172e6e7887459d6cac75ad22
parentb036db83c0ec8d1e81df19410a494be4cfe0b186
IB/rdmavt: Break rdma_vt main include header file up

Until all functionality is moved over to rdmavt drivers still need to
access a number of fields in data structures that are predominantly
meant to be used by rdmavt. Once these rdmavt_<ibta_object>.h header
files are no longer being touched by drivers their content should be
moved to rdmavt/<ibta_object>.h. While here move a couple #defines
over to more general IB verbs header files because they fit better.

Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/sw/rdmavt/ah.c
include/rdma/ib_verbs.h
include/rdma/rdma_vt.h
include/rdma/rdmavt_mr.h [new file with mode: 0644]
include/rdma/rdmavt_qp.h [new file with mode: 0644]