From: Dennis Dalessandro <[email protected]>

This patch adds the value of the CNP opcode to the existing list of enumerated
opcodes.

Reviewed-by: Mike Marciniszyn <[email protected]>
Signed-off-by: Dennis Dalessandro <[email protected]>
---
 include/rdma/ib_pack.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/rdma/ib_pack.h b/include/rdma/ib_pack.h
index b1f7592..03f5217 100644
--- a/include/rdma/ib_pack.h
+++ b/include/rdma/ib_pack.h
@@ -76,6 +76,7 @@ enum {
        IB_OPCODE_UC                                = 0x20,
        IB_OPCODE_RD                                = 0x40,
        IB_OPCODE_UD                                = 0x60,
+       IB_OPCODE_CNP                               = 0x80,
 
        /* operations -- just used to define real constants */
        IB_OPCODE_SEND_FIRST                        = 0x00,

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to