git: kernel - add usched_dfly algorith, set as default for now (2)

2012-09-17 Thread Matthew Dillon
commit 89eefa0f62012ef69836cd775dbe34b9e106c98c Author: Matthew Dillon Date: Mon Sep 17 23:54:07 2012 -0700 kernel - add usched_dfly algorith, set as default for now (2) * Bug fix to the load accounting code, which effects cpu selection. Summary of changes: sys/kern/usched_dfly.

git: kernel - add usched_dfly algorith, set as default for now

2012-09-17 Thread Matthew Dillon
commit e28d8b158f5ddefb84fa6bead323f0640cff607e Author: Matthew Dillon Date: Mon Sep 17 23:17:51 2012 -0700 kernel - add usched_dfly algorith, set as default for now * Fork usched_bsd4 for continued development. * Rewrite the bsd4 scheduler to use per-cpu spinlocks and qu

git: ifpoll: Setup if_start cpuid for NPOLLING properly

2012-09-17 Thread Sepherosa Ziehau
commit f7be129cec02d486b7fb9021cf628d372009086f Author: Sepherosa Ziehau Date: Tue Sep 18 09:08:57 2012 +0800 ifpoll: Setup if_start cpuid for NPOLLING properly Summary of changes: sys/dev/netif/emx/if_emx.c |7 +-- sys/net/if.c | 19 +++ sys/net/i

git: ixgbe.4: Use .Dx

2012-09-17 Thread Sascha Wildner
commit bb2e453c131ea9ab3f44e7f95c265b0b48101ef6 Author: Sascha Wildner Date: Mon Sep 17 23:13:26 2012 +0200 ixgbe.4: Use .Dx Summary of changes: share/man/man4/ixgbe.4 |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b

git: kernel - usched_bsd4 algorith fixes & improvements

2012-09-17 Thread Matthew Dillon
commit 901eccebc4fc22785edf0c32784210869eb0068f Author: Matthew Dillon Date: Mon Sep 17 09:32:53 2012 -0700 kernel - usched_bsd4 algorith fixes & improvements * Fix a bug in the checks loop where the loop counter would be reset whenever it moved to a new queue. * Im

git: msgport.9: Some mdoc and typo fixes.

2012-09-17 Thread Sascha Wildner
commit 0d6ab30e1a3f0f0afb0c75109e665b594a4b8b7a Author: Sascha Wildner Date: Mon Sep 17 16:51:34 2012 +0200 msgport.9: Some mdoc and typo fixes. Summary of changes: share/man/man9/msgport.9 | 57 +++-- 1 files changed, 39 insertions(+), 18 deleti

git: em.4: Mention TSO support.

2012-09-17 Thread Sascha Wildner
commit 1f8eba233a28a7463b07c01f1b050176f0dbe84c Author: Sascha Wildner Date: Mon Sep 17 15:49:58 2012 +0200 em.4: Mention TSO support. Summary of changes: share/man/man4/em.4 |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commi

git: ixgbe: Remove the link handler tasklet

2012-09-17 Thread Francois Tigeot
commit 104f32153b656518c0d5be571f6c87a2c2623dd2 Author: François Tigeot Date: Tue Sep 11 22:25:27 2012 +0200 ixgbe: Remove the link handler tasklet There's no need for it, the job can be done just as well in regular interrupt threads. Summary of changes: sys/dev/netif/ixgbe

git: kernel: Remove some unused variables.

2012-09-17 Thread Sascha Wildner
commit e076c50a5750443bdca38781d9f889a998e6eeb9 Author: Sascha Wildner Date: Mon Sep 17 14:22:02 2012 +0200 kernel: Remove some unused variables. Summary of changes: sys/dev/disk/aic7xxx/aic79xx_pci.c|3 --- sys/dev/drm/i915/i915_irq.c |8 ++-- sys/netpr

git: kernel/ipx: Remove #ifdef lint checks (and add #endif comments).

2012-09-17 Thread Sascha Wildner
commit 6db1b1256a19a63f5ae5f2490262ee6fa4f1fc34 Author: Sascha Wildner Date: Mon Sep 17 14:20:13 2012 +0200 kernel/ipx: Remove #ifdef lint checks (and add #endif comments). Summary of changes: sys/netproto/ipx/spx_debug.c | 14 ++ 1 files changed, 2 insertions(+), 12 deleti

git: ifpoll: Field renaming; if_qpoll -> if_npoll

2012-09-17 Thread Sepherosa Ziehau
commit f994de370ab6a078d15946854106404d7a69584f Author: Sepherosa Ziehau Date: Mon Sep 17 17:30:09 2012 +0800 ifpoll: Field renaming; if_qpoll -> if_npoll Consistent w/ IFF_NPOLLING flag Summary of changes: sys/dev/netif/emx/if_emx.c | 18 +- sys/net/if_poll.c

git: ifpoll: Don't limit number of CPUs that perform polling

2012-09-17 Thread Sepherosa Ziehau
commit 9826be422bce84514fea5c3a99dd2f981aa8d840 Author: Sepherosa Ziehau Date: Mon Sep 17 17:13:32 2012 +0800 ifpoll: Don't limit number of CPUs that perform polling Summary of changes: sys/net/if_poll.c | 41 ++--- sys/net/if_poll.h |6 ++ 2