cvs commit: src/sys/netinet ip_demux.c
Bosko Milekic
bmilekic at technokratis.com
Wed Mar 31 20:56:06 PST 2004
On Wed, Mar 31, 2004 at 05:38:53PM -0800, Jeffrey Hsu wrote:
> hsu 2004/03/31 17:38:53 PST
>
> DragonFly src repository
>
> Modified files:
> sys/netinet ip_demux.c
> Log:
> Remove the ip_mthread_enable sysctl option. Enough code has been converted
> over to threads and message-passing that true dispatching is required for
> proper synchronization.
>
> Approved by: Matt Dillon
>
> Revision Changes Path
> 1.11 +0 -10 src/sys/netinet/ip_demux.c
Have you dudes had a chance to run some numbers to see how this scheme
performs (hashing into cpu port based on src, sport, dst, dport)?
This is a neat trick and I'm curious (not necessarily related to above
commit) if it has measurable benefits.
--
Bosko Milekic
bmilekic at xxxxxxxxxxxxxxxx
bmilekic at xxxxxxxxxxx
More information about the Commits
mailing list