net/sfc/base: update notes on interrupt testing on VFs
authorAndy Moreton <amoreton@solarflare.com>
Tue, 20 Feb 2018 07:33:47 +0000 (07:33 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 30 Mar 2018 12:08:42 +0000 (14:08 +0200)
Signed-off-by: Andy Moreton <amoreton@solarflare.com>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/net/sfc/base/medford2_nic.c
drivers/net/sfc/base/medford_nic.c

index 327fcaa..3bca504 100644 (file)
@@ -173,8 +173,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;
        }
index 9b8da99..352ae50 100644 (file)
@@ -173,8 +173,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;
        }