[dts] [PATCH V1] tests/ddp_gtp : change match vf queue constant

zhao,meijuan meijuanx.zhao at intel.com
Tue Jan 23 08:26:56 CET 2018


in dpdk/conf/common_base file, no key word CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF
but CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM 

Signed-off-by: zhao,meijuan <meijuanx.zhao at intel.com>
---
 tests/TestSuite_ddp_gtp.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ddp_gtp.py b/tests/TestSuite_ddp_gtp.py
index 1931b1a..9207b15 100644
--- a/tests/TestSuite_ddp_gtp.py
+++ b/tests/TestSuite_ddp_gtp.py
@@ -27,7 +27,7 @@ class TestDdpGtp(TestCase):
         profile_dst = "/tmp/"
         self.dut.session.copy_file_to(profile_file, profile_dst)
         PF_Q_strip = 'CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_PF'
-        VF_Q_strip = 'CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF'
+        VF_Q_strip = 'CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM'
         self.PF_QUEUE = self.search_queue_number(PF_Q_strip)
         self.VF_QUEUE = self.search_queue_number(VF_Q_strip)
 
-- 
1.9.3



More information about the dts mailing list