Allow the syncache to run lock-free in parallel on multiple processors
authorJeffrey Hsu <hsu@dragonflybsd.org>
Mon, 13 Sep 2004 19:01:50 +0000 (19:01 +0000)
committerJeffrey Hsu <hsu@dragonflybsd.org>
Mon, 13 Sep 2004 19:01:50 +0000 (19:01 +0000)
commit00943fd6c354d7e59df604ac91763a76b3ddee3e
treee89761473f2ffa29640f0ae58f664238dc3a09b2
parent8b90699bbb47e00e66db06c02537f5e3e9d77982
Allow the syncache to run lock-free in parallel on multiple processors
by giving each cpu its own syncache hashtable and timer queues.

Joint work with: dillon
Testing provided by: drhodus (earlier version)
sys/netinet/tcp_syncache.c