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 E5909A034F; Tue, 30 Mar 2021 07:55:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D5F7F140FE3; Tue, 30 Mar 2021 07:55:10 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 13B1D140FDF for ; Tue, 30 Mar 2021 07:55:09 +0200 (CEST) IronPort-SDR: p5TLEzGfu06FS4tvFXWnRxPCdTqKDYxhgI3mFDnhELupxpUbXrjnN6J4Gi9dFbc7HkFM0YGbuk sMrrUhs4thwg== X-IronPort-AV: E=McAfee;i="6000,8403,9938"; a="191165755" X-IronPort-AV: E=Sophos;i="5.81,289,1610438400"; d="scan'208";a="191165755" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2021 22:55:08 -0700 IronPort-SDR: z26R0dyZpLhMtXJ9KTDC8fxty9BRcHtquWCCNdGblmX5cgsRQKFlhcK3LolFPqO3yq38MIKTRW y45WR53WVxoA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,289,1610438400"; d="scan'208";a="418009307" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga008.jf.intel.com with ESMTP; 29 Mar 2021 22:55:08 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) 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, 29 Mar 2021 22:55:03 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 30 Mar 2021 13:55:01 +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; Tue, 30 Mar 2021 13:55:01 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" , "Wang, Yinan" CC: "Ling, WeiX" Thread-Topic: [dts] [PATCH V1] tests/vhost_user_live_migration: delete dequeue-zero-copy parameter Thread-Index: AQHXJGA47YZwQXXwwEi/bX+dw640H6qcCZDg Date: Tue, 30 Mar 2021 05:55:01 +0000 Message-ID: <6d2ece8295de48dba8ab79110281de7e@intel.com> References: <20210329055437.41653-1-weix.ling@intel.com> In-Reply-To: <20210329055437.41653-1-weix.ling@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/vhost_user_live_migration: delete dequeue-zero-copy parameter 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" > As DPDK community will remove support dequeue zero copy feature in 20.11,= so > remove dequeue-zero-copy parameter when start testpmd. >=20 > Signed-off-by: Ling Wei Test plan need to update at the same time, thanks