Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jun 2007 13:43:09 -0700
From:      "David Christensen" <davidch@broadcom.com>
To:        "Tom Judge" <tom@tomjudge.com>, "freebsd-net" <freebsd-net@freebsd.org>
Subject:   RE: Problems with BCE network adapter (Dell PE2950)
Message-ID:  <09BFF2FA5EAB4A45B6655E151BBDD9030414B1EC@NT-IRVA-0750.brcm.ad.broadcom.com>
In-Reply-To: <46680DB1.9050905@tomjudge.com>
References:  <46680DB1.9050905@tomjudge.com>

next in thread | previous in thread | raw e-mail | index | archive | help
It's not a problem I've seen before.  The driver seems to be=20
passing an Ethernet frame up the stack with a length of -4.
Is there anything unusual about your network setup like VLAN
tagging, jumbo frames, or anything else that might cause
the Ethernet frame to be formatted in an unusual manner?
The error probably occurs in bce_rx_intr() but I'd need to
see the packet that's causing the problem to figure out why
the driver isn't calculating the packet length correctly.

Dave=20

> I am seeing some problems with one of my Dell PowerEdge=20
> 2950's (running=20
> RELENG_6_2) on board bce NICs.  The interface seems to crash with the=20
> following errors, to which the fix seems to be and "ifconfig=20
> bce0 down;=20
> ifconfig bce0 up":
>=20
> Jun  7 12:20:29 gonzo kernel: bce0: discard frame w/o leading=20
> ethernet=20
> header (len 4294967292 pkt len 4294967292)
> Jun  7 12:20:29 gonzo last message repeated 54 times
> Jun  7 12:20:58 gonzo kernel: nfs server nfs-server:/usr/home: not=20
> responding
>=20
>=20
> Is this a know problem? If so is there a solution?
>=20
> Tom
>=20
> #uname -a
> FreeBSD gonzo.mintel.co.uk 6.2-RELEASE FreeBSD 6.2-RELEASE=20
> #10: Thu Apr=20
>   5 10:53:39 BST 2007=20
> root@roley.mintel.co.uk:/usr/obj/usr/src/sys/PE2950 amd64=20
> amd64 Intel(R)=20
> Xeon(R) CPU 5160  @ 3.00GHz FreeBSD
>=20
>=20
> ## dmesg.boot snippet
> bce0: <Broadcom NetXtreme II BCM5708 1000Base-T (B2), v0.9.6> mem=20
> 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci9
> bce0: ASIC ID 0x57081020; Revision (B2); PCI-X 64-bit 133MHz
> miibus0: <MII bus> on bce0
> brgphy0: <BCM5708C 10/100/1000baseTX PHY> on miibus0
> brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,=20
> 1000baseTX-FDX, auto
> bce0: Ethernet address: 00:18:8b:88:d8:81
>=20
> ## pciconf -lv snippet
> bce0@pci9:0:0:  class=3D0x020000 card=3D0x01b21028=20
> chip=3D0x164c14e4 rev=3D0x12=20
> hdr=3D0x00
>      vendor   =3D 'Broadcom Corporation'
>      class    =3D network
>      subclass =3D ethernet
>=20
> #ifconfig bce0
> bce0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 8192
>          options=3D3b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU>
>          inet 172.31.0.13 netmask 0xffffff00 broadcast 172.31.0.255
>          inet 172.31.0.157 netmask 0xffffffff broadcast 172.31.0.157
>          inet 172.31.0.161 netmask 0xffffffff broadcast 172.31.0.161
>          ether 00:18:8b:88:d8:81
>          media: Ethernet autoselect (1000baseTX <full-duplex>)
>          status: active
>=20
> #Switch port counters
> console# show interfaces counters ethernet g10
>        Port        InOctets  InUcastPkts InMcastPkts InBcastPkts
> ---------------- ---------- ----------- ----------- -----------
>        g10        2615415297  87563987        0         13480
>=20
>        Port       OutOctets  OutUcastPkts OutMcastPkts OutBcastPkts
> ---------------- ---------- ------------ ------------ ------------
>        g10        2535595313  136391705     10740316     1420686
>=20
> FCS Errors: 0
> Single Collision Frames: 0
> Late Collisions: 0
> Excessive Collisions: 0
> Internal MAC Tx Errors: 0
> Oversize Packets: 0
> Internal MAC Rx Errors: 0
> Received Pause Frames: 0
> Transmitted Pause Frames: 0




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?09BFF2FA5EAB4A45B6655E151BBDD9030414B1EC>