diff options
| author | Upinder Malhi <umalhi@cisco.com> | 2014-01-09 17:48:19 -0500 |
|---|---|---|
| committer | Roland Dreier <roland@purestorage.com> | 2014-01-14 03:44:45 -0500 |
| commit | 248567f79304b953ea492fb92ade097b62ed09b2 (patch) | |
| tree | 27d212857bd4258a4426b5cde87ab8797441b916 /include/rdma | |
| parent | e45e614e4015a489d2f8013eaed45d498d884e86 (diff) | |
IB/core: Add RDMA_TRANSPORT_USNIC_UDP
Add RDMA_TRANSPORT_USNIC_UDP which will be used by usNIC.
Signed-off-by: Upinder Malhi <umalhi@cisco.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'include/rdma')
| -rw-r--r-- | include/rdma/ib_verbs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 61e1935c91b1..b19aa7285ea3 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h | |||
| @@ -74,7 +74,8 @@ enum rdma_node_type { | |||
| 74 | enum rdma_transport_type { | 74 | enum rdma_transport_type { |
| 75 | RDMA_TRANSPORT_IB, | 75 | RDMA_TRANSPORT_IB, |
| 76 | RDMA_TRANSPORT_IWARP, | 76 | RDMA_TRANSPORT_IWARP, |
| 77 | RDMA_TRANSPORT_USNIC | 77 | RDMA_TRANSPORT_USNIC, |
| 78 | RDMA_TRANSPORT_USNIC_UDP | ||
| 78 | }; | 79 | }; |
| 79 | 80 | ||
| 80 | enum rdma_transport_type | 81 | enum rdma_transport_type |
