test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Lin, Xueqin" <xueqin.lin@intel.com>
To: "Xia, YanX" <yanx.xia@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Xia, YanX" <yanx.xia@intel.com>
Subject: Re: [dts] [PATCH V2 2/3] test_plans: modify dts because of i40evf removed
Date: Fri, 22 Oct 2021 06:31:10 +0000	[thread overview]
Message-ID: <SJ0PR11MB5599E08699134955A11A2AEC94809@SJ0PR11MB5599.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20211020181005.332986-3-yanx.xia@intel.com>

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Yan Xia
> Sent: Thursday, October 21, 2021 2:10 AM
> To: dts@dpdk.org
> Cc: Xia, YanX <yanx.xia@intel.com>
> Subject: [dts] [PATCH V2 2/3] test_plans: modify dts because of i40evf removed
> 
> modify dts because of i40evf removed
> dpdk commit-id:c65f9258
> 
> Signed-off-by: Yan Xia <yanx.xia@intel.com>
Acked-by: Xueqin Lin <xueqin.lin@intel.com>
> ---
>  test_plans/ddp_gtp_test_plan.rst                 | 2 +-
>  test_plans/ddp_mpls_test_plan.rst                | 2 +-
>  test_plans/floating_veb_test_plan.rst            | 4 ++--
>  test_plans/runtime_vf_queue_number_test_plan.rst | 2 +-
>  test_plans/veb_switch_test_plan.rst              | 4 ++--
>  test_plans/vf_pf_reset_test_plan.rst             | 4 ++--
>  6 files changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/test_plans/ddp_gtp_test_plan.rst
> b/test_plans/ddp_gtp_test_plan.rst
> index cea2993f..9172b597 100644
> --- a/test_plans/ddp_gtp_test_plan.rst
> +++ b/test_plans/ddp_gtp_test_plan.rst
> @@ -70,7 +70,7 @@ Prerequisites
> 
>  3. Detach VF from the host::
> 
> -    rmmod i40evf
> +    rmmod iavf
> 
>  4. Pass through VF 81:10.0 to vm0, start vm0.
> 
> diff --git a/test_plans/ddp_mpls_test_plan.rst
> b/test_plans/ddp_mpls_test_plan.rst
> index cce8efb5..d76934c1 100644
> --- a/test_plans/ddp_mpls_test_plan.rst
> +++ b/test_plans/ddp_mpls_test_plan.rst
> @@ -60,7 +60,7 @@ Prerequisites
> 
>  2. Detach VF from the host::
> 
> -     rmmod i40evf
> +     rmmod iavf
> 
>  3. Pass through VF 81:10.0 to vm0, start vm0.
> 
> diff --git a/test_plans/floating_veb_test_plan.rst
> b/test_plans/floating_veb_test_plan.rst
> index 1522b53b..37f6fc09 100644
> --- a/test_plans/floating_veb_test_plan.rst
> +++ b/test_plans/floating_veb_test_plan.rst
> @@ -99,8 +99,8 @@ Prerequisites for VEB testing
>        ./dpdk-devbind.py -b igb_uio 05:00.0
>        echo 2 >/sys/bus/pci/devices/0000:05:00.0/max_vfs
>        ./dpdk-devbind.py --st
> -      0000:05:02.0 'XL710/X710 Virtual Function' unused=i40evf,igb_uio
> -      0000:05:02.1 'XL710/X710 Virtual Function' unused=i40evf,igb_uio
> +      0000:05:02.0 'XL710/X710 Virtual Function' unused=iavf,igb_uio
> +      0000:05:02.1 'XL710/X710 Virtual Function' unused=iavf,igb_uio
> 
>  4. Bind the VFs to dpdk driver::
> 
> diff --git a/test_plans/runtime_vf_queue_number_test_plan.rst
> b/test_plans/runtime_vf_queue_number_test_plan.rst
> index 9d4f9538..b0c2c3a9 100644
> --- a/test_plans/runtime_vf_queue_number_test_plan.rst
> +++ b/test_plans/runtime_vf_queue_number_test_plan.rst
> @@ -338,7 +338,7 @@ Verify error information::
>  Test case 7: Reserve VF queue number when VF bind to kernel driver
> ==================================================================
> 
> -1. bind vf to kernel driver i40evf::
> +1. bind vf to kernel driver iavf::
> 
>       ./usertools/dpdk-devbind.py -b i40e 0000:18:02.0
> 
> diff --git a/test_plans/veb_switch_test_plan.rst
> b/test_plans/veb_switch_test_plan.rst
> index ca8bd7e0..1d7d11c2 100644
> --- a/test_plans/veb_switch_test_plan.rst
> +++ b/test_plans/veb_switch_test_plan.rst
> @@ -86,8 +86,8 @@ Prerequisites for VEB testing
>        ./dpdk-devbind.py -b igb_uio 05:00.0
>        echo 2 >/sys/bus/pci/devices/0000:05:00.0/max_vfs
>        ./dpdk-devbind.py --st
> -      0000:05:02.0 'XL710/X710 Virtual Function' unused=i40evf,igb_uio
> -      0000:05:02.1 'XL710/X710 Virtual Function' unused=i40evf,igb_uio
> +      0000:05:02.0 'XL710/X710 Virtual Function' unused=iavf,igb_uio
> +      0000:05:02.1 'XL710/X710 Virtual Function' unused=iavf,igb_uio
> 
>  4. Bind the VFs to dpdk driver::
> 
> diff --git a/test_plans/vf_pf_reset_test_plan.rst
> b/test_plans/vf_pf_reset_test_plan.rst
> index 009e99a9..574d4510 100644
> --- a/test_plans/vf_pf_reset_test_plan.rst
> +++ b/test_plans/vf_pf_reset_test_plan.rst
> @@ -589,11 +589,11 @@ test Case 10: vf reset (two vfs passed through to
> two VM)
>     using `lspci -nn|grep -i ethernet` got VF device id, for example "8086 154c"::
> 
>       echo "8086 154c" > /sys/bus/pci/drivers/pci-stub/new_id
> -     echo "0000:82:02.0" > /sys/bus/pci/drivers/i40evf/unbind
> +     echo "0000:82:02.0" > /sys/bus/pci/drivers/iavf/unbind
>       echo "0000:82:02.0" > /sys/bus/pci/drivers/pci-stub/bind
> 
>       echo "8086 154c" > /sys/bus/pci/drivers/pci-stub/new_id
> -     echo "0000:82:02.1" > /sys/bus/pci/drivers/i40evf/unbind
> +     echo "0000:82:02.1" > /sys/bus/pci/drivers/iavf/unbind
>       echo "0000:82:02.1" > /sys/bus/pci/drivers/pci-stub/bind
> 
>  3. Pass through VF0 81:02.0 to vm0, VF1 81:02.1 to vm1::
> --
> 2.33.1


  reply	other threads:[~2021-10-22  6:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-20 18:10 [dts] [PATCH V2 0/3] *** modify dts because of i40evf removed *** Yan Xia
2021-10-20 18:10 ` [dts] [PATCH V2 1/3] framework: modify dts because of i40evf removed Yan Xia
2021-10-22  6:29   ` Lin, Xueqin
2021-10-20 18:10 ` [dts] [PATCH V2 2/3] test_plans: " Yan Xia
2021-10-22  6:31   ` Lin, Xueqin [this message]
2021-10-20 18:10 ` [dts] [PATCH V2 3/3] tests/vf_kernel: " Yan Xia
2021-10-21 10:21   ` Chen, LingliX
2021-10-22  6:29   ` Lin, Xueqin
2021-10-25  9:05     ` 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=SJ0PR11MB5599E08699134955A11A2AEC94809@SJ0PR11MB5599.namprd11.prod.outlook.com \
    --to=xueqin.lin@intel.com \
    --cc=dts@dpdk.org \
    --cc=yanx.xia@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).