Re: kern/106444: [netgraph] [panic] Kernel Panic on Binding to an ip to a virtual atm interface(ng_atmpif)

2010-03-17 Thread linimon
Old Synopsis: [netgraph] Kernel Panic on Binding to an ip to a virtual atm interface(ng_atmpif) New Synopsis: [netgraph] [panic] Kernel Panic on Binding to an ip to a virtual atm interface(ng_atmpif) Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsib

Re: kern/102540: [netgraph] [patch] supporting vlan(4) by ng_fec(4)

2010-03-17 Thread linimon
Synopsis: [netgraph] [patch] supporting vlan(4) by ng_fec(4) Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Thu Mar 18 04:26:07 UTC 2010 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=10

Re: kern/87421: [netgraph] [panic]: ng_ether + ng_eiface + if_bridge

2010-03-17 Thread linimon
Synopsis: [netgraph] [panic]: ng_ether + ng_eiface + if_bridge Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Thu Mar 18 04:25:38 UTC 2010 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=

Re: kern/82881: [netgraph] [panic] ng_fec(4) causes kernel panic after interface detach

2010-03-17 Thread linimon
Synopsis: [netgraph] [panic] ng_fec(4) causes kernel panic after interface detach Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Thu Mar 18 04:25:10 UTC 2010 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/

Re: kern/66225: [netgraph] [patch] extend ng_eiface(4) control messages

2010-03-17 Thread linimon
Synopsis: [netgraph] [patch] extend ng_eiface(4) control messages Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Thu Mar 18 04:24:15 UTC 2010 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?

Re: kern/144844: [netgraph] souce in svn in 8/stable branch different from shipped source - causing PPP errors with mpd

2010-03-17 Thread linimon
Old Synopsis: souce in svn in 8/stable branch different from shipped source - causing PPP errors with mpd New Synopsis: [netgraph] souce in svn in 8/stable branch different from shipped source - causing PPP errors with mpd Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Change

Re: kern/140682: [netgraph] [panic] random panic in netgraph

2010-03-17 Thread linimon
Synopsis: [netgraph] [panic] random panic in netgraph Responsible-Changed-From-To: freebsd-fs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Thu Mar 18 04:23:21 UTC 2010 Responsible-Changed-Why: Fix assignment brain-o. http://www.freebsd.org/cgi/query-pr.cgi?pr=140682 ___

Re: Choosing CPU for router

2010-03-17 Thread Andrew Snow
Jon Otterholm wrote: This machine is going to act as access-router serving ~500 FTTH-customers. About 500Mbit/s and 200kpps. The big issue is Dummynet, around 1000 pipes (2 pipes/customer). That doesn't sound right, 200kpps @ 500Mbps works out to an average packet size of 250 bytes? Am I

Re: kern/144826: [patch] Add support for bcm5761, bcm5784, bcm5785 gigabyte lan

2010-03-17 Thread yongari
Synopsis: [patch] Add support for bcm5761,bcm5784,bcm5785 gigabyte lan State-Changed-From-To: open->feedback State-Changed-By: yongari State-Changed-When: Thu Mar 18 00:07:04 UTC 2010 State-Changed-Why: This is very odd. bge(4) already supported these controllers since r196370. Are you sure lates

Re: Choosing CPU for router

2010-03-17 Thread Brandon Penglase
Now that we know the purpose for the router, yes, you will need a beefy box. Especially if you're going to be running something like Quagga to handle IGP (which you may or may not be doing...), you will need the RAM and CPU. If you build a box, get server hardware. I know of one place that uses Del

Re: Choosing CPU for router

2010-03-17 Thread Ivan Voras
Jon Otterholm wrote: Den 2010-03-17 10.12, skrev "Gilles WAGNER" : 2010/3/17 Andrew Snow The Supermicro Atom miniserver is more than enough CPU grunt for this sort of routing/ipfw task. The main reason to go Xeon is if you need ECC RAM, and even then you can get away with just using the che

Re: kern/144826: [patch] Add support for bcm5761, bcm5784, bcm5785 gigabyte lan

2010-03-17 Thread brucec
Old Synopsis: Add support for bcm5761,bcm5784,bcm5785 gigabyte lan New Synopsis: [patch] Add support for bcm5761,bcm5784,bcm5785 gigabyte lan Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: brucec Responsible-Changed-When: Wed Mar 17 21:46:41 UTC 2010 Responsible-Cha

Re: sscanf in kernel

