From patchwork Fri Dec 30 09:15:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yuan, DukaiX" X-Patchwork-Id: 121474 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 BDEDEA0032; Fri, 30 Dec 2022 10:20:40 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A118440DD8; Fri, 30 Dec 2022 10:20:40 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 67FA14067B for ; Fri, 30 Dec 2022 10:20:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672392038; x=1703928038; h=from:to:cc:subject:date:message-id; bh=8UAfMHwO3iWQw4ICM3zbPC0Oya05YwyNakfqNqu+0Ac=; b=Y9Raa5+DSXkmrFAhGfhDbfcCMVz1JaT6Qefeg2uCqlfossc6KPv8MRMW 07kO3pSLQK8QgMn5wdI99+oyNa1Ee7lS2syqbLXz1p/RpIajVKacePwNJ t+E/GShT1Ez9YdmV3t0bE6/uEFodIIZ3hQ5LqB45aSpQYr3Lu9ISXYmU/ 2auYw8D94DJhaplJttXu6bTkXUyWRtS6fKLCupM5uJ73XTK5Dj8Lg6/Jr xj0cgtOSB/OFTuF5pZh5jNR+tJ2qN0/uUL2LQL6sJ6jHWC5KlN/HRjTgg Lr6CyVigRee4rJhLbkMCuAvkAXflyN8VBhBUv0nchwFxIaJoeXGF928Uq w==; X-IronPort-AV: E=McAfee;i="6500,9779,10575"; a="321252947" X-IronPort-AV: E=Sophos;i="5.96,287,1665471600"; d="scan'208";a="321252947" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Dec 2022 01:20:37 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10575"; a="742535642" X-IronPort-AV: E=Sophos;i="5.96,287,1665471600"; d="scan'208";a="742535642" Received: from unknown (HELO localhost.localdomain) ([10.239.252.15]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Dec 2022 01:20:36 -0800 From: Dukai Yuan To: dts@dpdk.org Cc: Dukai Yuan Subject: [dts][PATCH V1] tests/vhost_event_idx_interrupt_cbdma: delete bind NIC ports step Date: Fri, 30 Dec 2022 17:15:53 +0800 Message-Id: <20221230091553.13425-1-dukaix.yuan@intel.com> X-Mailer: git-send-email 2.17.1 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 Delete bind NIC ports step as this testsuite no need NIC port. Signed-off-by: Dukai Yuan --- tests/TestSuite_vhost_event_idx_interrupt_cbdma.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/TestSuite_vhost_event_idx_interrupt_cbdma.py b/tests/TestSuite_vhost_event_idx_interrupt_cbdma.py index adf27e01..bf06f23a 100644 --- a/tests/TestSuite_vhost_event_idx_interrupt_cbdma.py +++ b/tests/TestSuite_vhost_event_idx_interrupt_cbdma.py @@ -339,7 +339,6 @@ class TestVhostEventIdxInterruptCbdma(TestCase): Test Case 1: wake up split ring vhost-user cores with event idx interrupt mode and cbdma enabled 16 queues test """ self.vm_num = 1 - self.bind_nic_driver(self.dut_ports) self.queues = 16 self.get_core_mask() self.nopci = False @@ -360,7 +359,6 @@ class TestVhostEventIdxInterruptCbdma(TestCase): Test Case 2: wake up split ring vhost-user cores by multi virtio-net in VMs with event idx interrupt mode and cbdma enabled test """ self.vm_num = 2 - self.bind_nic_driver(self.dut_ports) self.queues = 1 self.get_core_mask() self.nopci = False @@ -381,7 +379,6 @@ class TestVhostEventIdxInterruptCbdma(TestCase): Test Case 3: wake up packed ring vhost-user cores with event idx interrupt mode and cbdma enabled 16 queues test """ self.vm_num = 1 - self.bind_nic_driver(self.dut_ports) self.queues = 16 self.get_core_mask() self.nopci = False @@ -400,7 +397,6 @@ class TestVhostEventIdxInterruptCbdma(TestCase): Test Case 4: wake up packed ring vhost-user cores by multi virtio-net in VMs with event idx interrupt mode and cbdma enabled test """ self.vm_num = 2 - self.bind_nic_driver(self.dut_ports) self.queues = 1 self.get_core_mask() self.nopci = False @@ -420,8 +416,6 @@ class TestVhostEventIdxInterruptCbdma(TestCase): self.dut.send_expect(f"killall {self.l3fwdpower_name}", "#") self.dut.send_expect("killall -s INT qemu-system-x86_64", "#") self.bind_cbdma_device_to_kernel() - if "cbdma" in self.running_case: - self.bind_nic_driver(self.dut_ports, self.drivername) def tear_down_all(self): """