From patchwork Fri Sep 11 15:27:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 77336 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 4AAE4A04B5; Fri, 11 Sep 2020 09:36:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 378731BF90; Fri, 11 Sep 2020 09:36:20 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id CD5521B75C for ; Fri, 11 Sep 2020 09:36:18 +0200 (CEST) IronPort-SDR: Gd2bKTu71jPMM5I6BnCkcRmn9CfDW5GJXAFMMg3WQy+SSlstrNJAI9II47/epd49jreUAU0DeO 2zt4uuu76TMg== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="220265240" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="220265240" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 00:36:18 -0700 IronPort-SDR: xjx6y913qXc44JRzwLCo2hbQnyumyHurbfgdRdV6njuAiAo9z6E/AgDWQHWSfAU6cZub62bHbp FinAFc1F5LXw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="318201547" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by orsmga002.jf.intel.com with ESMTP; 11 Sep 2020 00:36:16 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Fri, 11 Sep 2020 15:27:20 +0000 Message-Id: <20200911152724.29030-2-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200911152724.29030-1-weix.ling@intel.com> References: <20200911152724.29030-1-weix.ling@intel.com> Subject: [dts] [PATCH V2 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 15:27:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 77337 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 6A943A04B5; Fri, 11 Sep 2020 09:36:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6241D1C0CC; Fri, 11 Sep 2020 09:36:24 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 3DEA61B75C for ; Fri, 11 Sep 2020 09:36:22 +0200 (CEST) IronPort-SDR: rqC+ZD4pTgEEZmglmyI0/n0+HhFSnMrUL6dnCSx3aXn8UnBOXB0AdLOcWvd0+36IqgLH1+I3P6 c3BQUarf0KuQ== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="220265251" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="220265251" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 00:36:21 -0700 IronPort-SDR: 5s8KpjoY0v5mcI5eFIM2ezdolhNcry0mBF5wwacNu9BMEOSng55a7q0rusMaAG9kyRKiEwsfaX vDHOSIF69qxA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="318201572" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by orsmga002.jf.intel.com with ESMTP; 11 Sep 2020 00:36:19 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Fri, 11 Sep 2020 15:27:21 +0000 Message-Id: <20200911152724.29030-3-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200911152724.29030-1-weix.ling@intel.com> References: <20200911152724.29030-1-weix.ling@intel.com> Subject: [dts] [PATCH V2 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 15:27:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 77338 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 CD511A04B6; Fri, 11 Sep 2020 09:36:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8947B1C0D1; Fri, 11 Sep 2020 09:36:24 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id DCD4B1B75C for ; Fri, 11 Sep 2020 09:36:22 +0200 (CEST) IronPort-SDR: Qlzg7ywrFeU77GJ468uM8z3Gc7TeQB+RAHC9XUFp2s2feFzV5myPA9PGkKSCWJi2d2wdZJhQ6v LpIeEqB3Pu6w== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="220265255" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="220265255" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 00:36:22 -0700 IronPort-SDR: /kue3dQGwgeUoWxfPronJI4XNi4pWEK7anprSiOxcR8Eft3Klw4dI6ACyiMnJ0VbUrFVN8z2ie quTMqC38YtKw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="318201594" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by orsmga002.jf.intel.com with ESMTP; 11 Sep 2020 00:36:21 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Fri, 11 Sep 2020 15:27:22 +0000 Message-Id: <20200911152724.29030-4-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200911152724.29030-1-weix.ling@intel.com> References: <20200911152724.29030-1-weix.ling@intel.com> Subject: [dts] [PATCH V2 3/5] tests/TestSuite_nic_single_core_perf.py: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 15:27:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 77339 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 C7E0DA04B5; Fri, 11 Sep 2020 09:36:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C19BF1C0D0; Fri, 11 Sep 2020 09:36:25 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B111F1B75C for ; Fri, 11 Sep 2020 09:36:24 +0200 (CEST) IronPort-SDR: 2NR3Y7PVV/MQv9fO9MaGFaDaCZXNEEmz+fucur8mXswGmkjVM2hL5xuaOkAbNiOr1EbaU585jH PPn0UF0mtlmA== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="220265265" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="220265265" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 00:36:23 -0700 IronPort-SDR: xKbZVTJyQbyvEFGcJvvX5+o0tvyVdCsKBu5GwsZ0QiHbe0t8tjpIwfKkfX3q+7XLR1ApL+D6O/ 8W84vX1mo6mw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="318201617" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by orsmga002.jf.intel.com with ESMTP; 11 Sep 2020 00:36:22 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Fri, 11 Sep 2020 15:27:23 +0000 Message-Id: <20200911152724.29030-5-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200911152724.29030-1-weix.ling@intel.com> References: <20200911152724.29030-1-weix.ling@intel.com> Subject: [dts] [PATCH V2 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 15:27:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 77341 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 6E43FA04B5; Fri, 11 Sep 2020 09:36:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 557621C10C; Fri, 11 Sep 2020 09:36:28 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id EF69E1C0D9 for ; Fri, 11 Sep 2020 09:36:25 +0200 (CEST) IronPort-SDR: 6acwb3tN84YI+urFAg+dJL5s88/H03+nzIglTvJg0n7FOL+qpN/UTbK9nbSHjcxwSwHm7Te2cI 89mo2q3toIFQ== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="220265274" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="220265274" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 00:36:25 -0700 IronPort-SDR: WKg7QyJAnodgVJq5wbgiYU0uTXr6QuuCgNPNuuz3pH8xHCrJGQZrzQuy7bRgdMfAo7xQhAk9fl xDa6ubr6XSkA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="318201641" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by orsmga002.jf.intel.com with ESMTP; 11 Sep 2020 00:36:24 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Fri, 11 Sep 2020 15:27:24 +0000 Message-Id: <20200911152724.29030-6-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200911152724.29030-1-weix.ling@intel.com> References: <20200911152724.29030-1-weix.ling@intel.com> Subject: [dts] [PATCH V5 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)