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 80B64A034F; Mon, 22 Mar 2021 08:24:36 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 739B240040; Mon, 22 Mar 2021 08:24:36 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 914F04003D for ; Mon, 22 Mar 2021 08:24:34 +0100 (CET) IronPort-SDR: oVpM3/gE7qa0Ke8DSw9u0JSamvuYw8piy6iI7oR6uZeNpeEEyrGIGXxsaDHQ55v2874NM8IKqV gcTCqbk2ZPUA== X-IronPort-AV: E=McAfee;i="6000,8403,9930"; a="189617221" X-IronPort-AV: E=Sophos;i="5.81,268,1610438400"; d="scan'208";a="189617221" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Mar 2021 00:24:33 -0700 IronPort-SDR: S3vTTfCUmS9ro7nAHn1K7pc+VoC0jAHaJX7ta2caIz0noWJ11twPxXtdHGoD72Q141d1Z3hPi2 VGXHek7rHoKQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,268,1610438400"; d="scan'208";a="373756551" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga003.jf.intel.com with ESMTP; 22 Mar 2021 00:24:32 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 22 Mar 2021 00:24:31 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 22 Mar 2021 15:24:30 +0800 Received: from shsmsx606.ccr.corp.intel.com ([10.109.6.216]) by SHSMSX606.ccr.corp.intel.com ([10.109.6.216]) with mapi id 15.01.2106.013; Mon, 22 Mar 2021 15:24:30 +0800 From: "Zhou, JunX W" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH V1] tests/malicious_driver_event_indication:code for optimizing the start mode of VF Thread-Index: AQHXHutLCoIN3JP+6EK8NnSvIq1XA6qPmNgQgAAB+HA= Date: Mon, 22 Mar 2021 07:24:30 +0000 Message-ID: <80307bb66a1440b399702e397515464b@intel.com> References: <1616397201-28715-1-git-send-email-junx.w.zhou@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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/malicious_driver_event_indication:code for optimizing the start mode of VF 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: Zhou, JunX W=20 >Sent: Monday, March 22, 2021 3:13 PM >To: dts@dpdk.org >Cc: Zhou, JunX W >Subject: [dts][PATCH V1] tests/malicious_driver_event_indication:code for = optimizing the start mode of VF > >the original way:copy testpmd to another file and start VF now:start VF wi= th another profix file on the testpmd start PF=20 > >Signed-off-by: Zhou Jun Tested-by: Zhou, Jun =20