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 6D292A0580; Wed, 29 Jun 2022 03:31:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5927C400D7; Wed, 29 Jun 2022 03:31:11 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 8C9CD40042 for ; Wed, 29 Jun 2022 03:31:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656466269; x=1688002269; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=nTA03/rQwSOzYq6B3y5SPHJns8YiJoxY2tV0ajOzGfk=; b=ETGt203gkHwxA/xsU0U1NM7F1WFSsn/hyMrsuWFph/pyPc7JS/W7HzRH jQYZvLOi7oeWoHLCEWvfaqKrVqkYk7x1s5To+fNd18xnEBuDPtY/7kUzh npT9y7nNm+ZtJWnGt1ittSdHCOSiJHQFXBI+kO7GXCue1XZlX6a0+srUM 9tBAETq2UeTgzwsMhPgQIH+Oj9Oua0yBtZQQlIrcRMNx0O0BeKu/YChMC gtYUL3OlK+zjheAy9hunXMIEr/fMtWeINDqcsK5Ds0ZXR/xBmYfTShzPI 4EVZtvV9fohw8WW3FVDf6/PlQc94zxvHjbyq4Zt1Er0ciWarCcKs7DWTW g==; X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="261694255" X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="261694255" 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:31:08 -0700 Message-Id: Date: 28 Jun 2022 18:31:07 -0700 X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="658357054" 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:31:07 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 5/5] tests/vhost_event_idx_interrupt_cbdma: delete restore VM's interface step From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220622063039.1589195-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:30:39 -0400, Wei Ling wrote: > In framework/virt_base.py, the start VMs method bind_dev default is > True, when bind_dev=True, VMs will bind the VM's interfacet to kernel > driver, so no need to restore VM's interface step now. > > Signed-off-by: Wei Ling Series applied, thanks