test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: "Li, WenjieX A" <wenjiex.a.li@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Li, WenjieX A" <wenjiex.a.li@intel.com>
Subject: Re: [dts] [PATCH V2] test_plans:fix build warning
Date: Tue, 24 Sep 2019 09:18:34 +0000	[thread overview]
Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB27747@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <1569207948-78383-1-git-send-email-wenjiex.a.li@intel.com>

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Wenjie Li
> Sent: Monday, September 23, 2019 11:06 AM
> To: dts@dpdk.org
> Cc: Li, WenjieX A <wenjiex.a.li@intel.com>
> Subject: [dts] [PATCH V2] test_plans:fix build warning
> 
> fix build warning
> 
> Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
> V2: fix "1 line adds whitespace errors."
> 0001-test_plans-fix-build-warning.patch:26: trailing whitespace.
>    (b) Windriver TS 2 or CentOS 7 operating systems
> warning: 1 line adds whitespace errors.
> 
> 
> ---
>  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


  reply	other threads:[~2019-09-24  9:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-23  3:05 Wenjie Li
2019-09-24  9:18 ` Tu, Lijuan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-06-10  2:19 [dts] [PATCH V2 test_plans: fix " Wenjie Li
2019-06-12  2:46 ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8CE3E05A3F976642AAB0F4675D0AD20E0BB27747@SHSMSX101.ccr.corp.intel.com \
    --to=lijuan.tu@intel.com \
    --cc=dts@dpdk.org \
    --cc=wenjiex.a.li@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).