From: Ewan Milne <emilne@redhat.com>
To: james.smart@emulex.com
Cc: linux-scsi@vger.kernel.org
Subject: Re: [PATCH] scsi_transport_fc: Add support for 25Gbit speed
Date: Thu, 09 Apr 2015 08:13:03 -0400 [thread overview]
Message-ID: <1428581583.4807.153.camel@localhost.localdomain> (raw)
In-Reply-To: <1428004252.6933.1.camel@myfc17>
On Thu, 2015-04-02 at 15:50 -0400, James Smart wrote:
> Add FC transport support for 25Gbit speed
>
> Signed-off-by: James Smart <james.smart@emulex.com>
> ---
> drivers/scsi/scsi_transport_fc.c | 1 +
> include/scsi/scsi_transport_fc.h | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/drivers/scsi/scsi_transport_fc.c b/drivers/scsi/scsi_transport_fc.c
> index 5d6f348..24eaaf6 100644
> --- a/drivers/scsi/scsi_transport_fc.c
> +++ b/drivers/scsi/scsi_transport_fc.c
> @@ -265,6 +265,7 @@ static const struct {
> { FC_PORTSPEED_40GBIT, "40 Gbit" },
> { FC_PORTSPEED_50GBIT, "50 Gbit" },
> { FC_PORTSPEED_100GBIT, "100 Gbit" },
> + { FC_PORTSPEED_25GBIT, "25 Gbit" },
> { FC_PORTSPEED_NOT_NEGOTIATED, "Not Negotiated" },
> };
> fc_bitfield_name_search(port_speed, fc_port_speed_names)
> diff --git a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h
> index 007a0bc..784bc2c 100644
> --- a/include/scsi/scsi_transport_fc.h
> +++ b/include/scsi/scsi_transport_fc.h
> @@ -135,6 +135,7 @@ enum fc_vport_state {
> #define FC_PORTSPEED_40GBIT 0x100
> #define FC_PORTSPEED_50GBIT 0x200
> #define FC_PORTSPEED_100GBIT 0x400
> +#define FC_PORTSPEED_25GBIT 0x800
> #define FC_PORTSPEED_NOT_NEGOTIATED (1 << 15) /* Speed not established */
>
> /*
Reviewed-by: Ewan D. Milne <emilne@redhat.com>
prev parent reply other threads:[~2015-04-09 12:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-02 19:50 [PATCH] scsi_transport_fc: Add support for 25Gbit speed James Smart
2015-04-09 9:54 ` Hannes Reinecke
2015-04-09 12:13 ` Ewan Milne [this message]
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=1428581583.4807.153.camel@localhost.localdomain \
--to=emilne@redhat.com \
--cc=james.smart@emulex.com \
--cc=linux-scsi@vger.kernel.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