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 788D0A0579; Thu, 8 Apr 2021 10:45:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 693B4141144; Thu, 8 Apr 2021 10:45:24 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 3DA7240138 for ; Thu, 8 Apr 2021 10:45:23 +0200 (CEST) IronPort-SDR: tCjCKi5wFlc8bIrLHJekSO6dTQUjUhNe4ZX1DbCpENrdDhMhcLw0QMiWCWI7fsD3DyZ5axjYeG NlXZv3frPWig== X-IronPort-AV: E=McAfee;i="6000,8403,9947"; a="257477216" X-IronPort-AV: E=Sophos;i="5.82,205,1613462400"; d="scan'208";a="257477216" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2021 01:45:22 -0700 IronPort-SDR: CkERy2ikZP+B3q0TYVDZj+ZUriMhW3ToIG/jF5CRKqbgU8ZqcfTWDp0bxdiqd6OLQ2kbybIRuh 34dEHqVOt4PA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,205,1613462400"; d="scan'208";a="380171957" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga003.jf.intel.com with ESMTP; 08 Apr 2021 01:45:22 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 8 Apr 2021 01:45:21 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 8 Apr 2021 16:45:19 +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.2106.013; Thu, 8 Apr 2021 16:45:18 +0800 From: "Tu, Lijuan" To: "Wang, Yinan" , "dts@dpdk.org" CC: "Wang, Yinan" Thread-Topic: [dts] [PATCH V3 0/3] Add cases for cbdma packed ring test Thread-Index: AQHXK346lL3Nj/siqUqy81oRCMhVyqqqT/Yg Date: Thu, 8 Apr 2021 08:45:18 +0000 Message-ID: <6f66d7730e2f407d865816d235267572@intel.com> References: <20210407155948.823493-1-yinan.wang@intel.com> In-Reply-To: <20210407155948.823493-1-yinan.wang@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="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V3 0/3] Add cases for cbdma packed ring test 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" > v3: > - fix typo issue. >=20 > v2: > - fix typo issue. >=20 > v1: > - add more test scenario. Applied