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

* RE: [PATCH v2 perftest] Support for Chelsio T6 devices
       [not found]   ` <01db01d22407$38da0930$aa8e1b90$@opengridcomputing.com>
@ 2016-10-25 14:32     ` Steve Wise
  2016-10-27  7:54       ` Leon Romanovsky
  0 siblings, 1 reply; 6+ messages in thread
From: Steve Wise @ 2016-10-25 14:32 UTC (permalink / raw)
  To: 'Gil Rockah', 'Zohar Ben Aharon'
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Hey guys,  

Has this patch been integrated yet?  Also, where is the official upstream
perftest git repo now?

Thanks,

Steve.


> -----Original Message-----
> From: Steve Wise [mailto:swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org]
> Sent: Tuesday, October 11, 2016 4:34 PM
> To: 'Gil Rockah'; 'Zohar Ben Aharon'
> Subject: RE: [PATCH v2 perftest] Support for Chelsio T6 devices
> 
> 
> > -----Original Message-----
> > From: Gil Rockah [mailto:gilr-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org]
> > Sent: Monday, September 26, 2016 2:01 AM
> > To: Zohar Ben Aharon; swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org
> > Subject: FW: [PATCH v2 perftest] Support for Chelsio T6 devices
> >
> > Hi Steve,
> > Thanks for the patch.
> > Please notice that Zohar is the new owner of perftest.
> >
> > Thanks,
> > Gil
> >
> 
> Hey Zohar,
> 
> Where is the formal perftest git repo now?
> 
> Thanks,
> 
> Steve.

--
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	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 perftest] Support for Chelsio T6 devices
  2016-10-25 14:32     ` Steve Wise
@ 2016-10-27  7:54       ` Leon Romanovsky
       [not found]         ` <20161027075439.GE3617-2ukJVAZIZ/Y@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Leon Romanovsky @ 2016-10-27  7:54 UTC (permalink / raw)
  To: Steve Wise
  Cc: 'Gil Rockah', 'Zohar Ben Aharon',
	linux-rdma-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 1575 bytes --]

On Tue, Oct 25, 2016 at 09:32:55AM -0500, Steve Wise wrote:
> Hey guys,
>
> Has this patch been integrated yet?  Also, where is the official upstream
> perftest git repo now?

Hi Steve,

Sorry for the late response, due to the holidays our responses are
delaying a little bit.

We moved perftest repo to be under github's linux-rdma organization [1]
and it is now [2].

I'll remind to Zohar to take it.

[1] https://github.com/linux-rdma/
[2] https://github.com/linux-rdma/perftest

>
> Thanks,
>
> Steve.
>
>
> > -----Original Message-----
> > From: Steve Wise [mailto:swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org]
> > Sent: Tuesday, October 11, 2016 4:34 PM
> > To: 'Gil Rockah'; 'Zohar Ben Aharon'
> > Subject: RE: [PATCH v2 perftest] Support for Chelsio T6 devices
> >
> >
> > > -----Original Message-----
> > > From: Gil Rockah [mailto:gilr-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org]
> > > Sent: Monday, September 26, 2016 2:01 AM
> > > To: Zohar Ben Aharon; swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org
> > > Subject: FW: [PATCH v2 perftest] Support for Chelsio T6 devices
> > >
> > > Hi Steve,
> > > Thanks for the patch.
> > > Please notice that Zohar is the new owner of perftest.
> > >
> > > Thanks,
> > > Gil
> > >
> >
> > Hey Zohar,
> >
> > Where is the formal perftest git repo now?
> >
> > Thanks,
> >
> > Steve.
>
> --
> 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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* RE: [PATCH v2 perftest] Support for Chelsio T6 devices
       [not found]         ` <20161027075439.GE3617-2ukJVAZIZ/Y@public.gmane.org>
@ 2016-10-27 14:19           ` Steve Wise
  2016-10-31 23:11             ` Leon Romanovsky
  0 siblings, 1 reply; 6+ messages in thread
From: Steve Wise @ 2016-10-27 14:19 UTC (permalink / raw)
  To: 'Leon Romanovsky'
  Cc: 'Gil Rockah', 'Zohar Ben Aharon',
	linux-rdma-u79uwXL29TY76Z2rM5mHXA

> > Hey guys,
> >
> > Has this patch been integrated yet?  Also, where is the official upstream
> > perftest git repo now?
> 
> Hi Steve,
> 
> Sorry for the late response, due to the holidays our responses are
> delaying a little bit.
> 
> We moved perftest repo to be under github's linux-rdma organization [1]
> and it is now [2].
> 
> I'll remind to Zohar to take it.
> 
> [1] https://github.com/linux-rdma/
> [2] https://github.com/linux-rdma/perftest


Thanks for the update!

Steve.


--
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	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 perftest] Support for Chelsio T6 devices
  2016-10-27 14:19           ` Steve Wise
@ 2016-10-31 23:11             ` Leon Romanovsky
       [not found]               ` <20161031231124.GA3617-2ukJVAZIZ/Y@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Leon Romanovsky @ 2016-10-31 23:11 UTC (permalink / raw)
  To: Steve Wise
  Cc: 'Gil Rockah', 'Zohar Ben Aharon',
	linux-rdma-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 787 bytes --]

On Thu, Oct 27, 2016 at 09:19:40AM -0500, Steve Wise wrote:
> > > Hey guys,
> > >
> > > Has this patch been integrated yet?  Also, where is the official upstream
> > > perftest git repo now?
> >
> > Hi Steve,
> >
> > Sorry for the late response, due to the holidays our responses are
> > delaying a little bit.
> >
> > We moved perftest repo to be under github's linux-rdma organization [1]
> > and it is now [2].
> >
> > I'll remind to Zohar to take it.
> >
> > [1] https://github.com/linux-rdma/
> > [2] https://github.com/linux-rdma/perftest
>
>
> Thanks for the update!

Hi Steve,
I merged both of your patches
https://patchwork.kernel.org/patch/9341763/
https://patchwork.kernel.org/patch/9219151/
https://github.com/linux-rdma/perftest/pull/1

Sorry for the delay.

>
> Steve.
>
>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* RE: [PATCH v2 perftest] Support for Chelsio T6 devices
       [not found]               ` <20161031231124.GA3617-2ukJVAZIZ/Y@public.gmane.org>
@ 2016-11-01 14:16                 ` Steve Wise
  0 siblings, 0 replies; 6+ messages in thread
From: Steve Wise @ 2016-11-01 14:16 UTC (permalink / raw)
  To: 'Leon Romanovsky'
  Cc: 'Gil Rockah', 'Zohar Ben Aharon',
	linux-rdma-u79uwXL29TY76Z2rM5mHXA

> Hi Steve,
> I merged both of your patches
> https://patchwork.kernel.org/patch/9341763/
> https://patchwork.kernel.org/patch/9219151/
> https://github.com/linux-rdma/perftest/pull/1
> 
> Sorry for the delay.

Thanks all!

Steve.

--
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	[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.