VNET mismanagement in bpf(4) ?

2011-09-24 Thread Arnaud Lacombe
Hi, It seems to me there is a VNET mismanagement in `net/bpf.c'; we have: static void bpf_detachd(struct bpf_d *d) { [...] if (d->bd_promisc) { d->bd_promisc = 0; CURVNET_SET(ifp->if_vnet); error = ifpromisc(ifp, 0); CURVNET_RESTORE(); [...] } which is called

message from sctp getsockopt or sctp_opt_info show error

2011-09-24 Thread jyl_2006
Recently , I use getsockopt or sctp_opt_info to get the information of sctp association message, both two function return value of 0, and that means they work well, but the result of testing show some error. Here are the result that getting from function getsockopt or sctp_opt_info: NO. ASSOC-ID

Re: Last Address on Interface Receiving RST ACK.

2011-09-24 Thread Jason Hellenthal
Ignore this. I found the problem with this a little while back. Problem was that the address recieving the RST ACK on the same interface within the same subnet was also located within a DMZ which caused it to recieve everything that was also bound for the /24 On Thu, Sep 08, 2011 at 01:28:38AM -

Re: message from sctp getsockopt or sctp_opt_info show error

2011-09-24 Thread Michael Tüxen
On Sep 24, 2011, at 3:43 PM, jyl_2006 wrote: > Recently , I use getsockopt or sctp_opt_info to get the information of sctp > association message, both two function return value of 0, and that means > they work well, but the result of testing show some error. > > Here are the result that getting f

which 10GE cards are supported by FreeBSD ?

2011-09-24 Thread Luigi Rizzo
Hi, does anyone know know which 10GE cards are supported by FreeBSD, either natively or using third-party drivers ? I am asking because i would like to add netmap support to the drivers, see http://info.iet.unipi.it/~luigi/netmap/ Also if you have pointers to stores that sell supported cards (or

Re: which 10GE cards are supported by FreeBSD ?

2011-09-24 Thread Bjoern A. Zeeb
On Sep 24, 2011, at 5:31 PM, Luigi Rizzo wrote: > does anyone know know which 10GE cards are supported by FreeBSD, > either natively or using third-party drivers ? is this a serious question? FreeBSD has documentation (for those in-tree) i.e man pages. Alternatively looking for if_baudrate mig

Re: message from sctp getsockopt or sctp_opt_info show error

2011-09-24 Thread Michael Tüxen
On Sep 24, 2011, at 3:43 PM, jyl_2006 wrote: > Recently , I use getsockopt or sctp_opt_info to get the information of sctp > association message, both two function return value of 0, and that means > they work well, but the result of testing show some error. > > Here are the result that getting f

Re: which 10GE cards are supported by FreeBSD ?

2011-09-24 Thread K. Macy
On Sat, Sep 24, 2011 at 7:53 PM, Bjoern A. Zeeb wrote: > On Sep 24, 2011, at 5:31 PM, Luigi Rizzo wrote: > >> does anyone know know which 10GE cards are supported by FreeBSD, >> either natively or using third-party drivers ? > > is this a serious question?  FreeBSD has documentation (for those in-

Re: which 10GE cards are supported by FreeBSD ?

2011-09-24 Thread Vlad Galu
On Sep 24, 2011, at 7:31 PM, Luigi Rizzo wrote: > > Hi, > does anyone know know which 10GE cards are supported by FreeBSD, > either natively or using third-party drivers ? I am asking because > i would like to add netmap support to the drivers, see > http://info.iet.unipi.it/~luigi/netmap/ > He

force reassembly of fragmented packets

2011-09-24 Thread Stephen Clark
Hi List, I am using FreeBSD 6.3 and ipfilter as the FW. When I receive an out order fragment of a UDP packet ipfilter drop its. I have a bimap setup mapping an external routable address to a private address internal server also running FreeBSD 6.3. Is there some way to force FreeBSD to reassem

Re: which 10GE cards are supported by FreeBSD ?

2011-09-24 Thread Luigi Rizzo
On Sat, Sep 24, 2011 at 05:53:54PM +, Bjoern A. Zeeb wrote: > On Sep 24, 2011, at 5:31 PM, Luigi Rizzo wrote: > > > does anyone know know which 10GE cards are supported by FreeBSD, > > either natively or using third-party drivers ? > > is this a serious question? FreeBSD has documentation (

em/igb multiqueue support

2011-09-24 Thread Rafael Ganascim
Hi, I think that this is an old question I think that Intel 82575 (and another models) hardware are capable of multiple queues both on the receive and the send side. Is it right? Currently the processing of packets is limited to one CPU per NIC. Can we have multiple taskq processes for one N

Re: em/igb multiqueue support

2011-09-24 Thread Eugene Grosbein
25.09.2011 03:09, Rafael Ganascim пишет: > Hi, > > I think that this is an old question > > I think that Intel 82575 (and another models) hardware are capable of > multiple queues both on the receive and the send side. Is it right? > Currently the processing of packets is limited to one CPU p

Re: em/igb multiqueue support

2011-09-24 Thread Arnaud Lacombe
Hi, On Sat, Sep 24, 2011 at 4:09 PM, Rafael Ganascim wrote: > Hi, > > I think that this is an old question > > I think that Intel 82575 (and another models) hardware are capable of > multiple queues both on the receive and the send side. Is it right? > Currently the processing of packets is l

Re: which 10GE cards are supported by FreeBSD ?

2011-09-24 Thread Juli Mallett
On Sat, Sep 24, 2011 at 13:52, Luigi Rizzo wrote: > apart from the typo ("know know") yes the email contained three > serious questions, two of which (third party drivers and shops > which carry the card) i cannot answer looking at the tree. > > On top of this, some in-tree drivers may be stale, b

Re: which 10GE cards are supported by FreeBSD ?

2011-09-24 Thread Ryan Stone
On Sat, Sep 24, 2011 at 4:56 PM, Juli Mallett wrote: > It's actually not as trivial to grep for 10G NICs as > implied, since some drivers have silly bugs, like ixgbe which sets > if_baudrate to '10' (i.e. 1 000 000 000). I'm pretty sure that the bug is FreeBSD's. if_baudrate is a u_long,

Re: kern/79895: [ipf] 5.4-RC2 breaks ipfilter NAT when using netgraph [regression]

2011-09-24 Thread John Wehle
> Is this still an issue on recent versions of FreeBSD? No. I'm sorry ... I don't recall at what point it started working again. -- John ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, sen