diff mbox

[TRIVIAL] ib_pack.h: Fix commentary IBA reference for CNP in IB opcode enum

Message ID 560C323D.1000409@dev.mellanox.co.il (mailing list archive)
State Accepted
Headers show

Commit Message

Hal Rosenstock Sept. 30, 2015, 7:04 p.m. UTC
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>
---
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Doug Ledford Oct. 20, 2015, 5:30 p.m. UTC | #1
On 09/30/2015 03:04 PM, Hal Rosenstock wrote:
> 
> 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>
> ---
> 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 */

Thanks Hal, I've added this to the 4.4 list.
diff mbox

Patch

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 */