* [dts] [PATCH V2]test_plans: shutdown_api_testplan add support driver
@ 2020-03-13 5:57 Zeng Xiaoxiao
2020-03-13 6:04 ` Fu, Qi
2020-03-16 5:42 ` Tu, Lijuan
0 siblings, 2 replies; 3+ messages in thread
From: Zeng Xiaoxiao @ 2020-03-13 5:57 UTC (permalink / raw)
To: dts; +Cc: Zeng Xiaoxiao
Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
---
test_plans/shutdown_api_test_plan.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test_plans/shutdown_api_test_plan.rst b/test_plans/shutdown_api_test_plan.rst
index 0968644..ed27255 100644
--- a/test_plans/shutdown_api_test_plan.rst
+++ b/test_plans/shutdown_api_test_plan.rst
@@ -131,6 +131,7 @@ Test Case: Reconfigure All Ports With The Same Configurations (CRC)
Test Case: Change Link Speed
----------------------------
+This case support all the nic with driver i40e and ixgbe.
1. If the testpmd application is not launched, run it as above command. Follow
below steps to check if it works well after reconfiguring all ports without
@@ -146,6 +147,7 @@ Test Case: Change Link Speed
Test Case: Change Link Speed VF
----------------------------
+This case support all the nic with driver i40e and ixgbe.
1. bind a PF to DPDK::
./usertools/dpdk-devbind.py -b igb_uio 1b:00.0
--
1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH V2]test_plans: shutdown_api_testplan add support driver
2020-03-13 5:57 [dts] [PATCH V2]test_plans: shutdown_api_testplan add support driver Zeng Xiaoxiao
@ 2020-03-13 6:04 ` Fu, Qi
2020-03-16 5:42 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Fu, Qi @ 2020-03-13 6:04 UTC (permalink / raw)
To: Zeng, XiaoxiaoX, dts; +Cc: Zeng, XiaoxiaoX
Acked by Fu, Qi <qi.fu@intel.com>
Best regards,
Fu, Qi
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zeng Xiaoxiao
> Sent: Friday, March 13, 2020 1:58 PM
> To: dts@dpdk.org
> Cc: Zeng, XiaoxiaoX <xiaoxiaox.zeng@intel.com>
> Subject: [dts] [PATCH V2]test_plans: shutdown_api_testplan add support driver
>
> Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
> ---
> test_plans/shutdown_api_test_plan.rst | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/test_plans/shutdown_api_test_plan.rst
> b/test_plans/shutdown_api_test_plan.rst
> index 0968644..ed27255 100644
> --- a/test_plans/shutdown_api_test_plan.rst
> +++ b/test_plans/shutdown_api_test_plan.rst
> @@ -131,6 +131,7 @@ Test Case: Reconfigure All Ports With The Same
> Configurations (CRC)
>
> Test Case: Change Link Speed
> ----------------------------
> +This case support all the nic with driver i40e and ixgbe.
>
> 1. If the testpmd application is not launched, run it as above command. Follow
> below steps to check if it works well after reconfiguring all ports without @@
> -146,6 +147,7 @@ Test Case: Change Link Speed
>
> Test Case: Change Link Speed VF
> ----------------------------
> +This case support all the nic with driver i40e and ixgbe.
>
> 1. bind a PF to DPDK::
> ./usertools/dpdk-devbind.py -b igb_uio 1b:00.0
> --
> 1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH V2]test_plans: shutdown_api_testplan add support driver
2020-03-13 5:57 [dts] [PATCH V2]test_plans: shutdown_api_testplan add support driver Zeng Xiaoxiao
2020-03-13 6:04 ` Fu, Qi
@ 2020-03-16 5:42 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-03-16 5:42 UTC (permalink / raw)
To: Zeng, XiaoxiaoX, dts; +Cc: Zeng, XiaoxiaoX
Applied failed, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Zeng Xiaoxiao
> Sent: Friday, March 13, 2020 1:58 PM
> To: dts@dpdk.org
> Cc: Zeng, XiaoxiaoX <xiaoxiaox.zeng@intel.com>
> Subject: [dts] [PATCH V2]test_plans: shutdown_api_testplan add support
> driver
>
> Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
> ---
> test_plans/shutdown_api_test_plan.rst | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/test_plans/shutdown_api_test_plan.rst
> b/test_plans/shutdown_api_test_plan.rst
> index 0968644..ed27255 100644
> --- a/test_plans/shutdown_api_test_plan.rst
> +++ b/test_plans/shutdown_api_test_plan.rst
> @@ -131,6 +131,7 @@ Test Case: Reconfigure All Ports With The Same
> Configurations (CRC)
>
> Test Case: Change Link Speed
> ----------------------------
> +This case support all the nic with driver i40e and ixgbe.
>
> 1. If the testpmd application is not launched, run it as above command.
> Follow
> below steps to check if it works well after reconfiguring all ports without
> @@ -146,6 +147,7 @@ Test Case: Change Link Speed
>
> Test Case: Change Link Speed VF
> ----------------------------
> +This case support all the nic with driver i40e and ixgbe.
>
> 1. bind a PF to DPDK::
> ./usertools/dpdk-devbind.py -b igb_uio 1b:00.0
> --
> 1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-03-16 5:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-13 5:57 [dts] [PATCH V2]test_plans: shutdown_api_testplan add support driver Zeng Xiaoxiao
2020-03-13 6:04 ` Fu, Qi
2020-03-16 5:42 ` Tu, Lijuan
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).