[Intel-wired-lan] [next PATCH S57 05/11] i40evf: add comment

Bimmy Pujari bimmy.pujari at intel.com
Mon Dec 12 23:44:11 UTC 2016


From: Mitch Williams <mitch.a.williams at intel.com>

Add a comment to reduce confusion.

Signed-off-by: Mitch Williams <mitch.a.williams at intel.com>
Change-ID: I3d5819c0f3f5174680442ae54398a073d4a61f4f
---
Testing Hints : No code change, just a comment

 drivers/net/ethernet/intel/i40evf/i40evf_main.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/net/ethernet/intel/i40evf/i40evf_main.c b/drivers/net/ethernet/intel/i40evf/i40evf_main.c
index 5673dbd..f35dcaa 100644
--- a/drivers/net/ethernet/intel/i40evf/i40evf_main.c
+++ b/drivers/net/ethernet/intel/i40evf/i40evf_main.c
@@ -2153,6 +2153,11 @@ static int i40evf_close(struct net_device *netdev)
 	adapter->state = __I40EVF_DOWN_PENDING;
 	i40evf_free_traffic_irqs(adapter);
 
+	/* We explicitly don't free resources here because the hardware is
+	 * still active and can DMA into memory. Resources are cleared in
+	 * i40evf_virtchnl_completion() after we get confirmation from the PF
+	 * driver that the rings have been stopped.
+	 */
 	return 0;
 }
 
-- 
2.4.11



More information about the Intel-wired-lan mailing list