RE: bce0: Error mapping mbuf into TX chain!

2006-08-22 Thread Bucky Jordan
] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Eaton Sent: Tuesday, August 22, 2006 3:29 PM To: [EMAIL PROTECTED] Subject: Re: bce0: Error mapping mbuf into TX chain! On Tue, Aug 22, 2006 at 02:46:04PM -0400, Bucky Jordan wrote: > Sam, > > I've got a PowerEdge 2950 with a DRAC 5 card,

Re: bce0: Error mapping mbuf into TX chain!

2006-08-22 Thread Sam Eaton
On Tue, Aug 22, 2006 at 02:46:04PM -0400, Bucky Jordan wrote: > Sam, > > I've got a PowerEdge 2950 with a DRAC 5 card, and I'm having what > appears to be the same set of issues. I'm running 6.1 amd64 RELEASE. > > I've only gotten the " bce0: Error mapping mbuf into TX chain!" error a > few times

RE: bce0: Error mapping mbuf into TX chain!

2006-08-22 Thread Bucky Jordan
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Eaton Sent: Tuesday, August 22, 2006 11:14 AM To: [EMAIL PROTECTED] Subject: Re: bce0: Error mapping mbuf into TX chain! On Fri, Aug 11, 2006 at 10:27:09AM -0700, David Christensen wrote: > > > > The driver seems to work

Re: bce0: Error mapping mbuf into TX chain!

2006-08-22 Thread Sam Eaton
On Fri, Aug 11, 2006 at 10:27:09AM -0700, David Christensen wrote: > > > > The driver seems to work fine now, that test no longer crashes it. I > > also did some iperf tests between two machines with these cards ( the > > other running linux) and I was getting ~950 MBit /sec between them! > > >

RE: Re: Re: bce0: Error mapping mbuf into TX chain!

2006-08-11 Thread David Christensen
> > Are you still having a problem? Can you change the version > number in > > if_bce.c (bce_driver_version) and make sure the right > driver is loading? > > > > Dave > > Hi Dave, > > Well spotted, my appologies for that. I was indedd running a slightly > older version of the driver. I may h

Re: Re: Re: bce0: Error mapping mbuf into TX chain!

2006-08-11 Thread Scott Wilson
On 8/10/06, David Christensen <[EMAIL PROTECTED]> wrote: Scott, > > What are you doing when this problem occurs? Is it something > I can easily duplicate here? When I tested the fix on > -CURRENT I used the following command suggested by Doug to > bring out the failure quickly: > > ssh "dd if

RE: Re: Re: bce0: Error mapping mbuf into TX chain!

2006-08-10 Thread David Christensen
Scott, > > What are you doing when this problem occurs? Is it something > I can easily duplicate here? When I tested the fix on > -CURRENT I used the following command suggested by Doug to > bring out the failure quickly: > > ssh "dd if=/dev/zero bs=1" > /dev/null > > Does this same comma

Re: RE: Re: Re: bce0: Error mapping mbuf into TX chain!

2006-08-09 Thread Pyun YongHyeon
On Wed, Aug 09, 2006 at 11:02:37AM +0200, Scott Wilson wrote: > On 8/8/06, David (Controller AE) Christensen <[EMAIL PROTECTED]> wrote: > >> > >> Since BCE_MAX_SEGMENTS is too small I guess it will happen on highly > >> fragmented packets under heavy loads. To simulate the situation > >> you c

Re: RE: Re: Re: bce0: Error mapping mbuf into TX chain!

2006-08-09 Thread Scott Wilson
On 8/8/06, David (Controller AE) Christensen <[EMAIL PROTECTED]> wrote: > > Since BCE_MAX_SEGMENTS is too small I guess it will happen on highly > fragmented packets under heavy loads. To simulate the situation > you can use m_fragment(9) to fragment the frame in bce_tx_encap(). > With m_fragment

Re: RE: Re: Re: bce0: Error mapping mbuf into TX chain!

2006-08-09 Thread Scott Wilson
> Cc: Doug Ambrisko; David (Controller AE) Christensen; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; Eric Hodel > Subject: Re: Re: Re: bce0: Error mapping mbuf into TX chain! > > On 8/5/06, Pyun YongHyeon <[EMAIL PROTECTED]> wrote: > > On Fri, Aug 04, 2006 at 03:52:40PM +0200, Sc

RE: Re: Re: bce0: Error mapping mbuf into TX chain!

2006-08-08 Thread David (Controller AE) Christensen
> On Mon, Aug 07, 2006 at 01:48:09PM -0700, David (Controller > AE) Christensen wrote: > > Scott, > > > > What are you doing when this problem occurs? Is it something I can > > easily duplicate here? When I tested the fix on -CURRENT > I used the > > following command suggested by Doug to

