Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2010 01:13:37 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ale if_ale.c
Message-ID:  <201005030113.o431DjeE015609@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-05-03 01:13:37 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/ale          if_ale.c 
  Log:
  SVN rev 207547 on 2010-05-03 01:13:37Z by yongari
  
  MFC r207251:
    It seems ale(4) controllers do not like to see TCP payload in the
    first descriptor in TSO case. Otherwise controller can generate bad
    frames during TSO. To address it, make sure to pull up ethernet +
    IP + TCP header with options in first buffer. Also ensure the
    buffer length of the first descriptor for TSO covers entire ethernet
    + IP + TCP with options and setup additional Tx descriptor if the
    first buffer includes TCP payload.
  
    Tested by:    Amar Takhar <verm <> darkbeer dot org >
  
  Revision  Changes    Path
  1.1.2.8   +33 -4     src/sys/dev/ale/if_ale.c



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