svn commit: r212068 - stable/7/sys/dev/e1000

John Baldwin jhb at freebsd.org
Wed Sep 1 14:38:12 UTC 2010


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


More information about the svn-src-all mailing list