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

2009-04-17 Thread Dag-Erling Smørgrav
Jack Vogel writes: > 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,

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

2009-04-14 Thread Jack Vogel
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 fragme

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

2009-04-14 Thread Sam Leffler
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 los

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

2009-04-14 Thread Jack Vogel
LOL, er I meant Randall Stewert, must be thinking of old films, sorry Randall :) On Tue, Apr 14, 2009 at 10:14 AM, 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 a

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

2009-04-14 Thread Jack F Vogel
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.