cvs commit: src/sys/netgraph ng_mppc.c

Alexander Motin mav at FreeBSD.org
Fri May 11 14:36:04 UTC 2007


mav         2007-05-11 14:36:02 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_mppc.c 
  Log:
  Performance optimization of the "encryption without compression" case by
  avoiding memory allocation and data copying.
  Encrypting directly at the original mbuf chain.
  
  Approved by:    glebius (mentor)
  
  Revision  Changes    Path
  1.30      +103 -70   src/sys/netgraph/ng_mppc.c


More information about the cvs-all mailing list