Date: Mon, 21 Feb 2011 01:08:13 +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: <201102210108.p1L18cbF027510@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2011-02-21 01:08:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/dev/re if_re.c
sys/pci if_rlreg.h
Log:
SVN rev 218903 on 2011-02-21 01:08:13Z by yongari
MFC r217499:
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.160.2.21 +347 -111 src/sys/dev/re/if_re.c
1.97.2.11 +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?201102210108.p1L18cbF027510>
