diff options
author | Hal Rosenstock <hal@dev.mellanox.co.il> | 2015-09-30 19:04:29 (GMT) |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-10-21 20:41:54 (GMT) |
commit | 931cf9a3e55c7a4c0d7340140643ce6fdf7b6e96 (patch) | |
tree | b5e5827523dd522cf4b018743c8e0d484928f7c6 /include/rdma | |
parent | 68a5e6043655a56cdb13b06b3f63d39791fe18eb (diff) | |
download | linux-931cf9a3e55c7a4c0d7340140643ce6fdf7b6e96.tar.xz |
ib_pack.h: Fix commentary IBA reference for CNP in IB opcode enum
IBA spec is now 1.3 not 3.1 and vol 1 should be mentioned
as there is also vol 2.
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/ib_pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/ib_pack.h b/include/rdma/ib_pack.h index 709a533..e99d8f9 100644 --- a/include/rdma/ib_pack.h +++ b/include/rdma/ib_pack.h @@ -76,7 +76,7 @@ enum { IB_OPCODE_UC = 0x20, IB_OPCODE_RD = 0x40, IB_OPCODE_UD = 0x60, - /* per IBTA 3.1 Table 38, A10.3.2 */ + /* per IBTA 1.3 vol 1 Table 38, A10.3.2 */ IB_OPCODE_CNP = 0x80, /* operations -- just used to define real constants */ |