[PATCH 09/21] lpfc: Parse the new 20G, 25G and 40G link speeds in the lpfc driver

2015-04-03 Thread James Smart
Parse the new 20G, 25G and 40G link speeds in the lpfc driver This patch is dependent upon the following patch to the FC transport which adds the 25G speed: http://www.spinics.net/lists/linux-scsi/msg83840.html Signed-off-by: Dick Kennedy dick.kenn...@emulex.com Signed-off-by: James Smart

Re: [PATCH 09/21] lpfc: Parse the new 20G, 25G and 40G link speeds in the lpfc driver

2015-03-07 Thread James Bottomley
On Thu, 2015-02-05 at 14:24 -0500, James Smart wrote: --- drivers/scsi/lpfc/lpfc_hw4.h | 5 - drivers/scsi/lpfc/lpfc_init.c | 39 +++ 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/drivers/scsi/lpfc/lpfc_hw4.h

[PATCH 09/21] lpfc: Parse the new 20G, 25G and 40G link speeds in the lpfc driver

2015-02-05 Thread James Smart
--- drivers/scsi/lpfc/lpfc_hw4.h | 5 - drivers/scsi/lpfc/lpfc_init.c | 39 +++ 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/drivers/scsi/lpfc/lpfc_hw4.h b/drivers/scsi/lpfc/lpfc_hw4.h index 3121ec4..0b4c5afd6 100644 ---