2010-03-17 Thread Saleh Batati
My bad, I thought that I am working on a different mailing list (linux-net). -- Saleh On Thu, Mar 18, 2010 at 12:13 AM, Juli Mallett wrote: > On Wed, Mar 17, 2010 at 13:39, igeek wrote: > > On Mar 17, 2010, at 2:12 PM, serena zanetta wrote: > >> Hi, > >> I need to convert an ascii string in i

Re: sscanf in kernel

2010-03-17 Thread Brad
- Original message - > sscanf() has a kernel version declared in kernel.h. > http://www.gelato.unsw.edu.au/lxr/source/include/linux/kernel.h#L196 > > -- Saleh You must have missed the name of this mailing list, it is freebsd-net not linux-net. -- This message has been scanned for viruse

Re: sscanf in kernel

2010-03-17 Thread Juli Mallett
On Wed, Mar 17, 2010 at 13:39, igeek wrote: > On Mar 17, 2010, at 2:12 PM, serena zanetta wrote: >> Hi, >> I need to convert an ascii string in its corresponding hex version (the >> same >> as sscanf(str,"%02x%02x...",...) does) in the kernel. FreeBSD has sscanf in the kernel. See . That said,

Re: sscanf in kernel

2010-03-17 Thread igeek
sscanf() has a kernel version declared in kernel.h. http://www.gelato.unsw.edu.au/lxr/source/include/linux/kernel.h#L196 -- Saleh On Mar 17, 2010, at 2:12 PM, serena zanetta wrote: Hi, I need to convert an ascii string in its corresponding hex version (the same as sscanf(str,"%02x%02x...",

Re: PF + BRIDGE + PFSYNC causes system freezing

2010-03-17 Thread Greg Hennessy
My bad, that'll teach me to reply in haste :-) Sent using BlackBerry® from Orange -Original Message- From: Giulio Ferro Date: Wed, 17 Mar 2010 16:37:31 To: Greg Hennessy Cc: Daniel Hartmeier; freebsd-net@freebsd.org; freebsd...@freebsd.org Subject: Re: PF + BRIDGE + PFSYNC causes syste

Kernel panic with lagg configuration.

2010-03-17 Thread Leslie Jensen
Hello list. As you can see below I get a kernel panic if I have a certain line in my rc.conf. I would like to provide a backtrace of the problem. Please advise me on how to proceed. Thanks /Leslie PS: Maybe it's the iwn driver, which is still under development? Original Message

Re: PF + BRIDGE + PFSYNC causes system freezing

2010-03-17 Thread Max Laier
On Wednesday 17 March 2010 17:57:54 Giulio Ferro wrote: > On 17.03.2010 17:47, Max Laier wrote: > > On Wednesday 17 March 2010 17:37:31 Giulio Ferro wrote: > >> On 17.03.2010 16:50, Greg Hennessy wrote: > >>> A possible corner case with the virtual hosting platform ? > >>> > >>> Try changing the NI

Re: PF + BRIDGE + PFSYNC causes system freezing

2010-03-17 Thread Giulio Ferro
On 17.03.2010 17:47, Max Laier wrote: On Wednesday 17 March 2010 17:37:31 Giulio Ferro wrote: On 17.03.2010 16:50, Greg Hennessy wrote: A possible corner case with the virtual hosting platform ? Try changing the NICS from EM to something else supported RL on vmware IIRC. Nop

Re: PF + BRIDGE + PFSYNC causes system freezing

2010-03-17 Thread Max Laier
On Wednesday 17 March 2010 17:37:31 Giulio Ferro wrote: > On 17.03.2010 16:50, Greg Hennessy wrote: > > A possible corner case with the virtual hosting platform ? > > > > Try changing the NICS from EM to something else supported RL on vmware > > IIRC. > > Nope, I'm not using virtualization, that's

zero copy HTTP server

2010-03-17 Thread Vasily Kirin
Hi. As I can read here: http://www.freebsd.org/cgi/man.cgi?query=zero_copy&apropos=0&sektion=0&manpath=FreeBSD+8.0-RELEASE&format=html(man 9 zero_copy) FreeBSD can deliver received TCP data from the kernel to userspace without any copy ("DMAed from the NIC to a buffer that will then be given to th

Re: PF + BRIDGE + PFSYNC causes system freezing

2010-03-17 Thread Giulio Ferro
On 17.03.2010 16:50, Greg Hennessy wrote: A possible corner case with the virtual hosting platform ? Try changing the NICS from EM to something else supported RL on vmware IIRC. Nope, I'm not using virtualization, that's the other guy. I'm using a physical machine... Greg __

