Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2011 03:24:33 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h
Message-ID:  <201101170325.p0H3PL7D089111@repoman.freebsd.org>

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

yongari     2011-01-17 03:24:33 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/re           if_re.c 
    sys/pci              if_rlreg.h 
  Log:
  SVN rev 217499 on 2011-01-17 03:24:33Z by yongari
  
  Implement initial jumbo frame support for RTL8168/8111 C/D/E PCIe
  GbE controllers. It seems these controllers no longer support
  multi-fragmented RX buffers such that driver have to allocate
  physically contiguous buffers.
  
   o Retire RL_FLAG_NOJUMBO flag and introduce RL_FLAG_JUMBOV2 to
     mark controllers that use new jumbo frame scheme.
   o Configure PCIe max read request size to 4096 for standard frames
     and reduce it to 512 for jumbo frames.
   o TSO/checksum offloading is not supported for jumbo frames on
     these controllers. Reflect it to ioctl handler and driver
     initialization.
   o Remove unused rl_stats_no_timeout in softc.
   o Embed a pointer to structure rl_hwrev into softc to keep track
     of controller MTU limitation and remove rl_hwrev in softc since
     that information is available through a pointer to structure
     rl_hwrev.
  
  Special thanks to Realtek for donating sample hardwares which made
  this possible.
  
  H/W donated by: Realtek Semiconductor Corp.
  
  Revision  Changes    Path
  1.187     +347 -111  src/sys/dev/re/if_re.c
  1.109     +16 -5     src/sys/pci/if_rlreg.h



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