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 CCFFAA034E; Wed, 9 Feb 2022 02:57:24 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 93E82410F3; Wed, 9 Feb 2022 02:57:24 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id D10E24067E for ; Wed, 9 Feb 2022 02:57:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644371843; x=1675907843; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=vd53ifYxDMSpHGGESmAWaYk7XYZjsd+kWhvTyklcR9U=; b=L7t8e+7EzoBvLZBbs6NXUTC1d+Ito/vhb5pNEyuFT0/FOtZxtAKIG+u8 1Lu5J9v8If+6qr4oj7OSsGVfkLC0BReJEIszAeRWpJjaSy6cp5zhxV52W 0u0dJV1dAwxl9WlfbJltonqCynKys+knk4e+7tQTAq2Cg3nkaOwqFa4Hu uJ/u0cjPlr2MBCtdMoSsbfkhzzaR7UXACwz1IC18g3CslXkrIgsvHk2dw ch75edBffMGr60dwZL5ml9LQ5G3UllWQqYyi++uSMZkmGKdpB0x0kmj1r 9hB0BF8ibRtTKTanSUHicsQi9YRcmOqcDY9RflTsIx22NDYBTJC/EhycO g==; X-IronPort-AV: E=McAfee;i="6200,9189,10252"; a="247932704" X-IronPort-AV: E=Sophos;i="5.88,354,1635231600"; d="scan'208";a="247932704" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2022 17:57:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,354,1635231600"; d="scan'208";a="568061602" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga001.jf.intel.com with ESMTP; 08 Feb 2022 17:57:21 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) 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:20 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) 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: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.2308.020; Wed, 9 Feb 2022 09:57:19 +0800 From: "Tu, Lijuan" To: "Tang, Yaqi" , "dts@dpdk.org" CC: "Tang, Yaqi" Subject: RE: [dts][PATCH V6] test_plans/dcf_lifecycle_test_plan: add test plan for CVL DCF enable device reset API Thread-Topic: [dts][PATCH V6] test_plans/dcf_lifecycle_test_plan: add test plan for CVL DCF enable device reset API Thread-Index: AQHYHJxW+gm5neAjmkyl9QZUfoWvQqyKd2wQ Date: Wed, 9 Feb 2022 01:57:19 +0000 Message-ID: References: <20220208112915.501093-1-yaqi.tang@intel.com> In-Reply-To: <20220208112915.501093-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 19:29 > To: dts@dpdk.org > Cc: Tang, Yaqi > Subject: [dts][PATCH V6] test_plans/dcf_lifecycle_test_plan: add test pla= n 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 command "port reset all" when reconnecting. >=20 > Signed-off-by: Yaqi Tang > Tested-by: Yaqi Tang < yaqi.tang@intel.com> Applied