jhb         2008-10-01 19:14:05 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  SVN rev 183518 on 2008-10-01 19:14:05Z by jhb
  
  Wait until after dropping the receive socket buffer lock to allocate space
  to store the socket address stored in the first mbuf in a packet chain.
  This reduces contention on the lock and CPU system time in certain UDP
  workloads.
  
  Tested by:      ps
  Reviewed by:    rwatson
  MFC after:      1 week
  
  Revision  Changes    Path
  1.317     +13 -23    src/sys/kern/uipc_socket.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to