diff options
author | Noa Osherovich <noaos@mellanox.com> | 2017-04-20 20:53:31 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-04-21 12:29:31 -0400 |
commit | 12113a35ada6bba074836d3d26671213e12069bf (patch) | |
tree | f6d48e5abe402e5e4aa380827edfcee39d146ed5 /include | |
parent | 12f8fedef2ec94c783f929126b20440a01512c14 (diff) | |
download | linux-12113a35ada6bba074836d3d26671213e12069bf.tar.gz linux-12113a35ada6bba074836d3d26671213e12069bf.tar.bz2 linux-12113a35ada6bba074836d3d26671213e12069bf.zip |
IB/core: Add HDR speed enum
Add high data rate speed to the ib_port_speed enumeration.
Signed-off-by: Noa Osherovich <noaos@mellanox.com>
Signed-off-by: Eran Ben Elisha <eranbe@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include')
-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 56fa31e1948a..91686d2e94dd 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -433,7 +433,8 @@ enum ib_port_speed { IB_SPEED_QDR = 4, IB_SPEED_FDR10 = 8, IB_SPEED_FDR = 16, - IB_SPEED_EDR = 32 + IB_SPEED_EDR = 32, + IB_SPEED_HDR = 64 }; /** |