cvs commit: src/sys/netinet raw_ip.c

Alexander Motin mav at FreeBSD.org
Sat Jul 26 21:12:15 UTC 2008


mav         2008-07-26 21:12:00 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          raw_ip.c 
  Log:
  SVN rev 180833 on 2008-07-26 21:12:00Z by mav
  
  According to in_pcb.h protocol binding information has double locking.
  It allows access it while list travercing holding only global pcbinfo lock.
  This relaxed locking noticably increses receive socket lookup performance.
  
  Revision  Changes    Path
  1.190     +22 -24    src/sys/netinet/raw_ip.c


More information about the cvs-src mailing list