packet loss with re(4) - fixed on 6.4-R

2008-03-01 Thread Dan Langille

I'm happy to say that the packet loss I experienced with re(4) on
6.3-RELEASE has been fixed by a patch provided off list by
Pyun YongHyeon.

I'm also happy to report that the same hardware does not
exhibit any re(4) problems with 7.0-RELEASE.

ref: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=469314+0+archive/ 
2008/freebsd-stable/20080224.freebsd-stable


--
Dan Langille -- http://www.langille.org/
[EMAIL PROTECTED]




___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: packet loss with re(4)

2008-02-28 Thread Torfinn Ingolfsen
On Mon, 25 Feb 2008 18:18:26 +0100
Torfinn Ingolfsen <[EMAIL PROTECTED]> wrote:

> After the last update, I saw that there had been a lot of fixes for re
> (4) in the source, so I didn't bother with this patch.The machine is
> still up, but I haven't tried any heavy network traffic yet.

Note to self (and others): the if_re patch is still needed on 7-stable
from 2008-02-28.
-- 
Regards,
Torfinn Ingolfsen

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: packet loss with re(4)

2008-02-25 Thread Pete French
> I couldn't see anyone lese in this thread whos name starts with Tor...
> so I guess you were adressing me.

Ah, yes, sorry, not quite sure how I lost the end of your name there!

> I used this patch http://people.freebsd.org/~yongari/re/re.HEAD.patch
> and it worled well for me.

Thanks for this, have just downloaded it and patched my files and
compared them to the other new ones to see the differnces - which has
convinced me that I am probably O.K. to go with the new ones directly.
Am about to do that and see how it goes.

> Without this patch, my machine would lose connectivity when network
> traffic increased (for ecxample transferring a large file). with this
> patch - no problems.

It was your comments which made me concerned about if_re in the first
place, which was a useful warning. I have something in place now to
detect network connectivity every six hours and to reboot the machine
if it looks like the network is down, so that should hopefully prevent
me losing access.

cheers,

-pete.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: packet loss with re(4)

2008-02-25 Thread Torfinn Ingolfsen
Hi!

Everybody, I *am* subscribed to the list, there is no need to CC me at
all. Doing sio just clutters up my mail sorting. :-)

On Mon, 25 Feb 2008 12:50:09 +
Pete French <[EMAIL PROTECTED]> wrote:

> Ah, thats is very interesting - I have an identical motherboard to
> Tor, and am also having if_re problems (kernel panics under heavy
> network load). Are these files suitable to be used on a "production"
> box ? - it's not precisely productin, but it if extremely difficult
> to get physical access to (almost impossible in fact), so I am a
> little wary of compiling a kernel and hitting reboot :-)
> 
> I wish I had a duplicate system here to test these things on, but
> unfortuantely I don't :-( Tor, are you using these files on your
> system under 7.0? do they work nicely for you?.

I couldn't see anyone lese in this thread whos name starts with Tor...
so I guess you were adressing me.
I used this patch http://people.freebsd.org/~yongari/re/re.HEAD.patch
and it worled well for me.
Without this patch, my machine would lose connectivity when network
traffic increased (for ecxample transferring a large file). with this
patch - no problems.

After the last update, I saw that there had been a lot of fixes for re
(4) in the source, so I didn't bother with this patch.The machine is
still up, but I haven't tried any heavy network traffic yet.

Note: this machine isn't really "in production" - I just test out stuff
on it now. My plan was to use it as a server for virtual servers, but
so far I have just tested qemu on it, and the results were not
convincing (for some reason qemu is unstable on this machine).

HTH
-- 
Regards,
Torfinn

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: packet loss with re(4)

2008-02-25 Thread Pete French
> Unfortunately 7-stable does not have latest fixes for re(4).
> For 7-stable or 7.0-RELEASE use the following files.
> http://people.freebsd.org/~yongari/re/7.0R/if_re.c
> http://people.freebsd.org/~yongari/re/7.0R/if_rlreg.h

Ah, thats is very interesting - I have an identical motherboard to
Tor, and am also having if_re problems (kernel panics under heavy
network load). Are these files suitable to be used on a "production"
box ? - it's not precisely productin, but it if extremely difficult
to get physical access to (almost impossible in fact), so I am a
little wary of compiling a kernel and hitting reboot :-)

I wish I had a duplicate system here to test these things on, but
unfortuantely I don't :-( Tor, are you using these files on your system
under 7.0? do they work nicely for you?.

cheers,

-pete.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: packet loss with re(4)

