Re: svn commit: r218211 - in head/sys: conf netinet

2011-02-04 Thread Randall Stewart
On Feb 4, 2011, at 1:40 AM, Robert Watson wrote: On Thu, 3 Feb 2011, Randall Stewart wrote: Author: rrs Date: Thu Feb 3 10:05:30 2011 New Revision: 218211 URL: http://svn.freebsd.org/changeset/base/218211 Log: Adds an experimental option to create a pool of threads. These serve as

Re: svn commit: r218211 - in head/sys: conf netinet

2011-02-04 Thread Michael Tuexen
On Feb 4, 2011, at 7:40 AM, Robert Watson wrote: On Thu, 3 Feb 2011, Randall Stewart wrote: Author: rrs Date: Thu Feb 3 10:05:30 2011 New Revision: 218211 URL: http://svn.freebsd.org/changeset/base/218211 Log: Adds an experimental option to create a pool of threads. These serve as

Re: svn commit: r218211 - in head/sys: conf netinet

2011-02-04 Thread Robert N. M. Watson
On 4 Feb 2011, at 13:30, Michael Tuexen wrote: Hmm. It might be better to add a new NETISR_SCTP and use netisr's support for multithreading? That sounds really good. Is it possible that different network cards put packets in the same queue? That would be helpful in the case of SCTP.

Re: svn commit: r218211 - in head/sys: conf netinet

2011-02-04 Thread Michael Tuexen
On Feb 4, 2011, at 11:00 PM, Robert N. M. Watson wrote: On 4 Feb 2011, at 13:30, Michael Tuexen wrote: Hmm. It might be better to add a new NETISR_SCTP and use netisr's support for multithreading? That sounds really good. Is it possible that different network cards put packets in the

svn commit: r218211 - in head/sys: conf netinet

2011-02-03 Thread Randall Stewart
Author: rrs Date: Thu Feb 3 10:05:30 2011 New Revision: 218211 URL: http://svn.freebsd.org/changeset/base/218211 Log: Adds an experimental option to create a pool of threads. These serve as input threads and are queued packets based on the V-tag number. This is similar to what a modern

Re: svn commit: r218211 - in head/sys: conf netinet

2011-02-03 Thread Robert Watson
On Thu, 3 Feb 2011, Randall Stewart wrote: Author: rrs Date: Thu Feb 3 10:05:30 2011 New Revision: 218211 URL: http://svn.freebsd.org/changeset/base/218211 Log: Adds an experimental option to create a pool of threads. These serve as input threads and are queued packets based on the V-tag