mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 20:14:27 +07:00
i40evf: add comment
Add a comment to reduce confusion. Change-ID: I3d5819c0f3f5174680442ae54398a073d4a61f4f Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
8a68badd12
commit
51f3826266
@ -2153,6 +2153,11 @@ static int i40evf_close(struct net_device *netdev)
|
|||||||
adapter->state = __I40EVF_DOWN_PENDING;
|
adapter->state = __I40EVF_DOWN_PENDING;
|
||||||
i40evf_free_traffic_irqs(adapter);
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user