From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 3BE0C4D3A for ; Sun, 1 Apr 2018 14:21:17 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Apr 2018 05:21:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,391,1517904000"; d="scan'208";a="43060899" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga001.fm.intel.com with ESMTP; 01 Apr 2018 05:21:15 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.216]) by IRSMSX108.ger.corp.intel.com ([169.254.11.155]) with mapi id 14.03.0319.002; Sun, 1 Apr 2018 13:21:14 +0100 From: "Ananyev, Konstantin" To: "Zhang, Qi Z" , "thomas@monjalon.net" CC: "dev@dpdk.org" , "Xing, Beilei" , "Wu, Jingjing" , "Lu, Wenzhuo" Thread-Topic: [PATCH v4 2/3] app/testpmd: add command for queue setup Thread-Index: AQHTxODGNaS12PB980ybQR2VkbsFXKPr3cDw Date: Sun, 1 Apr 2018 12:21:14 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258A0AB71D7@irsmsx105.ger.corp.intel.com> References: <20180212045314.171616-1-qi.z.zhang@intel.com> <20180326085916.264811-1-qi.z.zhang@intel.com> <20180326085916.264811-3-qi.z.zhang@intel.com> In-Reply-To: <20180326085916.264811-3-qi.z.zhang@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTAwYzUyZWEtZWNkYy00MmFlLTg3ZDYtNzc1MWY2NmRjYTViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Imp4VFAxYWtmT0Z1TTNFaUdiK2tKeVRzdkozVEhKN0swY3Eyd1RLQU1VNnc9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 2/3] app/testpmd: add command for queue setup 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: , X-List-Received-Date: Sun, 01 Apr 2018 12:21:17 -0000 > +queue setup > +~~~~~~~~~~~ > + > +Setup a not started queue or re-setup a started queue:: > + > + testpmd> queue setup (rx|tx) (port_id) (queue_idx) (ring_size) (offlo= ads) As a nit - probably need to rephrase here - it is not possible to setup sta= rted queue. Konstantin > + > Port Functions > -------------- >=20 > -- > 2.13.6