aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/rdma_vt.h
diff options
context:
space:
mode:
authorDennis Dalessandro <dennis.dalessandro@intel.com>2016-02-14 12:11:12 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:38:10 -0500
commit0765b01b8e2da50ad56f6544f935f5eaef1389f2 (patch)
tree1bb16cb2c1eb6e641676d576a0261b341c6ff4f4 /include/rdma/rdma_vt.h
parentIB/rdmavt: Remove RVT_FLAGs (diff)
downloadlinux-dev-0765b01b8e2da50ad56f6544f935f5eaef1389f2.tar.xz
linux-dev-0765b01b8e2da50ad56f6544f935f5eaef1389f2.zip
IB/rdmavt: Remove signal_supported and comments
Initially it was intended that rdmavt would support some signaling between the underlying driver and itself. However this turned out to be unnecessary for qib and hfi1. If we need to add something like this in later to support another driver we should do it then. As of now this essentially dead code so remove it. Reviewed-by: Ira Weiny <ira.weiny@intel.com> 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.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/rdma/rdma_vt.h b/include/rdma/rdma_vt.h
index 264c514c7da2..4c50bbb75d77 100644
--- a/include/rdma/rdma_vt.h
+++ b/include/rdma/rdma_vt.h
@@ -138,24 +138,6 @@ struct rvt_driver_params {
struct ib_device_attr props;
/*
- * Drivers will need to support a number of notifications to rvt in
- * accordance with certain events. This structure should contain a mask
- * of the supported events. Such events that the rvt may need to know
- * about include:
- * port errors
- * port active
- * lid change
- * sm change
- * client reregister
- * pkey change
- *
- * There may also be other events that the rvt layers needs to know
- * about this is not an exhaustive list. Some events though rvt does not
- * need to rely on the driver for such as completion queue error.
- */
- int rvt_signal_supported;
-
- /*
* Anything driver specific that is not covered by props
* For instance special module parameters. Goes here.
*/