DragonFly BSD
DragonFly commits List (threaded) for 2011-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - Use MPSAFE callouts for TCP


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 12 Nov 2011 11:29:21 -0800 (PST)

commit 608499ad7b7dbb7a68a439f37570f6158f65fe28
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]