Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2000 11:18:33 -0700 (PDT)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha in_cksum.c src/sys/alpha/include in_cksum.h src/sys/i386/i386 in_cksum.c src/sys/i386/include in_cksum.h
Message-ID:  <200005061818.LAA00276@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jlemon      2000/05/06 11:18:33 PDT

  Modified files:
    sys/alpha/alpha      in_cksum.c 
    sys/alpha/include    in_cksum.h 
    sys/i386/i386        in_cksum.c 
    sys/i386/include     in_cksum.h 
  Log:
  Make in_cksum() a macro call to in_cksum_skip(), since it provides the
  same functionality.  Sharing code should help cache issues.
  
  Remove in_cksum_partial, since its not being used, and we now have
  a way to compute partial checksums on mbuf chains.
  
  Revision  Changes    Path
  1.4       +1 -33     src/sys/alpha/alpha/in_cksum.c
  1.5       +3 -4      src/sys/alpha/include/in_cksum.h
  1.20      +1 -344    src/sys/i386/i386/in_cksum.c
  1.9       +3 -4      src/sys/i386/include/in_cksum.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005061818.LAA00276>