Re: Scheduler with a single runqueue

2016-12-10 Thread Bryan Vyhmeister
On Sat, Dec 10, 2016 at 10:47:31PM +, Stuart Henderson wrote: > In case anyone is interested, here's a version of this diff against > -current. It helps a lot for me. I'm not watching HD video while doing > "make -j4", just things like trying to move the pointer around the screen > and type

Re: 802.11n MIMO support in -current

2016-12-10 Thread Scott Bonds
wow, that's awesome! I've been rocking a athn lately but I'll swap back to iwm to help test On 12/10, Stefan Sperling wrote: The net80211 stack and iwm(4) driver now support MIMO in -current. In my own testing, things work just fine. But I have gotten used to breaking other people's wifi

Re: dhcrelay(8): add support for layer 2 relaying

2016-12-10 Thread Rafael Zalamena
On Fri, Dec 09, 2016 at 11:55:17PM +0100, Reyk Floeter wrote: > On Fri, Dec 09, 2016 at 10:08:09AM +0100, Rafael Zalamena wrote: > > On Thu, Dec 08, 2016 at 08:43:20PM +0100, Rafael Zalamena wrote: > > > This diff implements layer 2 relaying support for dhcrelay with further > > > support for

Re: Scheduler with a single runqueue

2016-12-10 Thread Stuart Henderson
On 2016/07/06 21:14, Martin Pieuchot wrote: > Please, don't try this diff blindly it won't make your machine faster. > > In the past months I've been looking more closely at our scheduler. > At p2k16 I've shown to a handful of developers that when running a > browser on my x220 with HT enable, a

802.11n MIMO support in -current

2016-12-10 Thread Stefan Sperling
The net80211 stack and iwm(4) driver now support MIMO in -current. In my own testing, things work just fine. But I have gotten used to breaking other people's wifi without being aware of it. So please test -current and let me know about any regressions. Because iwm(4) devices have 2 antennas MCS

Re: King Jim Portabook

2016-12-10 Thread Reyk Floeter
> On 10.12.2016, at 13:37, Mark Kettenis wrote: > >> From: Reyk Floeter >> Date: Sat, 10 Dec 2016 12:50:56 +0100 >> On Sat, Dec 10, 2016 at 08:17:10PM +0900, Ryan McBride wrote: So I've been eying this machine for a while:

Re: bpf_mtap(9) w/o KERNEL_LOCK

2016-12-10 Thread Jonathan Matthew
On Mon, Nov 28, 2016 at 04:01:14PM +0100, Martin Pieuchot wrote: > Last diff to trade the KERNEL_LOCK for a mutex in order to protect data > accessed inside bpf_catchpacket(). > > Note about the multiples data structures: > > - selwakeup() is called in a thread context (task) so we rely on the

Re: King Jim Portabook

2016-12-10 Thread Mark Kettenis
> From: Reyk Floeter > Date: Sat, 10 Dec 2016 12:50:56 +0100 > > >> On Sat, Dec 10, 2016 at 08:17:10PM +0900, Ryan McBride wrote: > >> So I've been eying this machine for a while: > >> http://www.kingjim.co.jp/sp/portabook/xmc10/ > > > > Included below is the dmesg with the

Re: King Jim Portabook

2016-12-10 Thread Jonathan Gray
On Sat, Dec 10, 2016 at 08:33:47PM +0900, Ryan McBride wrote: > On Sat, Dec 10, 2016 at 08:17:10PM +0900, Ryan McBride wrote: > > So I've been eying this machine for a while: > > http://www.kingjim.co.jp/sp/portabook/xmc10/ > > Included below is the dmesg with the previous diff applied. > >

Re: King Jim Portabook

2016-12-10 Thread Reyk Floeter
>> On Sat, Dec 10, 2016 at 08:17:10PM +0900, Ryan McBride wrote: >> So I've been eying this machine for a while: >> http://www.kingjim.co.jp/sp/portabook/xmc10/ > > Included below is the dmesg with the previous diff applied. > > Besides all the devices that show "not configured", there are a

Re: King Jim Portabook

2016-12-10 Thread Matthieu Herrb
On Sat, Dec 10, 2016 at 08:33:47PM +0900, Ryan McBride wrote: > On Sat, Dec 10, 2016 at 08:17:10PM +0900, Ryan McBride wrote: > > So I've been eying this machine for a while: > > http://www.kingjim.co.jp/sp/portabook/xmc10/ > > Included below is the dmesg with the previous diff applied. > >

Re: King Jim Portabook

2016-12-10 Thread Ryan McBride
On Sat, Dec 10, 2016 at 08:17:10PM +0900, Ryan McBride wrote: > So I've been eying this machine for a while: > http://www.kingjim.co.jp/sp/portabook/xmc10/ Included below is the dmesg with the previous diff applied. Besides all the devices that show "not configured", there are a bunch of other

King Jim Portabook

2016-12-10 Thread Ryan McBride
So I've been eying this machine for a while: http://www.kingjim.co.jp/sp/portabook/xmc10/ Original price was a rediculous JPY 96,000 but it's dropped to a reasonable JPY 20,000 (about USD 200) so I picked one up. bsd.rd boots, but GENERIC / GENERIC.MP fail to parse the ACPI AML; it needs the

[patch]: Make ip4 mcast membership data structure similar to ip6

2016-12-10 Thread Dimitris Papastamos
Hi, While I was playing around with the ip4 multicast code, I thought I would attempt to make the membership data structure similar to that of ip6. This means changing from a dynamic array to a linked list. The max membership limit has been lifted (I did not see a similar limit in the ip6