[dts] [PATCH V1] tests/generic_filter:fix 128 queues failed

lu,peipei peipeix.lu at intel.com
Wed Mar 21 10:23:01 CET 2018


increase mbufs size to 1024. please refer to bd8f10f6d

Signed-off-by: lu,peipei <peipeix.lu at intel.com>
---
 tests/TestSuite_generic_filter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_generic_filter.py b/tests/TestSuite_generic_filter.py
index e62e351..e69246b 100644
--- a/tests/TestSuite_generic_filter.py
+++ b/tests/TestSuite_generic_filter.py
@@ -75,7 +75,7 @@ class TestGeneric_filter(TestCase):
         """
         default txq/rxq descriptor is 64
         """
-        return 128 * queue_num + 512
+        return 1024 * queue_num + 512
 
     def port_config(self):
         """
-- 
1.9.3



More information about the dts mailing list