From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Varghese, Vipin" Subject: Re: [PATCH v9 1/6] app/procinfo: add support for show port 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , "Mcnamara, John" , "Ananyev, Konstantin" , "stephen@networkplumber.org" , "Pattan, Reshma" , "Singh, Jasvinder" , "Byrne, Stephen1" , "Patel, Amol" To: Thomas Monjalon 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) In-Reply-To: <2395887.NJRNHdBidz@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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