Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
64ee27c
)
fix(core): AVF unbind
35/38835/2
author
pmikus
<
[email protected]
>
Tue, 16 May 2023 11:39:13 +0000
(11:39 +0000)
committer
Peter Mikus
<
[email protected]
>
Tue, 16 May 2023 11:50:48 +0000
(11:50 +0000)
Signed-off-by: pmikus <
[email protected]
>
Change-Id: Ifa3964f290d75ebae094d1d46ce27b5d133c2158
resources/libraries/python/InterfaceUtil.py
patch
|
blob
|
history
diff --git
a/resources/libraries/python/InterfaceUtil.py
b/resources/libraries/python/InterfaceUtil.py
index
3ab96d1
..
24a65e8
100644
(file)
--- a/
resources/libraries/python/InterfaceUtil.py
+++ b/
resources/libraries/python/InterfaceUtil.py
@@
-1888,7
+1888,7
@@
class InterfaceUtil:
current_driver = DUTSetup.get_pci_dev_driver(
node, vf_pci_addr.replace(":", r"\:")
)
- if current_driver
and current_driver != uio_driver
:
+ if current_driver:
DUTSetup.pci_vf_driver_unbind(
node, pf_pci_addr, vf_id
)