Signed-off-by: Feng Yang <[email protected]>
---
 shared/cfg/guest-hw.cfg.sample |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/shared/cfg/guest-hw.cfg.sample b/shared/cfg/guest-hw.cfg.sample
index b2181d4..a4dd338 100644
--- a/shared/cfg/guest-hw.cfg.sample
+++ b/shared/cfg/guest-hw.cfg.sample
@@ -125,7 +125,10 @@ variants:
         driver_option = "max_vfs=7"
         mac_ip_filter = "HWaddr (.\w+:\w+:\w+:\w+:\w+:\w+)\s+?inet 
addr:(.\d+\.\d+\.\d+\.\d+)"
         mac_changeable = "yes"
-
+        sr-iov.sr_iov_negative.negative_max_vfs:
+            driver_option = "max_vfs=-1"
+        sr-iov.sr_iov_negative.more_than_max_vfs:
+            driver_option = "max_vfs=8"
 
 variants:
     - @smallpages:
-- 
1.7.1

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to