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 D33B1A034E; Wed, 9 Feb 2022 02:57:59 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BF69B410FD; Wed, 9 Feb 2022 02:57:59 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 72DF34067E for ; Wed, 9 Feb 2022 02:57:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644371878; x=1675907878; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=kxN1aKZ77prf4ZtvkQ4PrEw1Av5T3lcQIZKOi7MQVC0=; b=YJiPOdKWEDIgmOWz5I6i2e6urBtXgY4GjOnXgbsB1kvq6tEVrE4H87lU C6t2ID8IOy3oYvbZQDpMQeJA8N2FKp4ShnL59mF/QYBGpVchb11FnIIfr C7BCFbAExFaKWkOlhxvchwXE9BhMIuWKAvbmvPJU5edLIz2ekXW99tXMn KQ2Viw5N5+FsKunKUQbHs4zt8rrtS8WKU9Alro0VwMCF11fnFbrlqMZWv t8rH5hKUnoeGlF8SBKw3U7jFSUSEiZcfvx+fKMriU+NQWCXzEwcuVGgaD bZC4BHYGVOW/xWY4+h/wYCHdZqaMht7njiMtURpblG9sJRRCRaPqNTOSW A==; X-IronPort-AV: E=McAfee;i="6200,9189,10252"; a="249305493" X-IronPort-AV: E=Sophos;i="5.88,354,1635231600"; d="scan'208";a="249305493" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2022 17:57:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,354,1635231600"; d="scan'208";a="568061749" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga001.jf.intel.com with ESMTP; 08 Feb 2022 17:57:57 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Tue, 8 Feb 2022 17:57:56 -0800 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.2308.20; Wed, 9 Feb 2022 09:57:54 +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.2308.020; Wed, 9 Feb 2022 09:57:54 +0800 From: "Tu, Lijuan" To: "Tang, Yaqi" , "dts@dpdk.org" CC: "Tang, Yaqi" Subject: RE: [dts][PATCH V2] tests/dcf_lifecycle: add test cases for CVL DCF enable device reset API Thread-Topic: [dts][PATCH V2] tests/dcf_lifecycle: add test cases for CVL DCF enable device reset API Thread-Index: AQHYHDQ7IrTqcCUmrE6+25qGMFKptayKeGuw Date: Wed, 9 Feb 2022 01:57:54 +0000 Message-ID: References: <20220207230405.488339-1-yaqi.tang@intel.com> In-Reply-To: <20220207230405.488339-1-yaqi.tang@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.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.108.32.68] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 > -----Original Message----- > From: Yaqi Tang > Sent: 2022=1B$BG/=1B(B2=1B$B7n=1B(B8=1B$BF|=1B(B 7:04 > To: dts@dpdk.org > Cc: Tang, Yaqi > Subject: [dts][PATCH V2] tests/dcf_lifecycle: add test cases for CVL DCF = enable > device reset API >=20 > The rte_eth_dev_reset API provides a more elegant way for the application= to > reset DCF through the commmad "port reset all" when reconnecting. >=20 > Signed-off-by: Yaqi Tang > Tested-by: Yaqi Tang < yaqi.tang@intel.com> Applied