Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2015 22:33:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 150920] [ixgbe][igb] Panic when packets are dropped with header split disabled
Message-ID:  <bug-150920-2472-TNt4HOM6Mp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-150920-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-150920-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=150920

Sean Bruno <sbruno@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Progress                 |Closed
         Resolution|---                         |FIXED

--- Comment #3 from Sean Bruno <sbruno@FreeBSD.org> ---
igb was fixed here:

r213234 | jfv | 2010-09-27 17:13:15 -0700 (Mon, 27 Sep 2010) | 13 lines

Update code from Intel:
        - Sync shared code with Intel internal
        - New client chipset support added
        - em driver - fixes to 82574, limit queues to 1 but use MSIX
        - em driver - large changes in TX checksum offload and tso
          code, thanks to yongari.
        - some small changes for watchdog issues.
        - igb driver - local timer watchdog code was missing locking
          this and a couple other watchdog related fixes.
        - bug in rx discard found by Andrew Boyer, check for null pointer

MFC: a week


em was fixed here:

r216172 | jfv | 2010-12-03 17:59:58 -0800 (Fri, 03 Dec 2010) | 7 lines

Small cut and paste bug in flow control string fixed.
Second, correct the discard/refresh_mbufs code to behave
more like igb, there have been panics due to discards and
this should fix them.

MFC after: 3 days

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-150920-2472-TNt4HOM6Mp>