Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2009 03:46:15 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h
Message-ID:  <200902090346.n193kV02088182@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

yongari     2009-02-09 03:46:15 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/fxp          if_fxp.c if_fxpvar.h 
  Log:
  SVN rev 188373 on 2009-02-09 03:46:15Z by yongari
  
  MFC r185329:
    Implement Rx checksum offload for 82559 or later controllers.
    82559 or later controllers added simple checksum calculation logic
    in RU. For backward compatibility the computed checksum is appended
    at the end of the data posted to Rx buffer. This type of simple
    checksum calculation support had been used on several vendors such
    as Sun HME/GEM, SysKonnect GENESIS and Marvell Yukon controllers.
    Because this type of checksum offload support requires parsing of
    received frame and pseudo checksum calculation with software
    routine it still consumes more CPU cycles than that of full-fledged
    checksum offload controller. But it's still better than software
    checksum calculation.
  
  Revision   Changes    Path
  1.266.2.8  +109 -28   src/sys/dev/fxp/if_fxp.c
  1.40.2.3   +1 -0      src/sys/dev/fxp/if_fxpvar.h



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