From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v9 1/6] app/procinfo: add support for show port Date: Fri, 11 Jan 2019 11:22:46 +0100 Message-ID: <257867958.DDeDBJCXgg@xps> References: <20190107153829.34047-2-vipin.varghese@intel.com> <2395887.NJRNHdBidz@xps> <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2EFDE9@BGSMSX101.gar.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "dev@dpdk.org" , "Mcnamara, John" , "Ananyev, Konstantin" , "stephen@networkplumber.org" , "Pattan, Reshma" , "Singh, Jasvinder" , "Byrne, Stephen1" , "Patel, Amol" To: "Varghese, Vipin" Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 05B941B937 for ; Fri, 11 Jan 2019 11:22:56 +0100 (CET) In-Reply-To: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2EFDE9@BGSMSX101.gar.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 11/01/2019 04:57, Varghese, Vipin: > Hi Thomas > > snipped > > > +#include > > > > 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_cryptodev_capabilities' > s_cap->crypto_capabilities->op); OK I see, thanks