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 673EAA0352; Wed, 6 May 2020 05:13:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5DA9F1D5F0; Wed, 6 May 2020 05:13:34 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id A9D721D5EB for ; Wed, 6 May 2020 05:13:32 +0200 (CEST) IronPort-SDR: L53OG6dqUHFQQlVmXAGq2rLMtPmIv9RMFDfBvfTdcrgYwhpD+6s6uMTRytYIoXSzuapgWwrGzS NTT+V9gva4fw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2020 20:13:29 -0700 IronPort-SDR: h9Hw8XS/g5+scO3ih7+quBA85ER4cGEXKzoB0fH7t/CestnQOQAxLq9roIwqHyx1A9H2atHIPg Kdb6wnq+eo0Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,357,1583222400"; d="scan'208";a="251082122" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga008.fm.intel.com with ESMTP; 05 May 2020 20:13:29 -0700 Received: from fmsmsx601.amr.corp.intel.com (10.18.126.81) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 5 May 2020 20:13:29 -0700 Received: from fmsmsx601.amr.corp.intel.com (10.18.126.81) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 5 May 2020 20:13:26 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Tue, 5 May 2020 20:13:26 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.225]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.91]) with mapi id 14.03.0439.000; Wed, 6 May 2020 11:13:24 +0800 From: "Tu, Lijuan" To: "Lin, Xueqin" , "dts@dpdk.org" CC: "Lin, Xueqin" Thread-Topic: [dts] [PATCH 1/3] test_plan/shutdown_api: add rx/tx descriptor status test plan Thread-Index: AQHWHUX7NuJHR0utM0iSX9Ek/dBNE6iabgLA Date: Wed, 6 May 2020 03:13:23 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC21D5C@SHSMSX101.ccr.corp.intel.com> References: <1588047409-91262-1-git-send-email-xueqin.lin@intel.com> In-Reply-To: <1588047409-91262-1-git-send-email-xueqin.lin@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH 1/3] test_plan/shutdown_api: add rx/tx descriptor status test plan 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" 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 > Subject: [dts] [PATCH 1/3] test_plan/shutdown_api: add rx/tx descriptor > status test plan >=20 > Signed-off-by: Xueqin Lin >=20 > --- > test_plans/shutdown_api_test_plan.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) >=20 > 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 p= ackets > successfully. > + > +Test Case: RX/TX descriptor status > +---------------------------------- > + > +1. Lauch testpmd with rx/tx queue number ``--txq=3D16 --rxq=3D16`` and > +rx/tx descriptor size ``--txd=3D4096 --rxd=3D4096`` 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