NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/53294 CVS commit: src/sys/dev/pci/ixgbe



The following reply was made to PR kern/53294; it has been noted by GNATS.

From: "SAITOH Masanobu" <msaitoh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53294 CVS commit: src/sys/dev/pci/ixgbe
Date: Wed, 30 May 2018 08:35:27 +0000

 Module Name:	src
 Committed By:	msaitoh
 Date:		Wed May 30 08:35:27 UTC 2018
 
 Modified Files:
 	src/sys/dev/pci/ixgbe: ixgbe.c ixv.c
 
 Log Message:
  Clear que->disabled_count in {ixgbe,ixv}_init_locked(). Without this,
 interrupt mask state and EIMS may mismatch and if_init doesn't recover
 from TX/RX stall problem.
 
  This change itself doesn't fix PR#53294.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.156 -r1.157 src/sys/dev/pci/ixgbe/ixgbe.c
 cvs rdiff -u -r1.101 -r1.102 src/sys/dev/pci/ixgbe/ixv.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index