[V1] conf/global_suite: set the default vf driver to be vfio-pci

Message ID 20201111052712.35207-1-yingyax.han@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] conf/global_suite: set the default vf driver to be vfio-pci |

Commit Message

Yingya Han Nov. 11, 2020, 5:27 a.m. UTC
  pci-stub has been abandoned and vfio-pci is used by default now.

Signed-off-by: hanyingya <yingyax.han@intel.com>
---
 conf/global_suite.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Tu, Lijuan Nov. 11, 2020, 6:49 a.m. UTC | #1
> pci-stub has been abandoned and vfio-pci is used by default now.
> 
> Signed-off-by: hanyingya <yingyax.han@intel.com>

Applied
  

Patch

diff --git a/conf/global_suite.cfg b/conf/global_suite.cfg
index d784fc50..6109a6d6 100644
--- a/conf/global_suite.cfg
+++ b/conf/global_suite.cfg
@@ -1,2 +1,2 @@ 
 [global]
-vf_driver=pci-stub
\ No newline at end of file
+vf_driver=vfio-pci