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 927D8A0613 for ; Wed, 25 Sep 2019 18:33:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 40C072C36; Wed, 25 Sep 2019 18:33:47 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 8504B2BEA for ; Wed, 25 Sep 2019 18:33:45 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2019 09:33:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,548,1559545200"; d="scan'208";a="390274845" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga006.fm.intel.com with ESMTP; 25 Sep 2019 09:33:44 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 25 Sep 2019 09:33:44 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 25 Sep 2019 09:33:44 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.113]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.235]) with mapi id 14.03.0439.000; Thu, 26 Sep 2019 00:33:42 +0800 From: "Wang, Haiyue" To: "Iremonger, Bernard" , "Yigit, Ferruh" CC: "mdr@ashroe.eu" , "Sun, Chenmin" , "dev@dpdk.org" , "Zhang, Helin" Thread-Topic: [dpdk-dev] [RFC v3 4/4] app/testpmd: show the Rx/Tx burst mode description Thread-Index: AQHVaYRBS+PCsbSwqkGRPDlWRjlNX6c8qoSQ Date: Wed, 25 Sep 2019 16:33:41 +0000 Message-ID: References: <20190910163337.4843-1-haiyue.wang@intel.com> <20190910163337.4843-5-haiyue.wang@intel.com> <8CEF83825BEC744B83065625E567D7C260DF7419@IRSMSX108.ger.corp.intel.com> In-Reply-To: <8CEF83825BEC744B83065625E567D7C260DF7419@IRSMSX108.ger.corp.intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTZkZjQ4NWQtM2RkYS00OTA2LWI4MDktNGI3ZTQ4M2FlYTUwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicVwvT2Z6WU5peWNNWk5qUzZraXREQjhCY0ZSOXR3UDJKcktJQmQxZWExUFNwbEpsYlFcLzZMU0wwa040eG9NY2JnIn0= x-ctpclassification: CTP_NT 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: [dpdk-dev] [RFC v3 4/4] app/testpmd: show the Rx/Tx burst mode description X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Thanks, Bernard. Hi Ferruh, Can this series patches be for 20.02 upstream ? BR, Haiyue > -----Original Message----- > From: Iremonger, Bernard > Sent: Friday, September 13, 2019 00:08 > To: Wang, Haiyue ; dev@dpdk.org; Yigit, Ferruh ; > mdr@ashroe.eu; Sun, Chenmin > Cc: Wang, Haiyue > Subject: RE: [dpdk-dev] [RFC v3 4/4] app/testpmd: show the Rx/Tx burst mo= de description >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Haiyue Wang > > Sent: Tuesday, September 10, 2019 5:34 PM > > To: dev@dpdk.org; Yigit, Ferruh ; mdr@ashroe.eu= ; Sun, > > Chenmin > > Cc: Wang, Haiyue > > Subject: [dpdk-dev] [RFC v3 4/4] app/testpmd: show the Rx/Tx burst mode > > description > > > > Add the 'Burst mode' section into command 'show rxq|txq info > > ' to show the Rx/Tx burst mode description like: > > "Burst mode: Vector AVX2 Scattered" > > > > Signed-off-by: Haiyue Wang >=20 > Acked-by: Bernard Iremonger