linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Steve Wise <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
Cc: Gil Rockah <gilr-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] Support for Chelsio T6 devices
Date: Tue, 20 Sep 2016 13:21:08 +0300	[thread overview]
Message-ID: <20160920102108.GG26673@leon.nu> (raw)
In-Reply-To: <20160919200957.8777AE0BC1-/5N3P9jjx0xzbRFIqnYvSA@public.gmane.org>

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

On Mon, Sep 19, 2016 at 12:55:16PM -0700, Steve Wise wrote:
> Signed-off-by: Steve Wise <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
> ---
>  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..727a65f 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

Nit comment,
if you use "14," and not "14", the next submitter will send patch with
less churn.

>  };
>
>  /* 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

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

  parent reply	other threads:[~2016-09-20 10:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-19 19:55 [PATCH] Support for Chelsio T6 devices Steve Wise
     [not found] ` <20160919200957.8777AE0BC1-/5N3P9jjx0xzbRFIqnYvSA@public.gmane.org>
2016-09-20 10:21   ` Leon Romanovsky [this message]
     [not found]     ` <20160920102108.GG26673-2ukJVAZIZ/Y@public.gmane.org>
2016-09-20 14:12       ` Steve Wise

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=20160920102108.GG26673@leon.nu \
    --to=leon-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=gilr-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org \
    /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).