From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 04415A0613 for ; Mon, 23 Sep 2019 04:49:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B35884CA6; Mon, 23 Sep 2019 04:49:23 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 21A244C9D for ; Mon, 23 Sep 2019 04:49:21 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Sep 2019 19:49:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,538,1559545200"; d="scan'208";a="218395540" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 22 Sep 2019 19:49:20 -0700 From: Wenjie Li To: dts@dpdk.org Cc: Wenjie Li Date: Mon, 23 Sep 2019 10:53:50 +0800 Message-Id: <1569207230-78021-1-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] test_plans:fix build warning X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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" fix build warning Signed-off-by: Wenjie Li --- test_plans/bbdev_test_plan.rst | 6 +++++- test_plans/index.rst | 7 ++++++- test_plans/sriov_kvm_test_plan.rst | 14 ++++++++++---- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/test_plans/bbdev_test_plan.rst b/test_plans/bbdev_test_plan.rst index 800e7f6..7fa0e2a 100644 --- a/test_plans/bbdev_test_plan.rst +++ b/test_plans/bbdev_test_plan.rst @@ -67,12 +67,14 @@ Prerequisites ============= 1. OS and Hardware + (a) An AVX2 supporting machine - (b) Windriver TS 2 or CentOS 7 operating systems + (b) Windriver TS 2 or CentOS 7 operating systems (Fedora 25 and Ubuntu 16.04 is ok.) (c) Intel ICC compiler installed 2. FlexRAN SDK Libraries + To build DPDK with the *turbo_sw* PMD the user is required to download the export controlled ``FlexRAN SDK`` Libraries. An account at Intel Resource Design Center needs to be registered from @@ -84,6 +86,7 @@ Prerequisites You can refer to the file dpdk/doc/guides/bbdevs/turbo_sw.rst. 3. PMD setting + Current BBDEV framework is en-suited with two vdev PMD drivers: null and turbo_sw. 1) Null PMD is similar to cryptodev Null PMD, which is an empty driver to @@ -101,6 +104,7 @@ Prerequisites They are both located in the build configuration file ``common_base``. 4. Test tool + A test suite for BBDEV is packaged with the framework to ease the validation needs for various functions and use cases. The tool to use for validation and testing is called: test-bbdev, diff --git a/test_plans/index.rst b/test_plans/index.rst index 28f5a69..e15823e 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -133,6 +133,7 @@ The following are the test plans for the DPDK DTS automated test system. compressdev_qat_pmd_test_plan compressdev_zlib_pmd_test_plan enable_package_download_in_ice_driver_test_plan + multicast_test_plan veb_switch_test_plan vf_daemon_test_plan @@ -151,7 +152,6 @@ The following are the test plans for the DPDK DTS automated test system. vhost_multi_queue_qemu_test_plan vhost_pmd_xstats_test_plan vhost_qemu_mtu_test_plan - vhost_tso_test_plan vhost_user_live_migration_test_plan vm_power_manager_test_plan vmdq_test_plan @@ -230,3 +230,8 @@ The following are the test plans for the DPDK DTS automated test system. iavf_test_plan packet_capture_test_plan packet_ordering_test_plan + bbdev_test_plan + performance_thread_test_plan + + fips_cryptodev_test_plan + flow_filtering_test_plan \ No newline at end of file diff --git a/test_plans/sriov_kvm_test_plan.rst b/test_plans/sriov_kvm_test_plan.rst index f22b2ed..1b84f78 100644 --- a/test_plans/sriov_kvm_test_plan.rst +++ b/test_plans/sriov_kvm_test_plan.rst @@ -135,7 +135,7 @@ Send 10 packets with VF0 mac address and make sure the packets will be forwarded by VF1. Test Case2: Mirror Traffic between 2VMs with Pool up mirroring -=========================================================== +============================================================== Set up common 2VM prerequisites. @@ -216,7 +216,7 @@ After test need reset mirror rule:: PF testpmd-> reset port 0 mirror-rule 0 Test Case6: Mirror Traffic between 2VMs with Vlan mirroring -========================================================== +=========================================================== Set up common 2VM prerequisites. @@ -237,7 +237,7 @@ After test need reset mirror rule:: PF testpmd-> reset port 0 mirror-rule 0 Test Case7: Mirror Traffic between 2VMs with up link mirroring & down link mirroring -================================================================================== +==================================================================================== Run testpmd on VM0 and VM1 and start traffic forward on the VM hosts:: @@ -247,9 +247,12 @@ Run testpmd on VM0 and VM1 and start traffic forward on the VM hosts:: When mirroring only between two Vfs, pool up (or down) mirroring and up (or down) link mirroring lead to the same behavior, so we randomly choose one way to mirror in both up and down directions. up link mirroring as below: + 1. Pool up mirroring (Case 2) 2. Uplink port mirroring(Case 4) + down link mirroring as below: + 1. Pool down mirroring(Fortville only, Case 3) 2. Downlink port mirroring(Case 5) @@ -274,7 +277,7 @@ After test need reset mirror rule:: PF testpmd-> reset port 0 mirror-rule 1 Test Case8: Mirror Traffic between 2VMs with Vlan & with up link mirroring & down link mirroring -============================================================================================= +================================================================================================ Run testpmd on VM0 and VM1 and start traffic forward on the VM hosts:: @@ -284,9 +287,12 @@ Run testpmd on VM0 and VM1 and start traffic forward on the VM hosts:: When mirroring only between two Vfs, pool up (or down) mirroring and up (or down) link mirroring lead to the same behavior, so we randomly choose one way to mirror in both up and down directions. up link mirroring as below: + 1. Pool up mirroring (Case 2) 2. Uplink port mirroring(Case 4) + down link mirroring as below: + 1. Pool down mirroring(Fortville only, Case 3) 2. Downlink port mirroring(Case 5) -- 2.17.2