RE: PF + BRIDGE + PFSYNC causes system freezing

2010-03-17 Thread Greg Hennessy
A possible corner case with the virtual hosting platform ? Try changing the NICS from EM to something else supported RL on vmware IIRC. Greg From: owner-freebsd...@freebsd.org [owner-freebsd...@freebsd.org] On Behalf Of Giulio Ferro [au...@zirakzigil.

Re: PF + BRIDGE + PFSYNC causes system freezing

2010-03-17 Thread Giulio Ferro
On 17.03.2010 11:47, Giulio Ferro wrote: On 17.03.2010 09:12, Daniel Hartmeier wrote: On Tue, Mar 16, 2010 at 03:19:51PM -0400, kevin wrote: I would like to assist in diagnosing this issue so if anyone wants me to check anything or test, please let me know. I would really like to understand t

RE: PF + BRIDGE + PFSYNC causes system freezing

2010-03-17 Thread kevin
>>What are your settings for >> >> $ sysctl -a | grep bridge.pfil >#bridge options >net.link.bridge.pfil_onlyip=1 >net.link.bridge.pfil_member=1 >net.link.bridge.pfil_bridge=0 >> Have you tried filtering only on one of the physical bridge interfaces, >> with net.link.bridge.pfil_bridge=0 and set

RE: PF + BRIDGE + PFSYNC causes system freezing

2010-03-17 Thread kevin
>What are your settings for > > $ sysctl -a | grep bridge.pfil #bridge options net.link.bridge.pfil_onlyip=1 net.link.bridge.pfil_member=1 net.link.bridge.pfil_bridge=0 > Have you tried filtering only on one of the physical bridge interfaces, > with net.link.bridge.pfil_bridge=0 and set skip o

sscanf in kernel

2010-03-17 Thread serena zanetta
Hi, I need to convert an ascii string in its corresponding hex version (the same as sscanf(str,"%02x%02x...",...) does) in the kernel. Could someone help me? Thank you in advice, Serena ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/

Re: PF + BRIDGE + PFSYNC causes system freezing

2010-03-17 Thread Giulio Ferro
On 17.03.2010 09:12, Daniel Hartmeier wrote: On Tue, Mar 16, 2010 at 03:19:51PM -0400, kevin wrote: I would like to assist in diagnosing this issue so if anyone wants me to check anything or test, please let me know. I would really like to understand this problem. What are your setti

Re: Choosing CPU for router

2010-03-17 Thread Gilles WAGNER
2010/3/17 Jon Otterholm > > > > Den 2010-03-17 10.12, skrev "Gilles WAGNER" : > > > 2010/3/17 Andrew Snow > > > > Matthias Gamsjager wrote: > >> > >>> Way over the top for simple fw and dhcpd. but how much traffic will > >>> be involved? > >>> Investing in a good nics will return more then a pr

Re: Choosing CPU for router

2010-03-17 Thread Jon Otterholm
Den 2010-03-17 10.12, skrev "Gilles WAGNER" : > 2010/3/17 Andrew Snow > > Matthias Gamsjager wrote: >> >>> Way over the top for simple fw and dhcpd. but how much traffic will >>> be involved? >>> Investing in a good nics will return more then a pricey cpu and >>> motherboard (eec mem is goo

Fwd: Choosing CPU for router

2010-03-17 Thread Gilles WAGNER
2010/3/17 Andrew Snow Matthias Gamsjager wrote: > >> Way over the top for simple fw and dhcpd. but how much traffic will >> be involved? >> Investing in a good nics will return more then a pricey cpu and >> motherboard (eec mem is good idea for 24/7 tho). >> > > > Agreed. > > The Supermicro Atom

Re: PF + BRIDGE + PFSYNC causes system freezing

2010-03-17 Thread Daniel Hartmeier
On Tue, Mar 16, 2010 at 03:19:51PM -0400, kevin wrote: > I would like to assist in diagnosing this issue so if anyone wants me to > check anything or test, please let me know. I would really like to > understand this problem. What are your settings for $ sysctl -a | grep bridge.pfil Have you

FreeBSD driver for broadcom 57710/57711/57711E 10GE

2010-03-17 Thread Vladimir Korkodinov
Hello! We bought HP Blade system BL460C G6 that built on Broadcom 57710/57711/57711E 10GbE LAN. David Christensen from Broadcom said he wrote a driver for this chipset but hasn't released this one public. http://lists.freebsd.org/pipermail/freebsd-net/2009-July/022561.html I asked him if he could s