All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi_transport_fc: Add support for 25Gbit speed
@ 2015-04-02 19:50 James Smart
  2015-04-09  9:54 ` Hannes Reinecke
  2015-04-09 12:13 ` Ewan Milne
  0 siblings, 2 replies; 3+ messages in thread
From: James Smart @ 2015-04-02 19:50 UTC (permalink / raw)
  To: linux-scsi

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 */
 
 /*
-- 
1.7.11.7




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

* Re: [PATCH] scsi_transport_fc: Add support for 25Gbit speed
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Hannes Reinecke @ 2015-04-09  9:54 UTC (permalink / raw)
  To: james.smart, linux-scsi

On 04/02/2015 09:50 PM, James Smart wrote:
> Add FC transport support for 25Gbit speed
> 
> Signed-off-by: James Smart <james.smart@emulex.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		               zSeries & Storage
hare@suse.de			               +49 911 74053 688
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton
HRB 21284 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] scsi_transport_fc: Add support for 25Gbit speed
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Ewan Milne @ 2015-04-09 12:13 UTC (permalink / raw)
  To: james.smart; +Cc: linux-scsi

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>



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

end of thread, other threads:[~2015-04-09 12:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.