From patchwork Wed Jun 22 06:29:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 113211 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4FB04A04FD; Wed, 22 Jun 2022 08:32:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 091414069F; Wed, 22 Jun 2022 08:32:15 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 6B4B74069C for ; Wed, 22 Jun 2022 08:32:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655879533; x=1687415533; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=EZaFeR7Ag4c3nl+mRO4HeJD0wyQzxGgm2VYwsFAWMhc=; b=ezBo56nKWiso3+pztH3oRJUPkT0hGJwFbO2z2U2G/dDC0zLDQISr1WDi yQmN+gOncPPLV6seq03Tdd96m93FjMQw10bG1gOuOuhUlxDco+miwz0FW oFWCuTXanRAepAJCBHbU7MwSWxOKe0HW5KqoG0mD8OjZUnETny2r/W1oP w8ws7twwcMnGmbhtYOK/jEGtqRCsw3RBs/ry38tzFLsIPeBuZl/YkPIKC +O3MwUN3T71flwku6Y+gfBsA1eMkll1uMmGX9c4S4DbEGWoID1DDvf7bN fEor31iHCQwKsy+z44J06w6jC0Ph+ZdO5E2xa8j01T5JIWsZrHKJnp/xf Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10385"; a="277876470" X-IronPort-AV: E=Sophos;i="5.92,211,1650956400"; d="scan'208";a="277876470" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jun 2022 23:32:11 -0700 X-IronPort-AV: E=Sophos;i="5.92,211,1650956400"; d="scan'208";a="914494684" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jun 2022 23:32:10 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/5] delete restore VM's interface step Date: Wed, 22 Jun 2022 02:29:52 -0400 Message-Id: <20220622062952.1588894-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 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 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. Wei Ling (5): tests/dpdk_gro_lib: delete restore VM's interface step tests/dpdk_gro_lib_cbdma: delete restore VM's interface step tests/dpdk_gso_lib: delete restore VM's interface step tests/vhost_event_idx_interrupt: delete restore VM's interface step tests/vhost_event_idx_interrupt_cbdma: delete restore VM's interface step tests/TestSuite_dpdk_gro_lib.py | 1 - tests/TestSuite_dpdk_gro_lib_cbdma.py | 1 - tests/TestSuite_dpdk_gso_lib.py | 1 - tests/TestSuite_vhost_event_idx_interrupt.py | 1 - tests/TestSuite_vhost_event_idx_interrupt_cbdma.py | 1 - 5 files changed, 5 deletions(-)