From patchwork Mon Nov 8 08:45:04 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 103941 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2CE64A0C4B; Mon, 8 Nov 2021 09:52:33 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 24678410FC; Mon, 8 Nov 2021 09:52:33 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 952C540E5A for ; Mon, 8 Nov 2021 09:52:31 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10161"; a="232034725" X-IronPort-AV: E=Sophos;i="5.87,218,1631602800"; d="scan'208";a="232034725" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2021 00:52:30 -0800 X-IronPort-AV: E=Sophos;i="5.87,218,1631602800"; d="scan'208";a="641350910" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2021 00:52:27 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Date: Mon, 8 Nov 2021 16:45:04 +0800 Message-Id: <20211108084504.1355620-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1 1/3] test_plans/cbdma_test_plan: modify app name by dpdk change X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" 1.According to dpdk commit d0473104("examples/ioat: port application to dmadev API") change from example/ioat to /example/dma, dts need to change sync with dpdk. 2.DTS need to modify the app name in the test plan. Signed-off-by: Wei Ling --- test_plans/cbdma_test_plan.rst | 40 +++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/test_plans/cbdma_test_plan.rst b/test_plans/cbdma_test_plan.rst index 94167097..d9dcc193 100644 --- a/test_plans/cbdma_test_plan.rst +++ b/test_plans/cbdma_test_plan.rst @@ -67,7 +67,7 @@ The application requires a number of command line options: .. code-block:: console - ./build/ioatfwd [EAL options] -- -p MASK [-q NQ] [-s RS] [-c ] + x86_64-native-linuxapp-gcc/examples/dpdk-dma [EAL options] -- -p MASK [-q NQ] [-s RS] [-c ] [--[no-]mac-updating] where, @@ -95,9 +95,9 @@ Test Case1: CBDMA basic test with differnet size packets 1.Bind one cbdma port and one nic port to igb_uio driver. -2.Launch ioatfwd app:: +2.Launch dma app:: -./build/ioatfwd -l 0-1 -n 2 -- -p 0x1 -c hw --mac-updating +./x86_64-native-linuxapp-gcc/examples/dpdk-dma -l 0-1 -n 2 -- -p 0x1 --mac-updating -c hw 3.Send different size packets (64B, 256B, 512B, 1024B, IMIX) from TG to NIC. @@ -108,9 +108,9 @@ Test Case2: CBDMA test with multi-threads 1.Bind one cbdma port and one nic port to igb_uio driver. -2.Launch ioatfwd app with three cores:: +2.Launch dma app with three cores:: -./build/ioatfwd -l 0-2 -n 2 -- -p 0x1 -c hw +./x86_64-native-linuxapp-gcc/examples/dpdk-dma -l 0-2 -n 2 -- -p 0x1 --mac-updating -c hw 3. Send different size packets from TG to NIC. @@ -121,9 +121,9 @@ Test Case3: CBDMA test with multi nic ports 1.Bind two cbdma ports and two nic ports to igb_uio driver. -2.Launch ioatfwd app with multi-ports:: +2.Launch dma app with multi-ports:: -./build/ioatfwd -l 0-4 -n 2 -- -p 0x3 -q 1 -c hw +./x86_64-native-linuxapp-gcc/examples/dpdk-dma -l 0-4 -n 2 -- -p 0x3 -q 1 --mac-updating -c hw 3.Send different size packets (64B, 256B, 512B, 1024B, IMIX) from TG to two NIC ports. @@ -134,9 +134,9 @@ Test Case4: CBDMA test with multi-queues 1.Bind two cbdma ports and one nic port to igb_uio driver. -2.Launch ioatfwd app with multi-queues:: +2.Launch dma app with multi-queues:: -./build/ioatfwd -l 0-2 -n 2 -- -p 0x1 -q 2 -c hw +./x86_64-native-linuxapp-gcc/examples/dpdk-dma -l 0-2 -n 2 -- -p 0x1 -q 2 --mac-updating -c hw 3. Send random ip packets (64B, 256B, 512B, 1024B, IMIX) from TG to NIC port. @@ -150,9 +150,9 @@ Test Case5: CBDMA performance cmparison between mac-updating and no-mac-updating 1.Bind one cbdma ports and one nic port to igb_uio driver. -2.Launch ioatfwd app:: +2.Launch dma app:: -./build/ioatfwd -l 0-1 -n 2 -- -p 0x1 -q 2 --no-mac-updating -c hw +./x86_64-native-linuxapp-gcc/examples/dpdk-dma -l 0-1 -n 2 -- -p 0x1 -q 2 --no-mac-updating -c hw 3. Send random ip 64B packets from TG. @@ -160,9 +160,9 @@ Test Case5: CBDMA performance cmparison between mac-updating and no-mac-updating Total packets Tx: xxx [pps] -5.Launch ioatfwd app:: +5.Launch dma app:: -./build/ioatfwd -l 0-1 -n 2 -- -p 0x1 -q 2 --mac-updating -c hw +./x86_64-native-linuxapp-gcc/examples/dpdk-dma -l 0-1 -n 2 -- -p 0x1 -q 2 --mac-updating -c hw 6. Send random ip 64B packets from TG. @@ -175,9 +175,9 @@ Test Case6: CBDMA performance cmparison between HW copies and SW copies using di 1.Bind four cbdma pors and one nic port to igb_uio driver. -2.Launch ioatfwd app with three cores:: +2.Launch dma app with three cores:: -./build/ioatfwd -l 0-2 -n 2 -- -p 0x1 -q 4 -c hw +./x86_64-native-linuxapp-gcc/examples/dpdk-dma -l 0-2 -n 2 -- -p 0x1 -q 4 --mac-updating -c hw 3. Send random ip packets from TG. @@ -185,9 +185,9 @@ Test Case6: CBDMA performance cmparison between HW copies and SW copies using di Total packets Tx: xxx [pps] -5.Launch ioatfwd app with three cores:: +5.Launch dma app with three cores:: -./build/ioatfwd -l 0-2 -n 2 -- -p 0x1 -q 4 -c sw +./x86_64-native-linuxapp-gcc/examples/dpdk-dma -l 0-2 -n 2 -- -p 0x1 -q 4 --mac-updating -c sw 6. Send random ip packets from TG. @@ -202,10 +202,10 @@ Test Case7: CBDMA multi application mode test 2.Launch test-pmd app with three cores and proc_type primary: -./build/test-pmd -l 0-2 -n 2 -- -p 0x1 -q 4 --proc-type=primary + ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 0-2 -n 2 -- -p 0x1 -q 4 --proc-type=primary -3. Launch another ioatfwd app with three cores and proc_type secondary: +3. Launch another dma app with three cores and proc_type secondary: -./build/ioatfwd -l 0-2 -n 2 -- -p 0x1 -q 4 --proc-type=secondary +./x86_64-native-linuxapp-gcc/examples/dpdk-dma -l 0-2 -n 2 -- -p 0x1 -q 4 --proc-type=secondary 4. check both the application should work and no one should report error. From patchwork Mon Nov 8 08:45:15 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 103943 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 764E5A0C4B; Mon, 8 Nov 2021 09:52:55 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 71B8A410E8; Mon, 8 Nov 2021 09:52:55 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 846D440E5A for ; Mon, 8 Nov 2021 09:52:53 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10161"; a="212925039" X-IronPort-AV: E=Sophos;i="5.87,218,1631602800"; d="scan'208";a="212925039" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2021 00:52:40 -0800 X-IronPort-AV: E=Sophos;i="5.87,218,1631602800"; d="scan'208";a="641350950" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2021 00:52:38 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Date: Mon, 8 Nov 2021 16:45:15 +0800 Message-Id: <20211108084515.1355678-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1 2/3] tests/cbdma: modify app name by dpdk change X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" 1.According to dpdk commit d0473104("examples/ioat: port application to dmadev API") change from example/ioat to /example/dma, dts need to change sync with dpdk. 2.DTS need to mofidy the app name in test suite. Signed-off-by: Wei Ling --- tests/TestSuite_cbdma.py | 80 ++++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/tests/TestSuite_cbdma.py b/tests/TestSuite_cbdma.py index dd1e4e44..b33290f7 100644 --- a/tests/TestSuite_cbdma.py +++ b/tests/TestSuite_cbdma.py @@ -60,9 +60,9 @@ class TestCBDMA(TestCase): self.cbdma_proc = '--proc-type=primary' # default v_dev is None, case 1-6 use default None values, case7 use --vdev net_null_0 self.v_dev = '' - out = self.dut.build_dpdk_apps('./examples/ioat') - self.ioat_path = self.dut.apps_name['ioat'] - self.verify('Error' not in out, 'compilation ioat error') + out = self.dut.build_dpdk_apps('./examples/dma') + self.dma_path = self.dut.apps_name['dma'] + self.verify('Error' not in out, 'compilation dma error') def set_up(self): """ @@ -92,16 +92,14 @@ class TestCBDMA(TestCase): get all cbdma ports """ # check driver name in execution.cfg - self.verify(self.drivername == 'igb_uio', - "CBDMA test case only use igb_uio driver, need config drivername=igb_uio in execution.cfg") str_info = 'Misc (rawdev) devices using kernel driver' - out = self.dut.send_expect('./usertools/dpdk-devbind.py --status-dev misc', '# ', 30) + out = self.dut.send_expect('./usertools/dpdk-devbind.py --status-dev dma', '# ', 30) device_info = out.split('\n') for device in device_info: pci_info = re.search('\s*(0000:\d*:\d*.\d*)', device) if pci_info is not None: dev_info = pci_info.group(1) - # the numa id of ioat dev, only add the device which + # the numa id of dma dev, only add the device which # on same socket with nic dev bus = int(dev_info[5:7], base=16) if bus >= 128: @@ -124,13 +122,13 @@ class TestCBDMA(TestCase): dev_info = [] for i in range(self.cbdma_nic_dev_num): dev_info.append(self.dut.ports_info[i]['pci']) - for i in range(self.cbdma_ioat_dev_num): + for i in range(self.cbdma_dma_dev_num): dev_info.append(self.cbdma_dev_infos[i]) return dev_info - def launch_ioatfwd_app(self, eal_params, session=None): + def launch_dma_app(self, eal_params, session=None): """ - launch ioatfwd with different params + launch dma with different params """ port_info = 0 for i in range(self.cbdma_nic_dev_num): @@ -139,6 +137,8 @@ class TestCBDMA(TestCase): mac_info = '' if self.cbdma_updating_mac == 'disable': mac_info = '--no-mac-updating' + elif self.cbdma_updating_mac == 'enable': + mac_info = '--mac-updating' ''' when start cbdma app, default cores num is 2, it will only one thread when the cores num > 2, there will have 2 thread, and the max value of thread @@ -146,11 +146,11 @@ class TestCBDMA(TestCase): ''' if session is None: session = self.send_session - expected = self.ioat_path.split('/')[-1].strip() + expected = self.dma_path.split('/')[-1].strip() self.logger.info('expected: {}'.format(expected)) - cmd_command = '%s %s %s %s -- -p %s -q %d %s -c %s' % (self.ioat_path, eal_params, + cmd_command = '%s %s %s %s -- -p %s -q %d %s -c %s' % (self.dma_path, eal_params, self.cbdma_proc, self.v_dev, hex(port_info), - self.cbdma_ioat_dev_num/self.cbdma_nic_dev_num, mac_info, + self.cbdma_dma_dev_num/self.cbdma_nic_dev_num, mac_info, self.cbdma_copy_mode) out = session.send_expect(cmd_command, expected) time.sleep(1) @@ -160,7 +160,7 @@ class TestCBDMA(TestCase): o_thread_info = 'Worker Threads = %d' % thread_num o_copy_info = 'Copy Mode = %s' % self.cbdma_copy_mode o_update_mac = 'Updating MAC = %s' % self.cbdma_updating_mac - o_queue_info = 'Rx Queues = %d' % (self.cbdma_ioat_dev_num/self.cbdma_nic_dev_num) + o_queue_info = 'Rx Queues = %d' % (self.cbdma_dma_dev_num/self.cbdma_nic_dev_num) self.verify(o_thread_info in out and o_copy_info in out and o_update_mac in out and o_queue_info in out, 'The output info not match setting for the cmd, please check') @@ -215,15 +215,15 @@ class TestCBDMA(TestCase): def check_enqueue_packets_of_each_channel(self): """ - Check stats of ioat app, each ioat channel can enqueue packets + Check stats of dma app, each dma channel can enqueue packets """ out = self.send_session.get_session_before(timeout=2) index = out.rfind('Statistics for port 0') out = out[index:] - data_info = re.findall('successful_enqueues:\s*(\d*)', out) - self.verify(len(data_info) == self.cbdma_ioat_dev_num, 'There miss some queue, the run queue is ' - '%d, and expect queue num is %d' % (len(data_info), self.cbdma_ioat_dev_num)) - for index in range(self.cbdma_ioat_dev_num): + data_info = re.findall('Total completed ops:\s*(\d*)', out) + self.verify((len(data_info) - 1) == self.cbdma_dma_dev_num, 'There miss some queue, the run queue is ' + '%d, and expect queue num is %d' % ((len(data_info) - 1), self.cbdma_dma_dev_num)) + for index in range(self.cbdma_dma_dev_num): self.verify(data_info[index] != 0, 'the queue %d can not enqueues data' % index) def update_result_tables(self, frame_size, pps): @@ -234,7 +234,7 @@ class TestCBDMA(TestCase): results_row = [frame_size] results_row.append(Mpps) results_row.append(thread_num) - results_row.append(self.cbdma_ioat_dev_num/self.cbdma_nic_dev_num) + results_row.append(self.cbdma_dma_dev_num/self.cbdma_nic_dev_num) results_row.append(self.cbdma_copy_mode) results_row.append(self.cbdma_updating_mac) results_row.append(throughput) @@ -247,14 +247,14 @@ class TestCBDMA(TestCase): """ self.cbdma_cores_num = 2 self.cbdma_nic_dev_num = 1 - self.cbdma_ioat_dev_num = 1 + self.cbdma_dma_dev_num = 1 self.cbdma_updating_mac = 'enable' self.cbdma_copy_mode = 'hw' self.get_core_list() dev_info = self.get_ports_info() eal_params = self.dut.create_eal_parameters(cores=self.core_list, ports=dev_info, prefix='cbdma') - self.launch_ioatfwd_app(eal_params) - self.send_and_verify_throughput(check_channel=False) + self.launch_dma_app(eal_params) + self.send_and_verify_throughput(check_channel=True) self.result_table_print() def test_perf_cbdma_with_multi_thread(self): @@ -264,14 +264,14 @@ class TestCBDMA(TestCase): """ self.cbdma_cores_num = 3 self.cbdma_nic_dev_num = 1 - self.cbdma_ioat_dev_num = 1 + self.cbdma_dma_dev_num = 1 self.cbdma_updating_mac = 'enable' self.cbdma_copy_mode = 'hw' self.get_core_list() dev_info = self.get_ports_info() eal_params = self.dut.create_eal_parameters(cores=self.core_list, ports=dev_info, prefix='cbdma') - self.launch_ioatfwd_app(eal_params) - self.send_and_verify_throughput(check_channel=False) + self.launch_dma_app(eal_params) + self.send_and_verify_throughput(check_channel=True) self.result_table_print() def test_perf_cbdma_with_multi_nic_ports(self): @@ -281,13 +281,13 @@ class TestCBDMA(TestCase): """ self.cbdma_cores_num = 5 self.cbdma_nic_dev_num = 2 - self.cbdma_ioat_dev_num = 2 + self.cbdma_dma_dev_num = 2 self.cbdma_updating_mac = 'enable' self.cbdma_copy_mode = 'hw' self.get_core_list() dev_info = self.get_ports_info() eal_params = self.dut.create_eal_parameters(cores=self.core_list, ports=dev_info, prefix='cbdma') - self.launch_ioatfwd_app(eal_params) + self.launch_dma_app(eal_params) self.send_and_verify_throughput(check_channel=True) self.result_table_print() @@ -303,10 +303,10 @@ class TestCBDMA(TestCase): queue_num_list = [2, 4, 8] self.get_core_list() for queue_num in queue_num_list: - self.cbdma_ioat_dev_num = queue_num + self.cbdma_dma_dev_num = queue_num dev_info = self.get_ports_info() eal_params = self.dut.create_eal_parameters(cores=self.core_list, ports=dev_info, prefix='cbdma') - self.launch_ioatfwd_app(eal_params) + self.launch_dma_app(eal_params) self.send_and_verify_throughput(check_channel=True) self.send_session.send_expect('^c', '# ') self.result_table_print() @@ -318,18 +318,18 @@ class TestCBDMA(TestCase): """ self.cbdma_cores_num = 2 self.cbdma_nic_dev_num = 1 - self.cbdma_ioat_dev_num = 2 + self.cbdma_dma_dev_num = 2 self.cbdma_updating_mac = 'enable' self.cbdma_copy_mode = 'hw' self.get_core_list() dev_info = self.get_ports_info() eal_params = self.dut.create_eal_parameters(cores=self.core_list, ports=dev_info, prefix='cbdma') - self.launch_ioatfwd_app(eal_params) - self.send_and_verify_throughput(check_channel=False) + self.launch_dma_app(eal_params) + self.send_and_verify_throughput(check_channel=True) self.send_session.send_expect('^c', '# ') self.cbdma_updating_mac = 'disable' - self.launch_ioatfwd_app(eal_params) - self.send_and_verify_throughput(check_channel=False) + self.launch_dma_app(eal_params) + self.send_and_verify_throughput(check_channel=True) self.result_table_print() def test_perf_cbdma_with_diff_copy_mode(self): @@ -339,17 +339,17 @@ class TestCBDMA(TestCase): """ self.cbdma_cores_num = 3 self.cbdma_nic_dev_num = 1 - self.cbdma_ioat_dev_num = 4 + self.cbdma_dma_dev_num = 4 self.cbdma_updating_mac = 'enable' self.cbdma_copy_mode = 'hw' self.get_core_list() dev_info = self.get_ports_info() eal_params = self.dut.create_eal_parameters(cores=self.core_list, ports=dev_info, prefix='cbdma') - self.launch_ioatfwd_app(eal_params) + self.launch_dma_app(eal_params) self.send_and_verify_throughput(check_channel=False) self.send_session.send_expect('^c', '# ') self.cbdma_copy_mode = 'sw' - self.launch_ioatfwd_app(eal_params) + self.launch_dma_app(eal_params) self.send_and_verify_throughput(check_channel=False) self.result_table_print() @@ -360,7 +360,7 @@ class TestCBDMA(TestCase): """ self.cbdma_cores_num = 3 self.cbdma_nic_dev_num = 1 - self.cbdma_ioat_dev_num = 4 + self.cbdma_dma_dev_num = 4 self.cbdma_updating_mac = 'disable' self.cbdma_copy_mode = 'hw' self.v_dev = "--vdev net_null_0" @@ -372,7 +372,7 @@ class TestCBDMA(TestCase): self.pmdout.execute_cmd('port stop all') self.cbdma_proc = '--proc-type=secondary' eal_params = self.dut.create_eal_parameters(cores=self.core_list, ports=dev_info) - self.launch_ioatfwd_app(eal_params) + self.launch_dma_app(eal_params) self.send_session.send_expect('^C','#') self.pmdout.execute_cmd('^C') self.result_table_print() From patchwork Mon Nov 8 08:45:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 103942 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 609A6A0C4B; Mon, 8 Nov 2021 09:52:54 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 55C59410FE; Mon, 8 Nov 2021 09:52:54 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 4CA2340E5A for ; Mon, 8 Nov 2021 09:52:52 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10161"; a="293020498" X-IronPort-AV: E=Sophos;i="5.87,218,1631602800"; d="scan'208";a="293020498" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2021 00:52:51 -0800 X-IronPort-AV: E=Sophos;i="5.87,218,1631602800"; d="scan'208";a="641350970" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2021 00:52:50 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Date: Mon, 8 Nov 2021 16:45:26 +0800 Message-Id: <20211108084526.1355737-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1 3/3] conf/app_name: modify app name by dpdk change X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" 1.According to dpdk commit d0473104("examples/ioat: port application to dmadev API") change from example/ioat to /example/dma, dts need to change sync with dpdk. 2.DTS need to modify the app name in the app_name.cfg. Signed-off-by: Wei Ling Tested-by: Wei Ling --- conf/app_name.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app_name.cfg b/conf/app_name.cfg index e1fc4977..985ee115 100644 --- a/conf/app_name.cfg +++ b/conf/app_name.cfg @@ -24,7 +24,7 @@ fips_validation=target/examples/dpdk-fips_validation flow_classify=target/examples/dpdk-flow_classify flow_filtering=target/examples/dpdk-flow_filtering helloworld=target/examples/dpdk-helloworld -ioat=target/examples/dpdk-ioat +dma=target/examples/dpdk-dma ip_fragmentation=target/examples/dpdk-ip_fragmentation ip_pipeline=target/examples/dpdk-ip_pipeline ip_reassembly=target/examples/dpdk-ip_reassembly