From patchwork Fri Sep 11 16:16:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 77355 X-Patchwork-Delegate: lijuan.tu@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 011E9A04B5; Fri, 11 Sep 2020 10:23:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E91851C0B9; Fri, 11 Sep 2020 10:23:05 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id AAF7A1B13C for ; Fri, 11 Sep 2020 10:23:04 +0200 (CEST) IronPort-SDR: wA5Kf9asPelI3/M5G58D13TRe3w6G4b8rNebLvupuBHtC/mhsBfrzM27FIScrg/cN4LBOTWkEh cmR0gU+A+lwA== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="222916271" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="222916271" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 01:23:03 -0700 IronPort-SDR: DuUt0jtkpBnSMEvyWxdvkxVEPxWOcYpURSnQVqPL9cwQL5KdlmWQe9AlFvueHx/Q6yw3VrDCIq hC65/YSzE38Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="408015865" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga001.fm.intel.com with ESMTP; 11 Sep 2020 01:23:02 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Fri, 11 Sep 2020 16:16:52 +0000 Message-Id: <20200911161656.30238-2-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200911161656.30238-1-weix.ling@intel.com> References: <20200911161656.30238-1-weix.ling@intel.com> Subject: [dts] [PATCH V3 1/5] tests/l3fwd_base:use API to set dpdk config when use meson 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" use API to set dpdk config when use meson Signed-off-by: lingwei --- tests/l3fwd_base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/l3fwd_base.py b/tests/l3fwd_base.py index 1eccc0e..6f7af8a 100644 --- a/tests/l3fwd_base.py +++ b/tests/l3fwd_base.py @@ -548,6 +548,7 @@ class L3fwdBase(object): "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n/" "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=y/' " "./config/common_base")) + self.dut.set_build_options({'RTE_LIBRTE_I40E_16BYTE_RX_DESC': 'y'}) self.dut.build_install_dpdk(self.target) def __restore_compilation(self): @@ -558,6 +559,7 @@ class L3fwdBase(object): "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=y/" "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n/' " "./config/common_base")) + self.dut.set_build_options({'RTE_LIBRTE_I40E_16BYTE_RX_DESC': 'n'}) self.dut.build_install_dpdk(self.target) def __preset_compilation(self): From patchwork Fri Sep 11 16:16:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 77356 X-Patchwork-Delegate: lijuan.tu@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 29CB8A04B5; Fri, 11 Sep 2020 10:23:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1ACE01C0CC; Fri, 11 Sep 2020 10:23:09 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 072EC1C0CC for ; Fri, 11 Sep 2020 10:23:05 +0200 (CEST) IronPort-SDR: HwyJp/0xLYj9BigikIOPeRnJqUk6gbmt1WNMcAGROZ+zn71Yw34HPkH4iwY64bNQBssxDETNyK yIHp0Gq6zHQA== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="222916274" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="222916274" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 01:23:05 -0700 IronPort-SDR: 8PhpeW/rSOZBR2f/xJoGf0CLAOhHX80x8aY3uBMdJAQF3aqHUgKm/4vjbDo1ria3BBRkn5X6io epaiEZ9QzfoA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="408015868" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga001.fm.intel.com with ESMTP; 11 Sep 2020 01:23:04 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Fri, 11 Sep 2020 16:16:53 +0000 Message-Id: <20200911161656.30238-3-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200911161656.30238-1-weix.ling@intel.com> References: <20200911161656.30238-1-weix.ling@intel.com> Subject: [dts] [PATCH V3 2/5] tests/TestSuite_af_xdp_2:use API to set dpdk config when use meson 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" use API to set dpdk config when use meson Signed-off-by: lingwei --- tests/TestSuite_af_xdp_2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/TestSuite_af_xdp_2.py b/tests/TestSuite_af_xdp_2.py index f1d495f..4586c9d 100644 --- a/tests/TestSuite_af_xdp_2.py +++ b/tests/TestSuite_af_xdp_2.py @@ -77,6 +77,7 @@ class TestAfXdp(TestCase): def prepare_dpdk(self): self.dut.send_expect( "sed -i 's/CONFIG_RTE_LIBRTE_PMD_AF_XDP=n$/CONFIG_RTE_LIBRTE_PMD_AF_XDP=y/' config/common_base", "# ") + self.dut.set_build_options({'RTE_LIBRTE_PMD_AF_XDP': 'y'}) self.dut.build_install_dpdk(self.dut.target) def set_port_queue(self, intf): @@ -431,7 +432,7 @@ class TestAfXdp(TestCase): def tear_down_all(self): self.dut.kill_all() - self.dut.send_expect( "sed -i 's/CONFIG_RTE_LIBRTE_PMD_AF_XDP=y$/CONFIG_RTE_LIBRTE_PMD_AF_XDP=n/' config/common_base", "# ") + self.dut.set_build_options({'RTE_LIBRTE_PMD_AF_XDP': 'n'}) self.dut.build_install_dpdk(self.dut.target) From patchwork Fri Sep 11 16:16:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 77357 X-Patchwork-Delegate: lijuan.tu@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6BEC1A04B6; Fri, 11 Sep 2020 10:23:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 408DAE07; Fri, 11 Sep 2020 10:23:09 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id B8F071B13C for ; Fri, 11 Sep 2020 10:23:07 +0200 (CEST) IronPort-SDR: LRyLAb0s3FMvAs0IQTSPXSdCFkdx1CoqgkXsuSy8V/EAl0y5YRVDuPvlihI925fCcuJOrJVKpI WvrBXGvfIfwg== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="222916275" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="222916275" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 01:23:07 -0700 IronPort-SDR: iONyShkI9AoiuvKcd/ti/fIw0pfD7VygyRXxAPEY9j1tGwJ1v4d8bFMVRxjHyR3yvM/O5KyZEX hrj1MXBh7HoQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="408015872" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga001.fm.intel.com with ESMTP; 11 Sep 2020 01:23:06 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Fri, 11 Sep 2020 16:16:54 +0000 Message-Id: <20200911161656.30238-4-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200911161656.30238-1-weix.ling@intel.com> References: <20200911161656.30238-1-weix.ling@intel.com> Subject: [dts] [PATCH V3 3/5] tests/TestSuite_nic_single_core_perf:use API to set dpdk config when use meson 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" use API to set dpdk config when use meson Signed-off-by: lingwei --- tests/TestSuite_nic_single_core_perf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/TestSuite_nic_single_core_perf.py b/tests/TestSuite_nic_single_core_perf.py index 3460252..9bc421b 100644 --- a/tests/TestSuite_nic_single_core_perf.py +++ b/tests/TestSuite_nic_single_core_perf.py @@ -61,10 +61,12 @@ class TestNicSingleCorePerf(TestCase): if self.nic in ["fortville_25g", "fortville_spirit"]: self.dut.send_expect( "sed -i -e 's/CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n/CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=y/' ./config/common_base", "#", 20) + self.dut.set_build_options({'RTE_LIBRTE_I40E_16BYTE_RX_DESC': 'y'}) self.dut.build_install_dpdk(self.target) elif self.nic in ["columbiaville_100g", "columbiaville_25g"]: self.dut.send_expect( "sed -i -e 's/CONFIG_RTE_LIBRTE_ICE_16BYTE_RX_DESC=n/CONFIG_RTE_LIBRTE_ICE_16BYTE_RX_DESC=y/' ./config/common_base", "#", 20) + self.dut.set_build_options({'RTE_LIBRTE_ICE_16BYTE_RX_DESC': 'y'}) self.dut.build_install_dpdk(self.target) # Based on h/w type, choose how many ports to use @@ -394,9 +396,11 @@ class TestNicSingleCorePerf(TestCase): if self.nic in ["fortville_25g", "fortville_spirit"]: self.dut.send_expect( "sed -i -e 's/CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=y/CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n/' ./config/common_base", "#", 20) + self.dut.set_build_options({'RTE_LIBRTE_I40E_16BYTE_RX_DESC': 'n'}) self.dut.build_install_dpdk(self.target) elif self.nic in ["columbiaville_100g", "columbiaville_25g"]: self.dut.send_expect( "sed -i -e 's/CONFIG_RTE_LIBRTE_ICE_16BYTE_RX_DESC=y/CONFIG_RTE_LIBRTE_ICE_16BYTE_RX_DESC=n/' ./config/common_base", "#", 20) + self.dut.set_build_options({'RTE_LIBRTE_ICE_16BYTE_RX_DESC': 'n'}) self.dut.build_install_dpdk(self.target) self.dut.kill_all() From patchwork Fri Sep 11 16:16:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 77358 X-Patchwork-Delegate: lijuan.tu@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 694AAA04B5; Fri, 11 Sep 2020 10:23:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 624671C0D7; Fri, 11 Sep 2020 10:23:11 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 83E291B13C for ; Fri, 11 Sep 2020 10:23:09 +0200 (CEST) IronPort-SDR: xLCK6R5geLw+1qAbStmbFXmkE23mMJqimQtFItPDy3AVnZsnNpcc+JbNJg4yenVXaMEqngXtOc v0fqv8J7EDHQ== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="222916277" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="222916277" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 01:23:09 -0700 IronPort-SDR: 1Zp8jjHbbbrFKB3wl5dc4hD7I1FQ5dC622cef8oh+u8bv69HZwN7AJROuInpfG8iQuNo9Sh9Im tY3/rrjAuKFA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="408015877" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga001.fm.intel.com with ESMTP; 11 Sep 2020 01:23:08 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Fri, 11 Sep 2020 16:16:55 +0000 Message-Id: <20200911161656.30238-5-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200911161656.30238-1-weix.ling@intel.com> References: <20200911161656.30238-1-weix.ling@intel.com> Subject: [dts] [PATCH V3 4/5] tests/TestSuite_vmdq_dcb:use API to set dpdk config when use meson 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" use API to set dpdk config when use meson Signed-off-by: lingwei --- tests/TestSuite_vmdq_dcb.py | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/tests/TestSuite_vmdq_dcb.py b/tests/TestSuite_vmdq_dcb.py index d202441..5f0da0f 100644 --- a/tests/TestSuite_vmdq_dcb.py +++ b/tests/TestSuite_vmdq_dcb.py @@ -93,15 +93,10 @@ class TestVmdqDcb(TestCase): """ Rebuild dpdk """ - out = self.dut.send_expect("grep 'CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM' ./config/common_base", "#", 20) - vm_num = re.findall(r'\d+', out)[-1] - if str(nb_queue_per_vm) == vm_num: - return - else: - self.dut.send_expect("sed -i -e 's/CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM=%s/CONFIG_RTE_LIBRTE_I40E_" - "QUEUE_NUM_PER_VM=%s/' ./config/common_base" % (vm_num, nb_queue_per_vm), "#", 20) - self.dut.set_build_options({'RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM': nb_queue_per_vm}) - self.dut.build_install_dpdk(self.target) + self.dut.send_expect("sed -i -e 's/CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM=.*$/CONFIG_RTE_LIBRTE_I40E_" + "QUEUE_NUM_PER_VM=%s/' ./config/common_base" % nb_queue_per_vm, "#", 20) + self.dut.set_build_options({'RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM': nb_queue_per_vm}) + self.dut.build_install_dpdk(self.target) def start_application(self, npools, ntcs): """ From patchwork Fri Sep 11 16:16:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 77359 X-Patchwork-Delegate: lijuan.tu@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 989ADA04B5; Fri, 11 Sep 2020 10:23:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8F9D61C0CD; Fri, 11 Sep 2020 10:23:12 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3CF4C1B13C for ; Fri, 11 Sep 2020 10:23:11 +0200 (CEST) IronPort-SDR: k1GeOtKc7GTEZVZWg1J+txWN8VreqEQdhO42P8Rw86gWPJQg0ZokxmfTB6kKWHx4c7a8QsQYc+ MIv4+DvA67bg== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="222916280" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="222916280" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 01:23:10 -0700 IronPort-SDR: MFsqt1XgO5t+jO9PwcwBm2iVLzOuEfTUHqOFUZeAZfpebQY+20ciG3Vjxv40H/4MuAiA75WZ5F 8ln3/KdO13Jg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="408015880" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga001.fm.intel.com with ESMTP; 11 Sep 2020 01:23:09 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Fri, 11 Sep 2020 16:16:56 +0000 Message-Id: <20200911161656.30238-6-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200911161656.30238-1-weix.ling@intel.com> References: <20200911161656.30238-1-weix.ling@intel.com> Subject: [dts] [PATCH V3 5/5] tests/TestSuite_vmdq:use API to set dpdk config when use meson 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" use API to set dpdk config when use meson Signed-off-by: lingwei --- tests/TestSuite_vmdq.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/TestSuite_vmdq.py b/tests/TestSuite_vmdq.py index 8e721e5..c80de64 100644 --- a/tests/TestSuite_vmdq.py +++ b/tests/TestSuite_vmdq.py @@ -28,6 +28,7 @@ class TestVmdq(TestCase): self.ports_socket = self.dut.get_numa_id(self.dut_ports[0]) self.dut.send_expect("sed -i 's/CONFIG_RTE_MAX_QUEUES_PER_PORT=256/CONFIG_RTE_MAX_QUEUES_PER_PORT=1024/' ./config/common_base", "# ", 5) + self.dut.set_build_options({'RTE_MAX_QUEUES_PER_PORT': 1024}) self.dut.build_install_dpdk(self.target) # Update the max queue per port for Fortville. self.dut.send_expect("sed -i 's/define MAX_QUEUES 128/define MAX_QUEUES 1024/' ./examples/vmdq/main.c", "#", 5) @@ -133,7 +134,8 @@ class TestVmdq(TestCase): def get_vmdq_stats(self): vmdq_session = self.dut.new_session() - vmdq_session.send_expect("kill -s SIGHUP `pgrep -fl vmdq_app | awk '{print $1}'`", "#", 20) + app_name = self.dut.apps_name['vmdq_dcb'].split('/')[-1] + vmdq_session.send_expect("kill -s SIGHUP `pgrep -fl %s | awk '{print $1}'`" % app_name, "#", 20) out = self.dut.get_session_output() self.logger.info(out) vmdq_session.close() @@ -242,4 +244,5 @@ class TestVmdq(TestCase): self.dut.send_expect( "sed -i 's/CONFIG_RTE_MAX_QUEUES_PER_PORT=1024/CONFIG_RTE_MAX_QUEUES_PER_PORT=256/' ./config/common_base", "# ", 5) + self.dut.set_build_options({'RTE_MAX_QUEUES_PER_PORT': 256}) self.dut.build_install_dpdk(self.target)