Current problem reports assigned to freebsd-net@FreeBSD.org

2010-11-29 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

freebsd-net@freebsd.org

2010-11-29 Thread Tobias P. Santos
[...] route add -net 192.168.0.100 192.168.0.200 255.255.255.255 1 Destination Gateway Flags Refs Use Netif Expire 0.0.0.0&0x1 192.168.0.200 UGS 0 0 bge Try: route delete 0.0.0.0 -netmask 0.0.0.1 It worked! [...] A 0.0.0.0/0.0.0.1 route matches every IP with bit 0 clear and is half the

Re: em(4) updated to version 7.1.8

2010-11-29 Thread Jack Vogel
Thanks for reporting that, will see it gets fixed! Jack On Mon, Nov 29, 2010 at 9:51 AM, Eugene Grosbein wrote: > Hi! > > I've just noticed new sysctl named flow_control has wrong description > due to obvious cut-n-paste 'cosmetic' error :-) > >em_add_rx_process_limit(adapter, "rx_proce

em(4) updated to version 7.1.8

2010-11-29 Thread Eugene Grosbein
Hi! I've just noticed new sysctl named flow_control has wrong description due to obvious cut-n-paste 'cosmetic' error :-) em_add_rx_process_limit(adapter, "rx_processing_limit", > "max number of rx packets to process", &adapter->rx_process_limit, em_rx_process_limit)

Re: em(4) updated to version 7.1.8

2010-11-29 Thread Eugene Grosbein
On Mon, Nov 29, 2010 at 09:54:55AM -0800, Jack Vogel wrote: > Thanks for reporting that, will see it gets fixed! More serious problem. I had experienced kernel panics for two em(4)-based heavy loaded routers. I've checked PR database and found this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=

Re: em(4) updated to version 7.1.8

2010-11-29 Thread Jack Vogel
Not sure what code you created this from, but its not the new driver, things have been reorganized and I do not believe this issue exists. Please test with the latest. Jack On Mon, Nov 29, 2010 at 10:26 AM, Eugene Grosbein wrote: > On Mon, Nov 29, 2010 at 09:54:55AM -0800, Jack Vogel wrote: > >

Re: em(4) updated to version 7.1.8

2010-11-29 Thread Eugene Grosbein
On Mon, Nov 29, 2010 at 11:10:22AM -0800, Jack Vogel wrote: > Not sure what code you created this from, but its not the new driver, Yes, that's for previous version and that's what keeps my production servers from panicing. > things have been reorganized and I do not believe this issue exists. >

Re: em(4) updated to version 7.1.8

2010-11-29 Thread Jack Vogel
True, there is no check, I do not see a way in which the mbuf pointer should be NULL, however, perhaps I should change things to follow what the igb driver does, always checking for NULL and freeing the existing mbuf to allow em_refresh_mbufs() to repop. If you say you have had panics then there

Re: Re: 82599 receiving packets with vlan tag=0 (vlan strip problem)?

2010-11-29 Thread Jack Vogel
You use `ifconfig ix0 vlanhwfilter`, its off by default, I assume you're using the new driver code from either HEAD or STABLE/8 now, right? Try another experiment please: at line 4232 is a condition: if ((adapter->num_vlans) &&... Change that to: if ((vtag) && See if either of those chang

Re: problem with hostapd

2010-11-29 Thread David Cornejo
I rebuilt from a tree checked out nov 1, 2010 and rebuilt hostapd and it works now, so it looks like the import did break it On Wed, Nov 24, 2010 at 5:20 PM, Adrian Chadd wrote: > Hi, > > Would you please try -head just before rui committed his wpa/hostapd > update and report back to -net and Ru

Re: problem with hostapd

2010-11-29 Thread Adrian Chadd
Would you please create a PR for it? Rui hasgiven me a pointer where to look at fixing it so I'll include that in the PR. Adrian On 30 November 2010 07:25, David Cornejo wrote: > I rebuilt from a tree checked out nov 1, 2010 and rebuilt hostapd and it > works now, so it looks like the import

Bridging mesh with wired not working?

2010-11-29 Thread Monthadar Al Jaberi
Hi, Can anyone confirm that bridging a mesh with a wired interface is not working? I want to make sure that it is not a problem from my side. When I ping from outside the mesh I get: "!valid or proxy" and "frame not fwd'd, no path" from the debug information. My setup is simple STA --- MPP )) -