From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 85AC6A04B6; Tue, 13 Oct 2020 04:15:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 725431D9E3; Tue, 13 Oct 2020 04:15:10 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4E2C91D9DE for ; Tue, 13 Oct 2020 04:15:08 +0200 (CEST) IronPort-SDR: CkCA2a+O8kdkUfjoDlGjWqKiFDhruznD9Hj2M9rm+ll4GgvlWFYuuVcOfobSCl/CDKSBMuT7Dm o6j6Jfk7gzqA== X-IronPort-AV: E=McAfee;i="6000,8403,9772"; a="230012456" X-IronPort-AV: E=Sophos;i="5.77,369,1596524400"; d="scan'208";a="230012456" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Oct 2020 19:15:07 -0700 IronPort-SDR: U31CU6YP4slKxFi5H0ZKU7LjCVRVGrk0kpCPRBUX6EsgBcpnt8bqFkAGxoLyqUujAVZNXrRpuI WSXvKUmzHSPg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,369,1596524400"; d="scan'208";a="463310707" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga004.jf.intel.com with ESMTP; 12 Oct 2020 19:15:07 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 12 Oct 2020 19:15:06 -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.1713.5; Tue, 13 Oct 2020 10:15:04 +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.1713.004; Tue, 13 Oct 2020 10:15:04 +0800 From: "Tu, Lijuan" To: "Chen, LingliX" , "dts@dpdk.org" CC: "Chen, LingliX" Thread-Topic: [dts] [PATCH V1] tests/TestSuite_link_flowctrl:add set_up Thread-Index: AQHWljpzQWGOvdS5e0ewFrQyYHFKBKmU4M+g Date: Tue, 13 Oct 2020 02:15:04 +0000 Message-ID: <617e9635862645b68704e1581dc6982e@intel.com> References: <20200929082749.15332-1-linglix.chen@intel.com> In-Reply-To: <20200929082749.15332-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="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] tests/TestSuite_link_flowctrl:add set_up 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" > add set_up,tear_down:Avoid the influence between cases >=20 > Signed-off-by: Chen Linglix Applied