test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH 1/3] test_plan/shutdown_api: add rx/tx descriptor status test plan
@ 2020-04-28  4:16 Xueqin Lin
  2020-05-06  3:13 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Xueqin Lin @ 2020-04-28  4:16 UTC (permalink / raw)
  To: dts; +Cc: Xueqin Lin

Signed-off-by: Xueqin Lin <xueqin.lin@intel.com>

---
 test_plans/shutdown_api_test_plan.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/test_plans/shutdown_api_test_plan.rst b/test_plans/shutdown_api_test_plan.rst
index 83a495a..f92b08f 100644
--- a/test_plans/shutdown_api_test_plan.rst
+++ b/test_plans/shutdown_api_test_plan.rst
@@ -245,3 +245,12 @@ Test Case: link stats
 7. Run ``set link-up port X`` to set all port link up
 8. Start packet generator to transmit and receive packets
    successfully.
+
+Test Case: RX/TX descriptor status
+----------------------------------
+
+1. Lauch testpmd with rx/tx queue number ``--txq=16 --rxq=16`` and rx/tx descriptor size ``--txd=4096 --rxd=4096``
+2. Run ``show port 0 rxq * desc * status`` to check rx descriptor status.
+3. Check rx descriptor status can be ``AVAILABLE``, ``DONE`` or ``UNAVAILABLE``.
+4. Run ``show port 0 txq * desc * status`` to check tx descriptor status.
+5. Check tx descriptor status can be ``FULL``, ``DONE`` or ``UNAVAILABLE``.
-- 
2.7.5


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH 1/3] test_plan/shutdown_api: add rx/tx descriptor status test plan
  2020-04-28  4:16 [dts] [PATCH 1/3] test_plan/shutdown_api: add rx/tx descriptor status test plan Xueqin Lin
@ 2020-05-06  3:13 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-05-06  3:13 UTC (permalink / raw)
  To: Lin, Xueqin, dts; +Cc: Lin, Xueqin

Applied the series, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xueqin Lin
> Sent: Tuesday, April 28, 2020 12:17 PM
> To: dts@dpdk.org
> Cc: Lin, Xueqin <xueqin.lin@intel.com>
> Subject: [dts] [PATCH 1/3] test_plan/shutdown_api: add rx/tx descriptor
> status test plan
> 
> Signed-off-by: Xueqin Lin <xueqin.lin@intel.com>
> 
> ---
>  test_plans/shutdown_api_test_plan.rst | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/test_plans/shutdown_api_test_plan.rst
> b/test_plans/shutdown_api_test_plan.rst
> index 83a495a..f92b08f 100644
> --- a/test_plans/shutdown_api_test_plan.rst
> +++ b/test_plans/shutdown_api_test_plan.rst
> @@ -245,3 +245,12 @@ Test Case: link stats  7. Run ``set link-up port X`` to
> set all port link up  8. Start packet generator to transmit and receive packets
>     successfully.
> +
> +Test Case: RX/TX descriptor status
> +----------------------------------
> +
> +1. Lauch testpmd with rx/tx queue number ``--txq=16 --rxq=16`` and
> +rx/tx descriptor size ``--txd=4096 --rxd=4096`` 2. Run ``show port 0 rxq *
> desc * status`` to check rx descriptor status.
> +3. Check rx descriptor status can be ``AVAILABLE``, ``DONE`` or
> ``UNAVAILABLE``.
> +4. Run ``show port 0 txq * desc * status`` to check tx descriptor status.
> +5. Check tx descriptor status can be ``FULL``, ``DONE`` or ``UNAVAILABLE``.
> --
> 2.7.5


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-06  3:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28  4:16 [dts] [PATCH 1/3] test_plan/shutdown_api: add rx/tx descriptor status test plan Xueqin Lin
2020-05-06  3:13 ` 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).