Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell 710 servers

2009-05-27 Thread Mel Flynn
On Tuesday 26 May 2009 02:08:38 Paul Schmehl wrote:
 --On May 25, 2009 4:02:57 PM -0700 Carlos Pardo cpa...@fastsoft.com

 wrote:
  We are back porting the bce driver from 8.0 to 7.0. We are still missing
  some changes since cold boots work but rebooting (warm booting) fails!
 
  The error is:
 
  bce0: ../../../dev/bce/if_bce.c(1386); Unable to write CTX memory:
  cid_addr = 0x, offset = 0x!
 
  files back ported:
 
  bce/if_bce.h
  bce/if_bcefw.h
  bce/if_bvereg.h
  mii/brgphy.c
  mii/brgphyreg.h

 Why would you need to do that?  There is a bce driver in the 7.x OS
 already.

Cause it's unstable? Search these or many other archives. The short answer: 
under IO load the card drops net link or panics kernel.
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell 710 servers

2009-05-27 Thread Wojciech Puchar


Why would you need to do that?  There is a bce driver in the 7.x OS
already.


Cause it's unstable? Search these or many other archives. The short answer:
under IO load the card drops net link or panics kernel.


is it any recipe to trigger that behaviour? i have that card (builtin) on 
loaded server with 2 months uptime and with quite lot of traffic going 
through that card.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell 710 servers

2009-05-27 Thread Mel Flynn
On Wednesday 27 May 2009 21:37:47 Wojciech Puchar wrote:
  Why would you need to do that?  There is a bce driver in the 7.x OS
  already.
 
  Cause it's unstable? Search these or many other archives. The short
  answer: under IO load the card drops net link or panics kernel.

 is it any recipe to trigger that behaviour? i have that card (builtin) on
 loaded server with 2 months uptime and with quite lot of traffic going
 through that card.

Don't have local archives handy, but here ya go:
http://www.google.com/search?hl=ensafe=offclient=operarls=enhs=H9jnum=30q=bce+problem+freebsd+site%3Alists.freebsd.orgbtnG=Search
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell 710 servers

2009-05-27 Thread Wojciech Puchar

loaded server with 2 months uptime and with quite lot of traffic going
through that card.


Don't have local archives handy, but here ya go:
http://www.google.com/search?hl=ensafe=offclient=operarls=enhs=H9jnum=30q=bce+problem+freebsd+site%3Alists.freebsd.orgbtnG=Search
--
Mel


tomorrow i will try to reproduce this on my server to check if it happens 
in my setup being in-place not remote.


maybe i was just lucky to not experience this for 2 months since i started 
that server up.


Thank you very much!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell 710 servers

2009-05-27 Thread Paul Schmehl
--On Wednesday, May 27, 2009 14:32:30 -0500 Mel Flynn 
mel.flynn+fbsd.questi...@mailing.thruhere.net wrote:




On Tuesday 26 May 2009 02:08:38 Paul Schmehl wrote:

--On May 25, 2009 4:02:57 PM -0700 Carlos Pardo cpa...@fastsoft.com

wrote:
 We are back porting the bce driver from 8.0 to 7.0. We are still missing
 some changes since cold boots work but rebooting (warm booting) fails!

 The error is:

 bce0: ../../../dev/bce/if_bce.c(1386); Unable to write CTX memory:
 cid_addr = 0x, offset = 0x!

 files back ported:

 bce/if_bce.h
 bce/if_bcefw.h
 bce/if_bvereg.h
 mii/brgphy.c
 mii/brgphyreg.h

Why would you need to do that?  There is a bce driver in the 7.x OS
already.


Cause it's unstable? Search these or many other archives. The short answer:
under IO load the card drops net link or panics kernel.
--


I have not experienced that.

# uname -a
FreeBSD mail.stovebolt.com 7.0-STABLE FreeBSD 7.0-STABLE #3: Wed Jul  2 
18:44:10 CDT 2008 r...@www2.stovebolt.com:/usr/obj/usr/src/sys/GENERIC  i386

# ifconfig bce0
bce0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500

options=1bbRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4
   ether 00:13:72:fb:2a:ad
   inet 66.221.101.249 netmask 0xe000 broadcast 66.221.127.255
   inet 66.221.101.251 netmask 0x broadcast 66.221.101.251
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active

--
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
***
Check the headers before clicking on Reply.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell 710 servers

2009-05-25 Thread Paul Schmehl
--On May 25, 2009 4:02:57 PM -0700 Carlos Pardo cpa...@fastsoft.com 
wrote:



We are back porting the bce driver from 8.0 to 7.0. We are still missing
some changes since cold boots work but rebooting (warm booting) fails!

The error is:

bce0: ../../../dev/bce/if_bce.c(1386); Unable to write CTX memory:
cid_addr = 0x, offset = 0x!

files back ported:

bce/if_bce.h
bce/if_bcefw.h
bce/if_bvereg.h
mii/brgphy.c
mii/brgphyreg.h



Why would you need to do that?  There is a bce driver in the 7.x OS 
already.


Paul Schmehl, If it isn't already
obvious, my opinions are my own
and not those of my employer.
**
WARNING: Check the headers before replying

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org