* James Smart jsmart2021@gmail.com [200513 02:00]:
On 5/12/2020 2:28 PM, Chris Hofstaedtler wrote:
this commit, applied in Ubuntu's 5.4.0-30.34 tree as 77d5805eafdb5c42bdfe78f058ad9c40ee1278b4, appears to cause our HPE-branded 2-port 8Gb lpfcs to report FLOGI errors. Reverting it fixes target discovery for me. See below for log messages and HW details.
... Let me know if you need further debug logs or something.
Thanks,
I'm more interested in what other patches you do or do not have in your tree.
To save everybody time figuring out patches, I've tried with a 5.7-rc tree 24085f70a6e1b0cb647ec92623284641d8270637, which gives these dmesg messages:
[ 4.222975] Emulex LightPulse Fibre Channel SCSI driver 12.8.0.0 [ 4.223864] scsi host2: Emulex LPe12000 PCIe Fibre Channel Adapter on PCI bus 07 device 00 irq 128 [ 6.654380] scsi host4: Emulex LPe12000 PCIe Fibre Channel Adapter on PCI bus 07 device 01 irq 182 [ 7.169041] lpfc 0000:07:00.0: 0:1303 Link Up Event x1 received Data: x1 xf7 x20 x0 x0 x0 0 [ 9.578752] lpfc 0000:07:00.1: 1:1303 Link Up Event x1 received Data: x1 xf7 x20 x0 x0 x0 0 [ 27.225755] lpfc 0000:07:00.0: 0:(0):2858 FLOGI failure Status:x3/x2 TMO:x10 Data x101000 x0 [ 29.637644] lpfc 0000:07:00.1: 1:(0):2858 FLOGI failure Status:x3/x2 TMO:x10 Data x101000 x0 [ 47.275946] lpfc 0000:07:00.0: 0:(0):2858 FLOGI failure Status:x3/x2 TMO:x10 Data x101000 x0 [ 49.787867] lpfc 0000:07:00.1: 1:(0):2858 FLOGI failure Status:x3/x2 TMO:x10 Data x101000 x0 [ 67.356082] lpfc 0000:07:00.0: 0:(0):2858 FLOGI failure Status:x3/x2 TMO:x10 Data x101000 x0 [ 69.875049] lpfc 0000:07:00.1: 1:(0):2858 FLOGI failure Status:x3/x2 TMO:x10 Data x101000 x0 [ 87.401269] lpfc 0000:07:00.0: 0:(0):2858 FLOGI failure Status:x3/x2 TMO:x10 Data x101000 x0 [ 89.929189] lpfc 0000:07:00.1: 1:(0):2858 FLOGI failure Status:x3/x2 TMO:x10 Data x101000 x0 [ 105.533242] lpfc 0000:07:00.0: 0:(0):0237 Pending Link Event during Discovery: State x7 [ 105.533546] lpfc 0000:07:00.0: 0:1305 Link Down Event x2 received Data: x2 x7 x98014 x0 x0 [ 105.615008] lpfc 0000:07:00.0: 0:1303 Link Up Event x3 received Data: x3 x0 x20 x0 x0 x0 0 [ 109.989341] lpfc 0000:07:00.1: 1:(0):2858 FLOGI failure Status:x3/x2 TMO:x10 Data x101000 x0 [ 124.772701] lpfc 0000:07:00.0: 0:(0):2858 FLOGI failure Status:x3/x2 TMO:x10 Data x101000 x0
This is the message that threw it to the left: 0237 Pending Link Event during Discovery
Let me look a little.
-- james
Best, Chris