All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 perftest] Support for Chelsio T6 devices
@ 2016-09-20 14:16 Steve Wise
       [not found] ` <HE1PR05MB116148CCC01568CAFC9BAAC4B5CD0@HE1PR05MB1161.eurprd05.prod.outlook.com>
  0 siblings, 1 reply; 6+ messages in thread
From: Steve Wise @ 2016-09-20 14:16 UTC (permalink / raw)
  To: Gil Rockah; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Steve Wise <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
---

Changes since v1:

fixed nit suggested by Leon

---
 src/perftest_parameters.c |    1 +
 src/perftest_parameters.h |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/perftest_parameters.c b/src/perftest_parameters.c
index a21b6eb..0d1ea2f 100755
--- a/src/perftest_parameters.c
+++ b/src/perftest_parameters.c
@@ -1326,6 +1326,7 @@ enum ctx_device ib_dev_name(struct ibv_context *context)
 			case 4  : dev_fname = CHELSIO_T4; break;
 			case 11 :
 			case 5  : dev_fname = CHELSIO_T5; break;
+			case 6  : dev_fname = CHELSIO_T6; break;
 			default : dev_fname = UNKNOWN; break;
 		}
 
diff --git a/src/perftest_parameters.h b/src/perftest_parameters.h
index 448e398..dc57efb 100755
--- a/src/perftest_parameters.h
+++ b/src/perftest_parameters.h
@@ -269,7 +269,8 @@ enum ctx_device {
 	CONNECTX4		= 10,
 	CONNECTX4LX		= 11,
 	QLOGIC_E4		= 12,
-	QLOGIC_AH		= 13
+	QLOGIC_AH		= 13,
+	CHELSIO_T6		= 14,
 };
 
 /* Units for rate limiter */
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-11-01 14:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-20 14:16 [PATCH v2 perftest] Support for Chelsio T6 devices Steve Wise
     [not found] ` <HE1PR05MB116148CCC01568CAFC9BAAC4B5CD0@HE1PR05MB1161.eurprd05.prod.outlook.com>
     [not found]   ` <01db01d22407$38da0930$aa8e1b90$@opengridcomputing.com>
2016-10-25 14:32     ` Steve Wise
2016-10-27  7:54       ` Leon Romanovsky
     [not found]         ` <20161027075439.GE3617-2ukJVAZIZ/Y@public.gmane.org>
2016-10-27 14:19           ` Steve Wise
2016-10-31 23:11             ` Leon Romanovsky
     [not found]               ` <20161031231124.GA3617-2ukJVAZIZ/Y@public.gmane.org>
2016-11-01 14:16                 ` Steve Wise

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.