Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2008 04:55:58 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/msk if_msk.c
Message-ID:  <200803070455.m274txUv094539@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2008-03-07 04:55:58 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/msk          if_msk.c 
  Log:
  To overcome hardware checksum offload bug msk(4) used to compute
  TCP/UDP checksum in driver for short frames. For frames that requires
  hardware VLAN tag insertion, the checksum offload trick does not
  work due to changes of checksum offset in mbuf after the VLAN tag.
  
  Disable hardware checksum offload for VLAN interface to fix the bug.
  
  Reported by:    Christopher Cowart < ccowart AT rescomp DOT berkeley DOT edu >
  Tested by:      Christopher Cowart < ccowart AT rescomp DOT berkeley DOT edu >
  MFC after:      5 days
  
  Revision  Changes    Path
  1.30      +6 -2      src/sys/dev/msk/if_msk.c



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