Re: Re: Re: bce0: Error mapping mbuf into TX chain!

2006-08-07 Thread Pyun YongHyeon
> -Original Message- > > From: Scott Wilson [mailto:[EMAIL PROTECTED] > > Sent: Saturday, August 05, 2006 3:08 PM > > To: [EMAIL PROTECTED] > > Cc: Doug Ambrisko; David (Controller AE) Christensen; > > [EMAIL PROTECTED]; [EMAIL PROTECTED]; Eric Hodel &

RE: Re: Re: bce0: Error mapping mbuf into TX chain!

2006-08-07 Thread David (Controller AE) Christensen
; Subject: Re: Re: Re: bce0: Error mapping mbuf into TX chain! > > On 8/5/06, Pyun YongHyeon <[EMAIL PROTECTED]> wrote: > > On Fri, Aug 04, 2006 at 03:52:40PM +0200, Scott Wilson wrote: > > > On 7/13/06, Doug Ambrisko <[EMAIL PROTECTED]> wrote: > > > >David

Re: Re: Re: bce0: Error mapping mbuf into TX chain!

2006-08-06 Thread Pyun YongHyeon
On Sun, Aug 06, 2006 at 12:07:41AM +0200, Scott Wilson wrote: > On 8/5/06, Pyun YongHyeon <[EMAIL PROTECTED]> wrote: > >On Fri, Aug 04, 2006 at 03:52:40PM +0200, Scott Wilson wrote: > > > On 7/13/06, Doug Ambrisko <[EMAIL PROTECTED]> wrote: > > > >David (Controller AE) Christensen writes: > >

Re: Re: Re: bce0: Error mapping mbuf into TX chain!

2006-08-05 Thread Scott Wilson
On 8/5/06, Pyun YongHyeon <[EMAIL PROTECTED]> wrote: On Fri, Aug 04, 2006 at 03:52:40PM +0200, Scott Wilson wrote: > On 7/13/06, Doug Ambrisko <[EMAIL PROTECTED]> wrote: > >David (Controller AE) Christensen writes: > >| Sorry, I've been out on vacation and just got back into town. I'll MFC >

Re: Re: bce0: Error mapping mbuf into TX chain!

2006-08-04 Thread Pyun YongHyeon
On Fri, Aug 04, 2006 at 03:52:40PM +0200, Scott Wilson wrote: > On 7/13/06, Doug Ambrisko <[EMAIL PROTECTED]> wrote: > >David (Controller AE) Christensen writes: > >| Sorry, I've been out on vacation and just got back into town. I'll MFC > >| the patch within the next day or two. > > > >I'll

Re: Re: bce0: Error mapping mbuf into TX chain!

2006-08-04 Thread Scott Wilson
On 7/13/06, Doug Ambrisko <[EMAIL PROTECTED]> wrote: David (Controller AE) Christensen writes: | Sorry, I've been out on vacation and just got back into town. I'll MFC | the patch within the next day or two. I'll let you merge in the down/up fix that I put into -current. Doug A. Hi, I just h

Re: bce0: Error mapping mbuf into TX chain!

2006-07-12 Thread Doug Ambrisko
David (Controller AE) Christensen writes: | Sorry, I've been out on vacation and just got back into town. I'll MFC | the patch within the next day or two. I'll let you merge in the down/up fix that I put into -current. Doug A. ___ freebsd-stable@freebs

Re: bce0: Error mapping mbuf into TX chain!

2006-07-11 Thread Eric Hodel
On Jul 11, 2006, at 9:45 AM, David (Controller AE) Christensen wrote: Sorry, I've been out on vacation and just got back into town. I'll MFC the patch within the next day or two. No rush, I just wanted to report it fixed a problem for me. Thanks much! -- Eric Hodel - [EMAIL PROTECTED] - h

RE: bce0: Error mapping mbuf into TX chain!

2006-07-11 Thread David (Controller AE) Christensen
TECTED]; [EMAIL PROTECTED] > Subject: Re: bce0: Error mapping mbuf into TX chain! > > On Mon, Jul 10, 2006 at 02:48:07PM -0700, Eric Hodel wrote: > > I would periodically get this message and have the interface go > > unresponsive. An up/down wouldn't reset it. > &

Re: bce0: Error mapping mbuf into TX chain!

2006-07-10 Thread Pyun YongHyeon
On Mon, Jul 10, 2006 at 02:48:07PM -0700, Eric Hodel wrote: > I would periodically get this message and have the interface go > unresponsive. An up/down wouldn't reset it. > > Updating to rev 1.4 of if_bce.c seems to fix it. Is this suitable > for MFC to -STABLE? > Maybe the author i