From owner-svn-src-head@freebsd.org Sat Sep 12 19:23:21 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78806A03EE7; Sat, 12 Sep 2015 19:23:21 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: from mail-qg0-f46.google.com (mail-qg0-f46.google.com [209.85.192.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3958D15C7; Sat, 12 Sep 2015 19:23:20 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: by qgt47 with SMTP id 47so87525594qgt.2; Sat, 12 Sep 2015 12:23:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=SMlGSndKM3Y0RPSoT/+lnAN8vw+kkxofpSM2njJhMrg=; b=IPEICzSyDrl7cZe5TWGY91ovD38ih91ACtoOWJQdfAnEn4WPDwDXpeRv/Tv0oYK4l8 7SGPlNcCkzEmRE4tbjcEU1EAVFdJwoRwTuqTlQ3HDuVPAxREulqJaYurJiBfggZB7ARO chpK5YJAKYvaiwpvUPLzS8xdUkW+6GxtZLRzJr8nayGI8xksoMjTqvTLAH9U5X+U+tM3 IPsaedg77q9P4TMtGvifdhwj92L0KLkPx7Ql+OIBSfK0piPHD1S9ycW9ti8dr283eiU3 PM1iTNUKoOEfI+6DyQnkZMMV29WQVUWsOSw6ljZUMa+lUaItT1fJb9tLx+13eb/Z54Wg OkXQ== X-Received: by 10.140.30.138 with SMTP id d10mr8540826qgd.80.1442085794653; Sat, 12 Sep 2015 12:23:14 -0700 (PDT) Received: from mail-qg0-f54.google.com (mail-qg0-f54.google.com. [209.85.192.54]) by smtp.gmail.com with ESMTPSA id 78sm2554674qhh.27.2015.09.12.12.23.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 12 Sep 2015 12:23:14 -0700 (PDT) Received: by qgev79 with SMTP id v79so87470045qge.0; Sat, 12 Sep 2015 12:23:14 -0700 (PDT) X-Received: by 10.140.104.33 with SMTP id z30mr8687796qge.0.1442085794225; Sat, 12 Sep 2015 12:23:14 -0700 (PDT) MIME-Version: 1.0 References: <201509041607.t84G7S6f029313@repo.freebsd.org> <20150904161813.GX68814@strugglingcoder.info> In-Reply-To: <20150904161813.GX68814@strugglingcoder.info> From: Eric Joyner Date: Sat, 12 Sep 2015 19:23:04 +0000 Message-ID: Subject: Re: svn commit: r287465 - head/sys/dev/e1000 To: hiren panchasara , Sean Bruno Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2015 19:23:21 -0000 For the errata, the (lack of) details are in the specification updates for HW like I210, I211, 82575 etc. It would be in the ones updated in August 2015. On Fri, Sep 4, 2015 at 9:18 AM hiren panchasara wrote: > + erj > > On 09/04/15 at 04:07P, Sean Bruno wrote: > > Author: sbruno > > Date: Fri Sep 4 16:07:27 2015 > > New Revision: 287465 > > URL: https://svnweb.freebsd.org/changeset/base/287465 > > > > Log: > > igb(4): Update and fix HW errata > > - HW errata workaround for IPv6 offload w/ extension headers > It would be useful to know what is the actual problem here. > > > - Edited start of if_igb.c (Device IDs / #includes) to match ixgbe/ixl > I'd also prefer if such changes come via separate commits. :-) > > > > > Differential Revision: https://reviews.freebsd.org/D3165 > > Submitted by: erj > > MFC after: 1 month > > Sponsored by: Intel Corporation > > > > Modified: > > head/sys/dev/e1000/if_igb.c > > head/sys/dev/e1000/if_igb.h > > [skip] > > Cheers, > Hiren >