aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/rdma_vt.h
diff options
context:
space:
mode:
authorDennis Dalessandro <dennis.dalessandro@intel.com>2016-02-14 12:10:29 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:38:08 -0500
commit90793f7179478df19ac4b2244cfd9764b28e4b38 (patch)
treecdbad7af7b4899bade80236891d381e8fd310c47 /include/rdma/rdma_vt.h
parentstaging/rdma/hfi1: Put QPs into error state after SL->SC table changes (diff)
downloadlinux-dev-90793f7179478df19ac4b2244cfd9764b28e4b38.tar.xz
linux-dev-90793f7179478df19ac4b2244cfd9764b28e4b38.zip
IB/rdmavt: Clean up comments and add more documentation
Add, remove, and otherwise clean up existing comments that are leftover from the initial code postings of rdmavt. Many of the comments were added to provide an idea on the direction we were thinking of going. Now that the design is solidified make a pass over and clean everything up. Also add details where lacking. Ensure all non static functions have nano comments. Reviewed-by: Jubin John <jubin.john@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma/rdma_vt.h')
-rw-r--r--include/rdma/rdma_vt.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/rdma/rdma_vt.h b/include/rdma/rdma_vt.h
index aabd2e5bc5d7..57c708dddab4 100644
--- a/include/rdma/rdma_vt.h
+++ b/include/rdma/rdma_vt.h
@@ -146,21 +146,6 @@ struct rvt_ibport {
* Things that are driver specific, module parameters in hfi1 and qib
*/
struct rvt_driver_params {
- /*
- * driver required fields:
- * node_guid
- * phys_port_cnt
- * dma_device
- * owner
- * driver optional fields (rvt will provide generic value if blank):
- * name
- * node_desc
- * rvt fields, driver value ignored:
- * uverbs_abi_ver
- * node_type
- * num_comp_vectors
- * uverbs_cmd_mask
- */
struct ib_device_attr props;
/*