From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 960CB1B96E for ; Fri, 11 Jan 2019 04:57:42 +0100 (CET) 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/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2019 19:57:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,464,1539673200"; d="scan'208";a="115908853" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga008.fm.intel.com with ESMTP; 10 Jan 2019 19:57:40 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 10 Jan 2019 19:57:40 -0800 Received: from bgsmsx151.gar.corp.intel.com (10.224.48.42) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 10 Jan 2019 19:57:40 -0800 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.128]) by BGSMSX151.gar.corp.intel.com ([169.254.3.74]) with mapi id 14.03.0415.000; Fri, 11 Jan 2019 09:27:37 +0530 From: "Varghese, Vipin" To: Thomas Monjalon CC: "dev@dpdk.org" , "Mcnamara, John" , "Ananyev, Konstantin" , "stephen@networkplumber.org" , "Pattan, Reshma" , "Singh, Jasvinder" , "Byrne, Stephen1" , "Patel, Amol" Thread-Topic: [PATCH v9 1/6] app/procinfo: add support for show port Thread-Index: AQHUqPrIDujzXpvUG0isGs5K2Jz9dKWoaOuAgAEIgeA= Date: Fri, 11 Jan 2019 03:57:36 +0000 Message-ID: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2EFDE9@BGSMSX101.gar.corp.intel.com> References: <20190107153829.34047-2-vipin.varghese@intel.com> <20190110213645.29901-1-vipin.varghese@intel.com> <20190110213645.29901-2-vipin.varghese@intel.com> <2395887.NJRNHdBidz@xps> In-Reply-To: <2395887.NJRNHdBidz@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODFlMjllODgtYmUwOC00MzM0LWI2NmUtMjM5ZjNjZmE3ZDU4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiT0pQR1RrTE1zaWR6ZUpzVUgwcWxzK2krdklzK1hyZWk3WTJWNzBuNDRKN0FuWlhDZndnUGhLT0FHS0pvd2U3UyJ9 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 v9 1/6] app/procinfo: add support for show port 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: Fri, 11 Jan 2019 03:57:43 -0000 Hi Thomas snipped > > +#include >=20 > Is the crypto include really required in this patch? Function 'show_port' requires the include file. Removing the same results In function 'show_port': /home/saesrv02/Downloads/dpdksrc/procifno/dpdk/app/proc-info/main.c:733:33:= error: dereferencing pointer to incomplete type 'const struct rte_cryptode= v_capabilities' s_cap->crypto_capabilities->op); >=20 >=20