Re: [PATCH 06/13] lpfc: Add 64G link speed support

2018-01-29 Thread James Smart
On 1/29/2018 3:45 AM, Steffen Maier wrote: @@ -2966,6 +2975,9 @@ struct lpfc_mbx_read_top {   #define LPFC_LINK_SPEED_10GHZ    0x40   #define LPFC_LINK_SPEED_16GHZ    0x80   #define LPFC_LINK_SPEED_32GHZ    0x90 +#define LPFC_LINK_SPEED_64GHZ    0xA0 +#define LPFC_LINK_SPEED_128GHZ    0xB0

Re: [PATCH 06/13] lpfc: Add 64G link speed support

2018-01-29 Thread Steffen Maier
On 01/26/2018 08:31 PM, James Smart wrote: The G7 adapter supports 64G link speeds. Add support to the driver. In addition, a small cleanup to replace the odd bitmap logic with a switch case. Signed-off-by: Dick Kennedy Signed-off-by: James Smart

[PATCH 06/13] lpfc: Add 64G link speed support

2018-01-26 Thread James Smart
The G7 adapter supports 64G link speeds. Add support to the driver. In addition, a small cleanup to replace the odd bitmap logic with a switch case. Signed-off-by: Dick Kennedy Signed-off-by: James Smart --- drivers/scsi/lpfc/lpfc.h