From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 58C062C39 for ; Wed, 21 Mar 2018 10:21:48 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2018 02:21:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,339,1517904000"; d="scan'208";a="39873604" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 21 Mar 2018 02:21:45 -0700 From: "lu,peipei" To: dts@dpdk.org Cc: "lu,peipei" Date: Wed, 21 Mar 2018 17:23:01 +0800 Message-Id: <1521624181-91003-1-git-send-email-peipeix.lu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] tests/generic_filter:fix 128 queues failed X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2018 09:21:48 -0000 increase mbufs size to 1024. please refer to bd8f10f6d Signed-off-by: lu,peipei --- 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