git: kernel - Use MPSAFE callouts for TCP

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Nov 12 11:30:50 PST 2011


commit 608499ad7b7dbb7a68a439f37570f6158f65fe28
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Nov 12 11:28:31 2011 -0800

    kernel - Use MPSAFE callouts for TCP
    
    * Use MP callouts for tcp timers.  Since the timers do not usually fire
      this isn't that big a deal but it's still far more correct and it reduces
      lock contention.

Summary of changes:
 sys/netinet/tcp_syncache.c |    2 +-
 sys/netinet/tcp_timer.c    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/608499ad7b7dbb7a68a439f37570f6158f65fe28


-- 
DragonFly BSD source repository





More information about the Commits mailing list