Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2006 13:33:30 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/em if_em.c
Message-ID:  <200609291333.k8TDXUnJ078687@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2006-09-29 13:33:30 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c 
  Log:
  Change em_tso_setup() to deal with already inserted vlan headers, IP options
  and add skeleton IPv6 support.  The new code structure can also be easily
  enhanced to support new/more protocols (SCTP) and IP fragmentation in the
  future.
  
  In em_encap() only try to do TSO if 'dotso' is true.
  
  Reviewed by:    jfv
  
  Revision  Changes    Path
  1.150     +120 -36   src/sys/dev/em/if_em.c



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