Date: Wed, 1 Sep 2010 10:26:17 -0400 From: John Baldwin <jhb@freebsd.org> To: src-committers@freebsd.org Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, svn-src-stable-7@freebsd.org Subject: Re: svn commit: r212068 - stable/7/sys/dev/e1000 Message-ID: <201009011026.17306.jhb@freebsd.org> In-Reply-To: <201008311926.o7VJQTF3039592@svn.freebsd.org> References: <201008311926.o7VJQTF3039592@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday, August 31, 2010 3:26:29 pm John Baldwin wrote: > Author: jhb > Date: Tue Aug 31 19:26:29 2010 > New Revision: 212068 > URL: http://svn.freebsd.org/changeset/base/212068 > > Log: > MFC 206429: > Sync em(4) and igb(4) drivers with 8 except for VF support: > - Remove unneeded rxtx handler, make que handler generic in igb. > - Do not allocate header mbufs in rx ring if not doing hdr split in igb. > - Release the lock in rxeof call to stack. > - Change rxeof api for poll friendliness, and eliminate unnecessary link > tasklet use. > - Move statistics for em into sysctl tree. > - Reenable hardware checksum offload for VLAN frames in igb. > - Fix for a panic when TX checksum offload is done and a packet has only > a header in the first mbuf in em. Oops, the list of changes was truncated, it merged the following changes (some of them were already partially merged): 206429, 206437, 206447, 206460, 206629, 207331, 207337, 208103, 209068, 209218, 209238, 209242, 209259, 209859, and 209959. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009011026.17306.jhb>