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