2008-02-25 Thread Pyun YongHyeon
On Mon, Feb 25, 2008 at 09:22:51AM +0100, Daniel Gerzo wrote:
 > Hello Pyun,
 > 
 > Monday, February 25, 2008, 3:01:23 AM, you wrote:
 > 
 >  >> Perhaps the recent MFC's for re helps?
 >  >> see 
 >  >> http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/re/if_re.c
 >  >> 
 >  >> I have just upgraded my machine[1] to the latest 7-stable,so it is still
 >  >> too early to tell if re(4) is stable now.
 > 
 > > Unfortunately 7-stable does not have latest fixes for re(4).
 > > For 7-stable or 7.0-RELEASE use the following files.
 > 
 > How about http://people.freebsd.org/~yongari/re/re.HEAD.patch ?
 > It applies to RELENG_7_0 cleanly (well with a small offset).
 > 

Yes, that will also work.

-- 
Regards,
Pyun YongHyeon
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re[2]: packet loss with re(4)

2008-02-25 Thread Daniel Gerzo
Hello Pyun,

Monday, February 25, 2008, 3:01:23 AM, you wrote:

 >> Perhaps the recent MFC's for re helps?
 >> see 
 >> http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/re/if_re.c
 >> 
 >> I have just upgraded my machine[1] to the latest 7-stable,so it is still
 >> too early to tell if re(4) is stable now.

> Unfortunately 7-stable does not have latest fixes for re(4).
> For 7-stable or 7.0-RELEASE use the following files.

How about http://people.freebsd.org/~yongari/re/re.HEAD.patch ?
It applies to RELENG_7_0 cleanly (well with a small offset).

-- 
Best regards,
 Danielmailto:[EMAIL PROTECTED]

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: packet loss with re(4)

2008-02-24 Thread Pyun YongHyeon
On Sat, Feb 23, 2008 at 11:55:06PM +0100, Torfinn Ingolfsen wrote:
 > On Sat, 23 Feb 2008 14:44:49 -0500
 > Dan Langille <[EMAIL PROTECTED]> wrote:
 > 
 > > With FreeBSD 6.3-RELEASE, I'm finding significant packet loss  
 > > (sometimes 85%).
 > > If I insert an Intel nic (fxp), there is nil packet loss with
 > > similar tests (ping -c 100).
 > 
 > Perhaps the recent MFC's for re helps?
 > see 
 > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/re/if_re.c
 > 
 > I have just upgraded my machine[1] to the latest 7-stable,so it is still
 > too early to tell if re(4) is stable now.

Unfortunately 7-stable does not have latest fixes for re(4).
For 7-stable or 7.0-RELEASE use the following files.
http://people.freebsd.org/~yongari/re/7.0R/if_re.c
http://people.freebsd.org/~yongari/re/7.0R/if_rlreg.h

For 6.3-RELEASE, use the following patch.
http://people.freebsd.org/~yongari/re/6.3R/re.busdma.patch

 > 
 > References:
 > 1) http://tingox.googlepages.com/asus_m2a-vm_hdmi_freebsd
 > -- 
 > Regards,
 > Torfinn Ingolfsen

-- 
Regards,
Pyun YongHyeon
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: packet loss with re(4)

2008-02-23 Thread Torfinn Ingolfsen
On Sat, 23 Feb 2008 14:44:49 -0500
Dan Langille <[EMAIL PROTECTED]> wrote:

> With FreeBSD 6.3-RELEASE, I'm finding significant packet loss  
> (sometimes 85%).
> If I insert an Intel nic (fxp), there is nil packet loss with
> similar tests (ping -c 100).

Perhaps the recent MFC's for re helps?
see 
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/re/if_re.c

I have just upgraded my machine[1] to the latest 7-stable,so it is still
too early to tell if re(4) is stable now.

References:
1) http://tingox.googlepages.com/asus_m2a-vm_hdmi_freebsd
-- 
Regards,
Torfinn Ingolfsen

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


packet loss with re(4)

2008-02-23 Thread Dan Langille
With FreeBSD 6.3-RELEASE, I'm finding significant packet loss  
(sometimes 85%).
If I insert an Intel nic (fxp), there is nil packet loss with similar  
tests (ping -c 100).


re0:  port 0xc800-0xc8ff  
mem 0xf9fff000-0xf9ff irq 17 at device 0.0 on pci1


I have seen a thread on current mentioning similar problems:

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=862039+0+current/freebsd- 
current


--
Dan Langille -- http://www.langille.org/
[EMAIL PROTECTED]




___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"