From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Cohen Subject: [PATCHv6 02/10] ib_core: Add RDMAoE transport protocol Date: Mon, 16 Nov 2009 17:53:22 +0200 Message-ID: <20091116155322.GC2463@mtls03> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux RDMA list , netdev , ewg To: Roland Dreier Return-path: Received: from mail.mellanox.co.il ([194.90.237.43]:51550 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751882AbZKPPwW (ORCPT ); Mon, 16 Nov 2009 10:52:22 -0500 Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: Add a new transport protocol, RDMAoE, used for transporting Infiniband traffic over Ethernet fabrics. Signed-off-by: Eli Cohen --- 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 4cf42f3..d9146c4 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -69,7 +69,8 @@ enum rdma_node_type { enum rdma_transport_type { RDMA_TRANSPORT_IB, - RDMA_TRANSPORT_IWARP + RDMA_TRANSPORT_IWARP, + RDMA_TRANSPORT_RDMAOE }; enum ib_device_cap_flags { -- 1.6.5.2