mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
pds_core: no reset command for VF
The VF doesn't need to send a reset command, and in a PCI reset
scenario it might not have a valid IO space to write to anyway.
Fixes: 523847df1b ("pds_core: add devcmd device interfaces")
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Reviewed-by: Brett Creeley <brett.creeley@amd.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20230824161754.34264-4-shannon.nelson@amd.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
e48b894a1d
commit
95e383226d
|
|
@ -464,7 +464,8 @@ void pdsc_teardown(struct pdsc *pdsc, bool removing)
|
|||
{
|
||||
int i;
|
||||
|
||||
pdsc_devcmd_reset(pdsc);
|
||||
if (!pdsc->pdev->is_virtfn)
|
||||
pdsc_devcmd_reset(pdsc);
|
||||
pdsc_qcq_free(pdsc, &pdsc->notifyqcq);
|
||||
pdsc_qcq_free(pdsc, &pdsc->adminqcq);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user