Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/pci



> On 12. Jul 2020, at 21:05, Jaromir Dolecek <jdolecek%netbsd.org@localhost> wrote:
> 
> Module Name:	src
> Committed By:	jdolecek
> Date:		Sun Jul 12 19:05:32 UTC 2020
> 
> Modified Files:
> 	src/sys/dev/pci: if_bnx.c if_bnxvar.h
> 
> Log Message:
> enable MSI/MSI-X if supported by adapter
> 
> tested MSI-X with Broadcom NetXtreme II BCM5709 1000Base-T
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.95 -r1.96 src/sys/dev/pci/if_bnx.c
> cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/if_bnxvar.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

With this change my Dell PowerEdge 2850 spits watchdog resets:

[  68.1828359] bnx0: Watchdog timeout -- resetting!
[  88.6042909] bnx0: Watchdog timeout -- resetting!
[ 119.0265230] bnx0: Watchdog timeout -- resetting!
[ 145.4484562] bnx0: Watchdog timeout -- resetting!

Dmesg before is:

[     1.017306] pci4 at ppb3 bus 7
[     1.017306] pci4: i/o space, memory space enabled, rd/line, wr/inv ok
[     1.017306] bnx0 at pci4 dev 0 function 0: Broadcom NetXtreme II BCM5708 1000Base-T
[     1.017306] bnx0: Ethernet address 00:24:e8:67:4b:db
[     1.017306] bnx0: ASIC BCM5708 B2 (0x57081020)
[     1.017306] bnx0: PCI-X 64bit 133MHz
[     1.017306] bnx0: B/C (4.6.0); Bufs (RX:2;TX:2); Flags (MFW); MFW (ipms 1.6.0)
[     1.017306] bnx0: Coal (RX:6,6,18,18; TX:20,20,80,80)
[     1.017306] brgphy0 at bnx0 phy 1: BCM5708C 1000BASE-T media interface, rev. 6
[     1.017306] brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
[     1.017306] bnx0: interrupting at ioapic0 pin 16

while dmesg after is:

[     1.017262] pci4 at ppb3 bus 7
[     1.017262] pci4: i/o space, memory space enabled, rd/line, wr/inv ok
[     1.017262] bnx0 at pci4 dev 0 function 0: Broadcom NetXtreme II BCM5708 1000Base-T
[     1.017262] bnx0: Ethernet address 00:24:e8:67:4b:db
[     1.017262] bnx0: ASIC BCM5708 B2 (0x57081020)
[     1.017262] bnx0: PCI-X 64bit 133MHz
[     1.017262] bnx0: B/C (4.6.0); Bufs (RX:2;TX:2); Flags (MFW); MFW (ipms 1.6.0)
[     1.017262] bnx0: Coal (RX:6,6,18,18; TX:20,20,80,80)
[     1.017262] brgphy0 at bnx0 phy 1: BCM5708C 1000BASE-T media interface, rev. 6
[     1.017262] brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
[     1.017262] bnx0: interrupting at msi0 vec 0

Pcictl dump gives (in the MSI-X case):

  PCI Message Signaled Interrupt
    Message Control register: 0x0081
      MSI Enabled: on
      Multiple Message Capable: no (1 vector)
      Multiple Message Enabled: off (1 vector)
      64 Bit Address Capable: on
      Per-Vector Masking Capable: off
      Extended Message Data Capable: off
      Extended Message Data Enable: off
    Message Address (lower) register: 0xfee00000
    Message Address (upper) register: 0x00000000
    Message Data register: 0x0064

Any ideas how to fix this issue?

--
J. Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig (Germany)

Attachment: signature.asc
Description: Message signed with OpenPGP



Home | Main Index | Thread Index | Old Index