Re: IPv6 not responding on some aliases (recent 8-stable)

2011-12-22 Thread Bjoern A. Zeeb
On 22. Dec 2011, at 01:59 , Marcin Cieslak wrote: > Hello, > > I upgraded my Nov 2010 8.x-something machine to Dec 4th and later Dec 19th > userland and kernel: > > FreeBSD x.saper.info 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Dec 19 22:13:54 > UTC 2011 r...@x.saper.info:/usr/obj/usr/src/sys/

Deferring inp_freemoptions() to an asychronous task

2011-12-22 Thread John Baldwin
I have a workload at work where a particular device driver can take a while to update its MAC filter table when adding or removing multicast link-layer addresses. One of the ways I've tackled fixing this is to change inp_freemoptions() so that it does all of its actual work asychronously in a

Transitioning if_addr_lock to an rwlock

2011-12-22 Thread John Baldwin
Another bit of lock contention I ran into between a device driver doing slow MAC filter updates and the receive path is IF_ADDR_LOCK(). NIC device drivers typically hold this lock while iterating the list of multicast addresses to program their MAC filter. OTOH, ip_input() uses this lock to ch

re%d on FitPC2?

2011-12-22 Thread Dr. Lyman Hazelton
Hi! First post to this list. Was directed here from FreeBSD Forums. I'm trying to get FreeBSD running on a FitPC2. The install of 8.2 Release failed to even complete when it found the network. I downloaded 9.0-RC and installed it, and was delighted when the new installer worked perfectly and

Re: IPv6 not responding on some aliases (recent 8-stable)

2011-12-22 Thread Marcin Cieslak
>> Bjoern A. Zeeb wrote: > to cut the long story short and before we try to debug this in detail; > if you try to reach all these addresses on the local machine, does that work, > eg. if you ping6 2001:abcd:f:abcd::100[0-5] from that host itself? Yes, $ ping6 2001:abcd:f:abcd::1003 PING6(56=4

Re: IPv6 not responding on some aliases (recent 8-stable)

2011-12-22 Thread Bjoern A. Zeeb
On 22. Dec 2011, at 18:01 , Marcin Cieslak wrote: >>> Bjoern A. Zeeb wrote: > >> to cut the long story short and before we try to debug this in detail; >> if you try to reach all these addresses on the local machine, does that >> work, eg. if you ping6 2001:abcd:f:abcd::100[0-5] from that host

RE: stable/7 bce(4) out of buffers

2011-12-22 Thread David Christensen
> > > dev.bce.0.com_no_buffers: 130228 > > > > Hmm, in HEAD there looks to be a hw.bce.rx_pages that can be set to > > 1, 2, 4, or 8. It defaults to 2. In the 7 driver it looks like this > > is a #define in sys/dev/bce/if_bcereg.h (RX_PAGES on line 6710). Try > > changing RX_PAGES from 2 to 4 (o

Re: re%d on FitPC2?

2011-12-22 Thread Marek Salwerowicz
W dniu 2011-12-22 18:18, Dr. Lyman Hazelton pisze: Hi! First post to this list. Was directed here from FreeBSD Forums. I'm trying to get FreeBSD running on a FitPC2. The install of 8.2 Release failed to even complete when it found the network. I downloaded 9.0-RC and installed it, and was de

Re: IPv6 not responding on some aliases (recent 8-stable)

2011-12-22 Thread Marcin Cieslak
>> Bjoern A. Zeeb wrote: >> I initially thought it's a transport layer issue, since previously (before >> I changed configuration) 30%-50% SSH connection attempts succeeded >> (but prefix was wrong on the "primary" IPv6 address :1000). >> Now I get no packets on receiving side at all for those "br

Re: re%d on FitPC2?

2011-12-22 Thread Marek Salwerowicz
W dniu 2011-12-22 21:38, Marek Salwerowicz pisze: W dniu 2011-12-22 18:18, Dr. Lyman Hazelton pisze: I have heard that at least one other user has gotten the FitPC2 to work with the re driver, so, at least in theory, it should work. Question is how? Any advice deeply appreciated! Hi, hav

Re: re%d on FitPC2?

2011-12-22 Thread YongHyeon PYUN
On Thu, Dec 22, 2011 at 10:18:54AM -0700, Dr. Lyman Hazelton wrote: > Hi! First post to this list. Was directed here from FreeBSD Forums. > > I'm trying to get FreeBSD running on a FitPC2. The install of 8.2 Release > failed to even complete when it found the network. I downloaded 9.0-RC and

Re: kern/163545: [cxgb] [patch] Return of uninitialized value in Chelsio T3 driver

2011-12-22 Thread linimon
Old Synopsis: Return of uninitialized value in Chelsio T3 driver New Synopsis: [cxgb] [patch] Return of uninitialized value in Chelsio T3 driver Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Thu Dec 22 23:55:33 UTC 2011 Responsible

Re: kern/163545: [cxgb] [patch] Return of uninitialized value in Chelsio T3 driver

2011-12-22 Thread np
Synopsis: [cxgb] [patch] Return of uninitialized value in Chelsio T3 driver State-Changed-From-To: open->patched State-Changed-By: np State-Changed-When: Fri Dec 23 01:48:37 UTC 2011 State-Changed-Why: Fixed in r228825. Responsible-Changed-From-To: freebsd-net->np Responsible-Changed-By: np Res