From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 156E11B462 for ; Thu, 13 Dec 2018 03:27:02 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Dec 2018 18:27:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,347,1539673200"; d="scan'208";a="118167337" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 12 Dec 2018 18:27:01 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 12 Dec 2018 18:27:01 -0800 Received: from BGSMSX107.gar.corp.intel.com (10.223.4.191) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 12 Dec 2018 18:27:00 -0800 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.20]) by BGSMSX107.gar.corp.intel.com ([169.254.9.172]) with mapi id 14.03.0415.000; Thu, 13 Dec 2018 07:56:57 +0530 From: "Varghese, Vipin" To: "Pattan, Reshma" , "Ananyev, Konstantin" , "stephen@networkplumber.org" , "dev@dpdk.org" , "Mcnamara, John" CC: "thomas@monjalon.net" , "Byrne, Stephen1" , "Patel, Amol" Thread-Topic: [PATCH v6 8/9] app/procinfo: add support for show iter mempool Thread-Index: AQHUisyisqTJOuFQ8UKqdEf0lmTlfaV6+HcAgAEIUqA= Date: Thu, 13 Dec 2018 02:26:57 +0000 Message-ID: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2DA3DC@BGSMSX101.gar.corp.intel.com> References: <20181122141543.37067-1-vipin.varghese@intel.com> <20181203055000.39012-1-vipin.varghese@intel.com> <20181203055000.39012-9-vipin.varghese@intel.com> <3AEA2BF9852C6F48A459DA490692831F2A3E9C5A@irsmsx110.ger.corp.intel.com> In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A3E9C5A@irsmsx110.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzJiMjZhM2ItYzgwNS00Nzk0LTk2YjgtMWZiODljOTY2MjU0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiN1Zyc3B4eVlVWGVnSklNZUhNXC9xTEtVWnc5c1U5SXp3QlNpRFZac2ZYVWlidERMdm9USmZ5bFVsaGk1a0FDZXkifQ== dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 8/9] app/procinfo: add support for show iter mempool 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: Thu, 13 Dec 2018 02:27:03 -0000 Hi Reshma, snipped >=20 > Since this patch displaying mepool and its elements both , edit heading t= o suit > both? >=20 > ( or) >=20 > What about having iter mempool support as separate patch after this patch= ? > That looks more logical as iter-mempool is separate command option now. This is good suggestion, but depending upon the function and debug option i= n my humble opinion it has to go with the current patch series. >=20 > Thanks, > Reshma