Date: Fri, 11 May 2007 14:36:02 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_mppc.c Message-ID: <200705111436.l4BEa33O051395@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705111436.l4BEa33O051395>
