Re: Realtek 8139 with rl(4) driver -> Poor performance

2008-11-18 Thread Gabriel Lavoie
Hum when I do my Samba transfer, there is a lot of small files (> 50 000) and it seems at some point Samba tops at 100% CPU usage on one core. Is it possible the rl(4) driver could be influenced by high CPU load? With the ale(4) driver, there's no problem but the Samba transfer becomes really slow

Re: bce discard frame w/o leading ethernet header and polling (broken?) 7.1-beta2

2008-11-18 Thread security
security wrote: > Jung-uk Kim wrote: > >> On Tuesday 18 November 2008 01:01 pm, security wrote: >> >> >>> I'm building a WAN emulation box based on 7.1-beta2-ipfw and >>> dummynet. The config is basically a router-on-a-stick. The server >>> (FBSD rtr) has two nics which connect to two d

Re: kern/128833: [bge] Network packets corrupted when bge card is in 64-bit PCI slot

2008-11-18 Thread Aurélien Méré
The following reply was made to PR kern/128833; it has been noted by GNATS. From: =?iso-8859-1?B?QXVy6WxpZW4gTely6Q==?= <[EMAIL PROTECTED]> To: "Marius Strobl" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Subject: Re: kern/128833: [bge] Network packets corrupted when bge card is in 64-bit PCI slot

Re: bce discard frame w/o leading ethernet header and polling (broken?) 7.1-beta2

2008-11-18 Thread security
Jung-uk Kim wrote: > On Tuesday 18 November 2008 01:01 pm, security wrote: > >> I'm building a WAN emulation box based on 7.1-beta2-ipfw and >> dummynet. The config is basically a router-on-a-stick. The server >> (FBSD rtr) has two nics which connect to two different switches, >> but both switc

Re: kern/128833: [bge] Network packets corrupted when bge card is in 64-bit PCI slot

2008-11-18 Thread Brad
On Tuesday 18 November 2008 17:50:04 Marius Strobl wrote: > The following reply was made to PR kern/128833; it has been noted by GNATS. > > From: Marius Strobl <[EMAIL PROTECTED]> > To: =?unknown-8bit?Q?Aur=E9lien_M=E9r=E9?= <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: kern/128833: [b

Re: kern/128833: [bge] Network packets corrupted when bge card is in 64-bit PCI slot

2008-11-18 Thread Marius Strobl
The following reply was made to PR kern/128833; it has been noted by GNATS. From: Marius Strobl <[EMAIL PROTECTED]> To: =?unknown-8bit?Q?Aur=E9lien_M=E9r=E9?= <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: kern/128833: [bge] Network packets corrupted when bge card is in 64-bit PCI slot Da

Re: Realtek 8139 with rl(4) driver -> Poor performance

2008-11-18 Thread Gabriel Lavoie
Requested commands: Before a problem happens: [EMAIL PROTECTED] ~]# sysctl hw.busdma hw.busdma.total_bpages: 8260 hw.busdma.zone0.total_bpages: 8196 hw.busdma.zone0.free_bpages: 8196 hw.busdma.zone0.reserved_bpages: 0 hw.busdma.zone0.active_bpages: 0 hw.busdma.zone0.total_bounced: 0 hw.busdma.zon

tokenring users?

2008-11-18 Thread Julian Elischer
One of the things that are making things hard for network testing is the question "what to do about tokenring support?" We seem to have a dearth of tokenring users so we are completely unable test how changes affect tokenring. If anyone here knows anyone whoul could: 1/ help support tokenring 2

Re: bce discard frame w/o leading ethernet header and polling (broken?) 7.1-beta2

2008-11-18 Thread security
Jung-uk Kim wrote: > On Tuesday 18 November 2008 01:01 pm, security wrote: > >> I'm building a WAN emulation box based on 7.1-beta2-ipfw and >> dummynet. The config is basically a router-on-a-stick. The server >> (FBSD rtr) has two nics which connect to two different switches, >> but both switc

Re: bce discard frame w/o leading ethernet header and polling (broken?) 7.1-beta2

2008-11-18 Thread Jung-uk Kim
On Tuesday 18 November 2008 01:01 pm, security wrote: > I'm building a WAN emulation box based on 7.1-beta2-ipfw and > dummynet. The config is basically a router-on-a-stick. The server > (FBSD rtr) has two nics which connect to two different switches, > but both switch ports are in the same untagg

bce discard frame w/o leading ethernet header and polling (broken?) 7.1-beta2

2008-11-18 Thread security
I'm building a WAN emulation box based on 7.1-beta2-ipfw and dummynet. The config is basically a router-on-a-stick. The server (FBSD rtr) has two nics which connect to two different switches, but both switch ports are in the same untagged interconnected vlan. All the other test boxes in the netw

Re: FreeBSD 6.3 gre and tracerouteo

2008-11-18 Thread Stephen Clark
David DeSimone wrote: Stephen Clark <[EMAIL PROTECTED]> wrote: switch (proto) { case IPPROTO_GRE: hlen += sizeof(struct gre_h); + + m->m_flags &= ~(M_DECRYPTED); + Are there security implications from removing this flag? That is a very good quest

Re: FreeBSD 6.3 gre and tracerouteo

2008-11-18 Thread David DeSimone
Stephen Clark <[EMAIL PROTECTED]> wrote: > > switch (proto) { > case IPPROTO_GRE: > hlen += sizeof(struct gre_h); > + > + m->m_flags &= ~(M_DECRYPTED); > + Are there security implications from removing this flag? -- David DeSimone == Network Admin ==

Re: FreeBSD 6.3 gre and tracerouteo

2008-11-18 Thread Stephen Clark
Bjoern A. Zeeb wrote: On Mon, 17 Nov 2008, Stephen Clark wrote: Hi, Bjoern A. Zeeb wrote: On Fri, 14 Nov 2008, Robert Noland wrote: Hi, Also just using gre's without the underlying ipsec tunnels seems to work properly. The reason for this to my knowledge is: http://www.kame.net/dev/cvswe

Re: Realtek 8139 with rl(4) driver -> Poor performance

2008-11-18 Thread Gabriel Lavoie
I'll come back to you tonight with the output of sysctl and netstat but there was no message with dmesg. Not sure about the console because no screen is plugged in this computer. My client computer's Samba started to output a lot of timeout and read/write error with dmesg. 2008/11/17 Pyun YongHyeo

Re: FreeBSD 6.3 gre and tracerouteo

2008-11-18 Thread Bjoern A. Zeeb
On Mon, 17 Nov 2008, Stephen Clark wrote: Hi, Bjoern A. Zeeb wrote: On Fri, 14 Nov 2008, Robert Noland wrote: Hi, Also just using gre's without the underlying ipsec tunnels seems to work properly. The reason for this to my knowledge is: http://www.kame.net/dev/cvsweb2.cgi/kame/freebsd2/sy