svn commit: r191065 - head/sys/dev/e1000

Jack Vogel jfvogel at gmail.com
Tue Apr 14 17:44:45 UTC 2009


2 SCTP specific bugs, one is a missing shift to correctly identify SCTP type
in the
descriptor, the second was incorrectly assigning rather than 'or-ing' the
csum_flags,
leading to the inability to do other types of offload downstream.

The third bug was more subtle, the code to detect a CRC fragment in rxeof
was
being done at the wrong point, resulting in a crash/panic.

Jack


On Tue, Apr 14, 2009 at 10:34 AM, Sam Leffler <sam at freebsd.org> wrote:

> Jack F Vogel wrote:
>
>> Author: jfv
>> Date: Tue Apr 14 17:14:35 2009
>> New Revision: 191065
>> URL: http://svn.freebsd.org/changeset/base/191065
>>
>> Log:
>>  Thanks to Michael Tuexen and Randall Scott for providing a
>>  few important bug fixes found while they were doing SCTP
>>  development, and that I somehow lost during the scramble.
>>    Thanks guys!!
>>
>>
>>
> Attribution is great but perhaps you could say what bugs were fixed?
>
>   Sam
>
>


More information about the svn-src-all mailing list