svn commit: r341045 - head/sys/dev/sfxge/common

Andrew Rybchenko arybchik at FreeBSD.org
Tue Nov 27 12:59:36 UTC 2018


Author: arybchik
Date: Tue Nov 27 12:59:32 2018
New Revision: 341045
URL: https://svnweb.freebsd.org/changeset/base/341045

Log:
  sfxge(4): update notes on interrupt testing on VFs
  
  Submitted by:   Andy Moreton <amoreton at solarflare.com>
  Sponsored by:   Solarflare Communications, Inc.
  Differential Revision:  https://reviews.freebsd.org/D18164

Modified:
  head/sys/dev/sfxge/common/medford2_nic.c   (contents, props changed)
  head/sys/dev/sfxge/common/medford_nic.c

Modified: head/sys/dev/sfxge/common/medford2_nic.c
==============================================================================
--- head/sys/dev/sfxge/common/medford2_nic.c	Tue Nov 27 12:59:21 2018	(r341044)
+++ head/sys/dev/sfxge/common/medford2_nic.c	Tue Nov 27 12:59:32 2018	(r341045)
@@ -202,8 +202,8 @@ medford2_board_cfg(
 
 	if (EFX_PCI_FUNCTION_IS_VF(encp)) {
 		/*
-		 * Interrupt testing does not work for VFs. See bug50084.
-		 * FIXME: Does this still apply to Medford2?
+		 * Interrupt testing does not work for VFs on Medford2.
+		 * See bug50084 and bug71432 comment 21.
 		 */
 		encp->enc_bug41750_workaround = B_TRUE;
 	}

Modified: head/sys/dev/sfxge/common/medford_nic.c
==============================================================================
--- head/sys/dev/sfxge/common/medford_nic.c	Tue Nov 27 12:59:21 2018	(r341044)
+++ head/sys/dev/sfxge/common/medford_nic.c	Tue Nov 27 12:59:32 2018	(r341045)
@@ -200,8 +200,8 @@ medford_board_cfg(
 
 	if (EFX_PCI_FUNCTION_IS_VF(encp)) {
 		/*
-		 * Interrupt testing does not work for VFs. See bug50084.
-		 * FIXME: Does this still  apply to Medford?
+		 * Interrupt testing does not work for VFs. See bug50084 and
+		 * bug71432 comment 21.
 		 */
 		encp->enc_bug41750_workaround = B_TRUE;
 	}


More information about the svn-src-head mailing list