From owner-svn-src-all@FreeBSD.ORG Tue Apr 14 17:44:45 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 063F3106566C; Tue, 14 Apr 2009 17:44:45 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id AF9FF8FC16; Tue, 14 Apr 2009 17:44:44 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so2545669rvb.43 for ; Tue, 14 Apr 2009 10:44:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=yr6y6zzMMYQDzuWKhYEbOjJTPzqseU120USUQATc+aw=; b=Kxc8eIsTQ2DYyoCwpm/U74blltqL3xbVcLup8LJLuysvjcQi6Uk9lRJTZjSUGf3Vuo NFEhZRtvYp4xkbWAxzQTwfQScpiOtraGZ7ZiGjhR28gN35iyqLdv1J/nqH0yGyPPS6cl WPlmA4lYqcVxEzgMtaMnwp3VbnaHqdD2CDlUg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=eo8VwlKIPTuhEuHXfXyNOJnaJiERpiaNJW0vI0MUkiIJA19whT+TGqT8HjvTPvzTSX rKXmI5Ffimtv7xYLBMSzPFRvOZO0NYU2z0tfIAS0lhqWyPNVnTaiHrHKEoyqH1u3y3Gx Ol3SoXdxRwZwTQhSuPzJkGfUyCbsN52G9PxUY= MIME-Version: 1.0 Received: by 10.114.111.1 with SMTP id j1mr3806485wac.79.1239731084403; Tue, 14 Apr 2009 10:44:44 -0700 (PDT) In-Reply-To: <49E4C927.2080508@freebsd.org> References: <200904141714.n3EHEZqZ014386@svn.freebsd.org> <49E4C927.2080508@freebsd.org> Date: Tue, 14 Apr 2009 10:44:44 -0700 Message-ID: <2a41acea0904141044l49e6ef80hc23a740f02f85ce1@mail.gmail.com> From: Jack Vogel To: Sam Leffler Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Jack F Vogel , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r191065 - head/sys/dev/e1000 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2009 17:44:45 -0000 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 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 > >