mav         2007-08-01 20:38:38 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_ppp.c 
  Log:
  This patch improves fine-grained locking for the ng_ppp node.
  Till now node's transmit path was completely unprotected
  and so wasn't thread safe in multilink mode. It's receive path was
  declared as WRITER as the simpliest protection method but it
  reduces performance when compression or encryption enabled.
  
  Approved by:    re (rwatson), glebius (mentor)
  
  Revision  Changes    Path
  1.68      +137 -68   src/sys/netgraph/ng_ppp.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to