From: Andy Moreton Date: Tue, 20 Feb 2018 07:33:47 +0000 (+0000) Subject: net/sfc/base: update notes on interrupt testing on VFs X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=64548b47e163548f35be3f6f5830c904bef907a1;p=dpdk.git net/sfc/base: update notes on interrupt testing on VFs Signed-off-by: Andy Moreton Signed-off-by: Andrew Rybchenko --- diff --git a/drivers/net/sfc/base/medford2_nic.c b/drivers/net/sfc/base/medford2_nic.c index 327fcaa872..3bca504e8b 100644 --- a/drivers/net/sfc/base/medford2_nic.c +++ b/drivers/net/sfc/base/medford2_nic.c @@ -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; } diff --git a/drivers/net/sfc/base/medford_nic.c b/drivers/net/sfc/base/medford_nic.c index 9b8da9940a..352ae50058 100644 --- a/drivers/net/sfc/base/medford_nic.c +++ b/drivers/net/sfc/base/medford_nic.c @@ -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; }