On 01/20/2016 09:40 AM, Jitendra Bhivare wrote: > iscsi_port_speed and iscsi_port_speed_names have new entries for > 25Gbps and 40Gbps link speeds. > > Signed-off-by: Jitendra Bhivare <jitendra.bhivare@xxxxxxxxxxxxx> > --- > drivers/scsi/scsi_transport_iscsi.c | 2 ++ > include/scsi/iscsi_if.h | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c > index e4b3d8f..4414816 100644 > --- a/drivers/scsi/scsi_transport_iscsi.c > +++ b/drivers/scsi/scsi_transport_iscsi.c > @@ -4308,6 +4308,8 @@ static const struct { > {ISCSI_PORT_SPEED_100MBPS, "100 Mbps" }, > {ISCSI_PORT_SPEED_1GBPS, "1 Gbps" }, > {ISCSI_PORT_SPEED_10GBPS, "10 Gbps" }, > + {ISCSI_PORT_SPEED_25GBPS, "25 Gbps" }, > + {ISCSI_PORT_SPEED_40GBPS, "40 Gbps" }, > }; > > char *iscsi_get_port_speed_name(struct Scsi_Host *shost) > diff --git a/include/scsi/iscsi_if.h b/include/scsi/iscsi_if.h > index 95ed942..d66c070 100644 > --- a/include/scsi/iscsi_if.h > +++ b/include/scsi/iscsi_if.h > @@ -724,6 +724,8 @@ enum iscsi_port_speed { > ISCSI_PORT_SPEED_100MBPS = 0x4, > ISCSI_PORT_SPEED_1GBPS = 0x8, > ISCSI_PORT_SPEED_10GBPS = 0x10, > + ISCSI_PORT_SPEED_25GBPS = 0x20, > + ISCSI_PORT_SPEED_40GBPS = 0x40, > }; > > /* iSCSI port state */ > Reviewed-by: Hannes Reinecke <hare@xxxxxxxx> Cheers, Hannes -- Dr. Hannes Reinecke Teamlead Storage & Networking hare@xxxxxxx +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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html