DPDK patches and discussions
 help / color / mirror / Atom feed
From: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
To: dev@dpdk.org
Cc: Martin Weiser <martin.weiser@allegro-packets.com>,
	Kumar Sanghvi <kumaras@chelsio.com>,
	Nirranjan Kirubaharan <nirranjan@chelsio.com>,
	Indranil Choudhury <indranil@chelsio.com>
Subject: [dpdk-dev] [PATCH 1/2] cxgbe: update supported port module types
Date: Wed, 28 Jun 2017 10:07:40 +0530	[thread overview]
Message-ID: <361167cb7105ae4c578feae4bd159a54fed87196.1498624242.git.rahul.lakkireddy@chelsio.com> (raw)
In-Reply-To: <cover.1498624242.git.rahul.lakkireddy@chelsio.com>
In-Reply-To: <cover.1498624242.git.rahul.lakkireddy@chelsio.com>

Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Signed-off-by: Kumar Sanghvi <kumaras@chelsio.com>
---
 drivers/net/cxgbe/base/t4fw_interface.h | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/drivers/net/cxgbe/base/t4fw_interface.h b/drivers/net/cxgbe/base/t4fw_interface.h
index 6283fe9..6ca4f31 100644
--- a/drivers/net/cxgbe/base/t4fw_interface.h
+++ b/drivers/net/cxgbe/base/t4fw_interface.h
@@ -1293,15 +1293,12 @@ enum fw_port_type {
 	FW_PORT_TYPE_QSFP	= 14, /* No, 4, Yes, No, No, No, 40G */
 	FW_PORT_TYPE_BP40_BA	= 15,
 	/* No, 4, No, No, Yes, Yes, 40G/10G/1G, BP ANGE */
-	FW_PORT_TYPE_KR4_100G   = 16,   /* No, 4, 100G*/
-	FW_PORT_TYPE_CR4_QSFP   = 17,   /* No, 4, 100G*/
-	FW_PORT_TYPE_CR4_CFP4   = 18,   /* No, 4, 100G*/
-	FW_PORT_TYPE_CR_QSFP    = 19,   /* No, 1, 25G*/
-	FW_PORT_TYPE_CR_CFP4    = 20,   /* No, 1, 25G*/
-	FW_PORT_TYPE_CR2_QSFP   = 21,   /* No, 2, 50G*/
-	FW_PORT_TYPE_CR2_CFP4   = 22,   /* No, 2, 50G*/
-	FW_PORT_TYPE_SFP28      = 23,   /* No, 1, 25G*/
-
+	FW_PORT_TYPE_KR4_100G	= 16, /* No, 4, 100G/40G/25G, Backplane */
+	FW_PORT_TYPE_CR4_QSFP	= 17, /* No, 4, 100G/40G/25G */
+	FW_PORT_TYPE_CR_QSFP	= 18, /* No, 1, 25G Spider cable */
+	FW_PORT_TYPE_CR2_QSFP	= 19, /* No, 2, 50G */
+	FW_PORT_TYPE_SFP28	= 20, /* No, 1, 25G/10G/1G */
+	FW_PORT_TYPE_KR_SFP28	= 21, /* No, 1, 25G/10G/1G using Backplane */
 	FW_PORT_TYPE_NONE = M_FW_PORT_CMD_PTYPE
 };
 
-- 
2.5.3

  reply	other threads:[~2017-06-28  4:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-28  4:37 [dpdk-dev] [PATCH 0/2] cxgbe: fix supported speed capabilities Rahul Lakkireddy
2017-06-28  4:37 ` Rahul Lakkireddy [this message]
2017-06-28  4:37 ` [dpdk-dev] [PATCH 2/2] " Rahul Lakkireddy
2017-06-28 12:06 ` [dpdk-dev] [PATCH 0/2] " Ferruh Yigit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=361167cb7105ae4c578feae4bd159a54fed87196.1498624242.git.rahul.lakkireddy@chelsio.com \
    --to=rahul.lakkireddy@chelsio.com \
    --cc=dev@dpdk.org \
    --cc=indranil@chelsio.com \
    --cc=kumaras@chelsio.com \
    --cc=martin.weiser@allegro-packets.com \
    --cc=nirranjan@chelsio.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).