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 399E4A0580; Wed, 29 Jun 2022 03:29:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A4B3400D7; Wed, 29 Jun 2022 03:29:26 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 5EE9A40042 for ; Wed, 29 Jun 2022 03:29:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656466165; x=1688002165; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Y+G1I7StG4YyVqqUWIP+/oKQrqe9OE4dbQFVeMlxnc0=; b=H3E5cnA9xmrcOTQMG7KA1Lq1ALtC/vUBqgIk7ooqXu/LDJ0t2XpJNjfR RweuxsLrmlW2KAt9tgmXSNXVQygj0W5Njuk3KM7w+1sZNuKHEE0PwIbSO wOj4neU4Ih8RpSTujy5Fc40yF0MaucRaDDyUMWsJ3obvTRDlr7sTB9gdt aCX2rsMKxZSzRs7AgVgLuIX6DTmTXMKgXwN6qMLUgKQOuTBJRBQHuUMtt rIR3pHoLB5LigIxOrhOGUVdI+dTSLXk6lQh41nkJ19s3CB+x3RQlVNytL 85NZnaTQajHpWdh/s9zhNgCBSBEMw9hTAboD5GlPb5rwr6XnZqWuMKLUi A==; X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="261694021" X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="261694021" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:29:24 -0700 Message-Id: Date: 28 Jun 2022 18:29:23 -0700 X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="658356565" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:29:23 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/vm2vm_virtio_net_perf: delete restore dut interface step From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220622061152.1588586-1-weix.ling@intel.com> 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: , Reply-To: Wei Ling Errors-To: dts-bounces@dpdk.org On Wed, 22 Jun 2022 02:11:52 -0400, Wei Ling wrote: > When start vhost side testpmd with no_pci=True, so no need to restore > dut interface now, and delete cbdma related code. > > Signed-off-by: Wei Ling Applied, thanks