Actions
Bug #5587
closedfcinfo can't display emulex at target mode 16G speed
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
driver - device drivers
Start date:
2014-12-30
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
"fcinfo hba-port" can't display target mode FC coonection speed, need modify file uts/common/io/comstar/port/fct/fct.c
function fct_get_adapter_port_attr() add
#define PORT_SPEED_16G 32
/* add supported speed */
if (attr->supported_speed & PORT_SPEED_16G)
port_attr->PortSupportedSpeed |= FC_HBA_PORTSPEED_16GBIT;
/* add current speed */
case PORT_SPEED_16G:
port_attr->PortSpeed = FC_HBA_PORTSPEED_16GBIT;
break;
~# fcinfo hba-port
HBA Port WWN: 10000090fa537c1d
Port Mode: Initiator
Port ID: 0
OS Device Name: /dev/cfg/c8
Manufacturer: Emulex
Model: LPe16002B-M6-D
Firmware Version: 10.0.727.65 (xe201.grp)
FCode/BIOS Version: Boot:10.0.727.65
Serial Number: CN0F3VJ67325441P8002A00
Driver Name: emlxs
Driver Version: 2.80.8.0 (2012.09.17.15.45)
Type: unknown
State: offline
Supported Speeds: 4Gb 8Gb 16Gb
Current Speed: not established
Node WWN: 20000090fa537c1d
NPIV Not Supported
HBA Port WWN: 10000090fa537c1c
Port Mode: Target
Port ID: 10800
OS Device Name: Not Applicable
Manufacturer: Emulex
Model: LPe16002B-M6-D
Firmware Version: 10.0.727.65 (xe201.grp)
FCode/BIOS Version: none
Serial Number: CN0F3VJ67325441P8002A00
Driver Name: emlxs
Driver Version: 2.80.8.0 (2012.09.17.15.45)
Type: F-port
State: online
Supported Speeds: 4Gb 8Gb
Current Speed: 8Gb
Node WWN: 20000090fa537c1c
Updated by Robert Mustacchi over 7 years ago
- Status changed from New to Closed
- Assignee deleted (
Robert Mustacchi) - Tags deleted (
needs-triage)
Actions