From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C562DA034F; Thu, 29 Jul 2021 13:29:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B8EA240DFB; Thu, 29 Jul 2021 13:29:03 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id AD66740687 for ; Thu, 29 Jul 2021 13:29:02 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10059"; a="192456784" X-IronPort-AV: E=Sophos;i="5.84,278,1620716400"; d="scan'208";a="192456784" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jul 2021 04:29:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,278,1620716400"; d="scan'208";a="507127091" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by FMSMGA003.fm.intel.com with ESMTP; 29 Jul 2021 04:29:01 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.10; Thu, 29 Jul 2021 04:29:00 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.10; Thu, 29 Jul 2021 19:28:58 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.010; Thu, 29 Jul 2021 19:28:58 +0800 From: "Tu, Lijuan" To: "Chen, LingliX" , "dts@dpdk.org" , "Wang, Yinan" CC: "Chen, LingliX" Thread-Topic: [dts] [PATCH V1 00/10] fix script issues Thread-Index: AQHXhFtlJBqP5ZA310uC7spDnh43T6tZz+Wg Date: Thu, 29 Jul 2021 11:28:58 +0000 Message-ID: References: <20210729172404.90883-1-linglix.chen@intel.com> In-Reply-To: <20210729172404.90883-1-linglix.chen@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 00/10] fix script issues 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" > -----Original Message----- > From: dts On Behalf Of Lingli Chen > Sent: 2021=1B$BG/=1B(B7=1B$B7n=1B(B30=1B$BF|=1B(B 1:24 > To: dts@dpdk.org > Cc: Chen, LingliX > Subject: [dts] [PATCH V1 00/10] fix script issues What are the issues? Could you please give more description? >=20 > Modify get_cbdma_ports_info >=20 > Lingli Chen (10): > tests/vhost_cbdma: Modify get_cbdma_ports_info > tests/cbdma: Modify get_cbdma_ports_info > tests/dpdk_gro_lib: Modify get_cbdma_ports_info > tests/vhost_event_idx_interrupt: Modify get_cbdma_ports_info > tests/vhost_user_interrupt: Modify get_cbdma_ports_info > tests/vhost_virtio_pmd_interrupt: Modify get_cbdma_ports_info > tests/vhost_virtio_user_interrupt: Modify get_cbdma_ports_info > tests/virtio_event_idx_interrupt: Modify get_cbdma_ports_info > tests/vm2vm_virtio_user: Modify get_cbdma_ports_info > tests/vm2vm_virtio_net_perf: Modify get_cbdma_ports_info There are 10 test suites defined "get_cbdma_ports_info", strongly advice t= o make them as a common API. It is very helpful to our maintenance. >=20 > tests/TestSuite_cbdma.py | 2 +- > tests/TestSuite_dpdk_gro_lib.py | 2 +- > tests/TestSuite_vhost_cbdma.py | 2 +- > tests/TestSuite_vhost_event_idx_interrupt.py | 2 +- > tests/TestSuite_vhost_user_interrupt.py | 2 +- > tests/TestSuite_vhost_virtio_pmd_interrupt.py | 2 +- > tests/TestSuite_vhost_virtio_user_interrupt.py | 2 +- > tests/TestSuite_virtio_event_idx_interrupt.py | 2 +- > tests/TestSuite_vm2vm_virtio_net_perf.py | 8 ++++---- > tests/TestSuite_vm2vm_virtio_user.py | 2 +- > 10 files changed, 13 insertions(+), 13 deletions(-) >=20 > -- > 2.32.0