From patchwork Fri Jun 18 09:26:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Dong X-Patchwork-Id: 94403 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 D8E9FA0C46; Fri, 18 Jun 2021 11:27:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D41B9410E5; Fri, 18 Jun 2021 11:27:00 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id ADBF140142 for ; Fri, 18 Jun 2021 11:26:58 +0200 (CEST) IronPort-SDR: qB7aMrmGtpD5IPoI3zmEyYEitBHvwL4zbqq6CZG/W1tw+sXIV2dPENC8iWDmND4GvPzB93YMW2 DcpXxuqJr+cA== X-IronPort-AV: E=McAfee;i="6200,9189,10018"; a="267670286" X-IronPort-AV: E=Sophos;i="5.83,283,1616482800"; d="scan'208";a="267670286" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2021 02:26:54 -0700 IronPort-SDR: j38YXDca7vd5Bl8hbN+7wgBWXgsjoyembe+yaftiNP2Bv5K7P7F6qibgGQ1X9YPWIj/8PsvWvW jjP1xsjFl2wQ== X-IronPort-AV: E=Sophos;i="5.83,283,1616482800"; d="scan'208";a="485620783" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.182.57]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2021 02:26:52 -0700 From: Jun Dong To: junx.dong@intel.com Cc: dts@dpdk.org Date: Fri, 18 Jun 2021 17:26:14 +0800 Message-Id: <20210618092615.202107-3-junx.dong@intel.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210618092615.202107-1-junx.dong@intel.com> References: <20210618092615.202107-1-junx.dong@intel.com> MIME-Version: 1.0 Subject: [dts] [PATCH V1 2/3] test_plans/*: update test plan about enable IAVF 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 Sender: "dts" * update iavf test plan * update vf_l3fwd test plan Signed-off-by: Jun Dong --- test_plans/iavf_test_plan.rst | 23 ++++------------------- test_plans/vf_l3fwd_test_plan.rst | 5 ----- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/test_plans/iavf_test_plan.rst b/test_plans/iavf_test_plan.rst index b760a633..4855e175 100644 --- a/test_plans/iavf_test_plan.rst +++ b/test_plans/iavf_test_plan.rst @@ -43,14 +43,7 @@ I40E driver NIC (Fortville XXV710, Fortville Spirit, Fortville Eagle) Prerequisites ======================= -1. Modify and build DPDK source code to enable IAVF function for I40E NIC:: - - sed -i '/{ RTE_PCI_DEVICE(IAVF_INTEL_VENDOR_ID, IAVF_DEV_ID_ADAPTIVE_VF) },/a { RTE_PCI_DEVICE(IAVF_INTEL_VENDOR_ID, IAVF_DEV_ID_VF) },' drivers/net/iavf/iavf_ethdev.c - sed -i -e '/I40E_DEV_ID_VF/s/0x154C/0x164C/g' drivers/net/i40e/base/i40e_devids.h - - make install RTE_SDK=`pwd` T=x86_64-native-linuxapp-gcc - -2. Configure PF and VF:: +1. Configure PF and VF:: modprobe uio; insmod x86_64-native-linuxapp-gcc/kmod/igb_uio.ko; @@ -59,14 +52,14 @@ Prerequisites echo 1 > /sys/bus/pci/devices/0000\:08\:00.0/max_vfs echo 1 > /sys/bus/pci/devices/0000\:08\:00.1/max_vfs -3. Start testpmd on host to configure VF ports' mac:: +2. Start testpmd on host to configure VF ports' mac:: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1-5 -n 4 -- -i testpmd>set vf mac addr 0 0 00:12:34:56:78:01 testpmd>set vf mac addr 1 0 00:12:34:56:78:02 -4. Pass through VF 09:02.0 and 09:0a.0 to VM0:: +3. Pass through VF 09:02.0 and 09:0a.0 to VM0:: taskset -c 24,25 qemu-system-x86_64 \ -name vm0 -enable-kvm -pidfile /tmp/.vm0.pid -daemonize -monitor unix:/tmp/vm0_monitor.sock,server,nowait \ @@ -76,15 +69,7 @@ Prerequisites -device virtio-serial -device virtserialport,chardev=vm0_qga0,name=org.qemu.guest_agent.0 -vnc :1 \ -drive file=/home/image/sriov-fc25-1.img,format=raw,if=virtio,index=0,media=disk - -5. Modify and build DPDK source code to enable IAVF function for I40E NIC in VM:: - - sed -i '/{ RTE_PCI_DEVICE(IAVF_INTEL_VENDOR_ID, IAVF_DEV_ID_ADAPTIVE_VF) },/a { RTE_PCI_DEVICE(IAVF_INTEL_VENDOR_ID, IAVF_DEV_ID_VF) },' drivers/net/iavf/iavf_ethdev.c - sed -i -e '/I40E_DEV_ID_VF/s/0x154C/0x164C/g' drivers/net/i40e/base/i40e_devids.h - - make install RTE_SDK=`pwd` T=x86_64-native-linuxapp-gcc - -6. Bind VF to igb_uio or vfio-pic in VM:: +4. Bind VF to igb_uio or vfio-pic in VM:: ./usertools/dpdk-devbind.py --bind=igb_uio 00:04.0 00:05.0 or diff --git a/test_plans/vf_l3fwd_test_plan.rst b/test_plans/vf_l3fwd_test_plan.rst index 6d816dd8..efdedda4 100644 --- a/test_plans/vf_l3fwd_test_plan.rst +++ b/test_plans/vf_l3fwd_test_plan.rst @@ -85,11 +85,6 @@ Prerequisites * Case config: For test vf_l3fwd perf, need to set "define RTE_TEST_RX_DESC_DEFAULT 2048" and "define RTE_TEST_TX_DESC_DEFAULT 2048" in ./examples/l3fwd/l3fwd.h and re-build l3fwd. - Note: - Only FVL need to change code to support iavf, when dpdk use iavf as default vf driver, no need to change code. - If test iavf on FVL, need to change "{ RTE_PCI_DEVICE(IAVF_INTEL_VENDOR_ID, IAVF_DEV_ID_ADAPTIVE_VF) }" to - "a { RTE_PCI_DEVICE(IAVF_INTEL_VENDOR_ID, IAVF_DEV_ID_VF) }" in ./drivers/net/iavf/iavf_ethdev.c, - and set "I40E_DEV_ID_VF 0x164C" in ./drivers/net/i40e/base/i40e_devids.h and re-build DPDK. Setup overview ==============