From patchwork Tue Apr 18 09:11:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 126233 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 44C304297C; Tue, 18 Apr 2023 12:22:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4051440EDF; Tue, 18 Apr 2023 12:22:02 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 8D8EC40698 for ; Tue, 18 Apr 2023 12:22:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681813320; x=1713349320; h=from:to:cc:subject:date:message-id; bh=slbY53APZYf8Ic+xMcZTmnNV2ZTGJHO6XWi/rYVM2wM=; b=Uj0sExfWpKWgjVQOJ3nvuB1Duc7W/Ez8Nm7IBOl5vjiWqHk/Fg9nM2nY ITKTsbovF8lLAAG4945LyaoKr2kNkOp4JwOhpWGpVvsSDzF6jfSheCsY4 Fux3LPZ1JGRU2WOzkPpuGgfZ4ju8QRdUf0KxjM1gHgjfWaG8COznBdNe2 VRYdJI9xbiSgC+lM7wz4WSpoPDCxak24gAdUF1NPiL2DHB4KlVNYlOuVp DhFlXncDfh+ajC3iryr8TccX3VYD3xqrz4B0Ym12VaLgN0JmlMO+j207V NTN+Qpm31ooaNk6efZevhIG4QjE+u70PKtYmZFEXxLiCu8YN8OGdwvyRj w==; X-IronPort-AV: E=McAfee;i="6600,9927,10683"; a="408031573" X-IronPort-AV: E=Sophos;i="5.99,207,1677571200"; d="scan'208";a="408031573" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Apr 2023 03:21:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10683"; a="834830512" X-IronPort-AV: E=Sophos;i="5.99,207,1677571200"; d="scan'208";a="834830512" Received: from unknown (HELO localhost.localdomain) ([10.239.252.99]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Apr 2023 03:21:58 -0700 From: Lingli Chen To: dts@dpdk.org Cc: Lingli Chen Subject: [dts][PATCH V1 1/3] test_plans/vf_macfilter: change "igb_uio" to "vfio-pci" in kernel pf cases Date: Tue, 18 Apr 2023 05:11:07 -0400 Message-Id: <20230418091109.3258-1-linglix.chen@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 change "igb_uio" to "vfio-pci" in kernel pf cases in the testplan Signed-off-by: Lingli Chen --- test_plans/vf_macfilter_test_plan.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_plans/vf_macfilter_test_plan.rst b/test_plans/vf_macfilter_test_plan.rst index 583d4cae..bcb0ee6a 100644 --- a/test_plans/vf_macfilter_test_plan.rst +++ b/test_plans/vf_macfilter_test_plan.rst @@ -66,10 +66,10 @@ Test Case 1: test_kernel_2pf_2vf_1vm_iplink_macfilter -device pci-assign,host=81:0a.0,id=pt_1 5. Login vm0, got VFs pci device id in vm0, assume they are 00:06.0 & 00:07.0, - bind them to igb_uio driver, and then start testpmd, enable CRC strip, + bind them to vfio-pci driver, and then start testpmd, enable CRC strip, disable promisc mode,set it in mac forward mode:: - ./usertools/dpdk-devbind.py --bind=igb_uio 00:06.0 00:07.0 + ./usertools/dpdk-devbind.py --bind=vfio-pci 00:06.0 00:07.0 if test IAVF, start up VF port:: @@ -155,10 +155,10 @@ Test Case 2: test_kernel_2pf_2vf_1vm_mac_add_filter -device pci-assign,host=81:0a.0,id=pt_1 5. login vm0, got VFs pci device id in vm0, assume they are 00:06.0 & 00:07.0, - bind them to igb_uio driver, and then start testpmd, enable CRC strip on + bind them to vfio-pci driver, and then start testpmd, enable CRC strip on VF, disable promisc mode, add a new MAC to VF0 and then start:: - ./usertools/dpdk-devbind.py --bind=igb_uio 00:06.0 00:07.0 + ./usertools/dpdk-devbind.py --bind=vfio-pci 00:06.0 00:07.0 if test IAVF, start up VF port::