Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2018 12:59:33 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r341045 - head/sys/dev/sfxge/common
Message-ID:  <201811271259.wARCxXlJ019307@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811271259.wARCxXlJ019307>