cvs commit: src/sys/netinet

Jeffrey Hsu hsu at crater.dragonflybsd.org
Mon Sep 13 12:02:56 PDT 2004


hsu         2004/09/13 12:01:50 PDT

DragonFly src repository

  Modified files:
    sys/netinet          tcp_syncache.c 
  Log:
  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)
  
  Revision  Changes    Path
  1.17      +149 -63   src/sys/netinet/tcp_syncache.c


http://www.dragonflybsd.org/cvsweb/src/sys/netinet/tcp_syncache.c.diff?r1=1.16&r2=1.17&f=u





More information about the Commits mailing list