From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 6C59014EB; Fri, 11 Jan 2019 05:22:52 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 11 Jan 2019 05:22:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=ZVvuNQbgvM2B4TkY1RWOOI2/lS1nGvIoY1/1basLBfY=; b=fjxhCLzkIrHB xjZ+q5Kafn6JhCq7lmG7CNhfHFPkwqdoPOtfJVWuF1Dcd6tpVddRExlbNrmuO9vj KBuyuQoRvabzUJ3rTw1If2hsXcKCdi0R7RPSbBukxQNgz19VYlOu7YmXDy1QzHtq P0UenVRCObSISbVyjh11LbOr6XxPDL0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=ZVvuNQbgvM2B4TkY1RWOOI2/lS1nGvIoY1/1basLB fY=; b=QWMlpGw3y38RSa1NYzMAwroukUydCurBzvd/k0JtzTe+P9ZZKzTZBiHRB 8itCgz4C1JIKo54f+2POQxgOiD9+nDLVFDERnydtJH17j8H1rmErGcesupoznrDQ 6ZKlg+/+7ICFPBMhr97F4w6bJCxwxRgmf08LTxvTylZ5ViwlFccudhyKppaR94U6 CRhlDbjHf+C10WTtSp21gsF+E/EbhP3mN3Yf2TdXckcvxjcVE2fuqpE8dOlvdbxa Pg7DkSKP5KfhqJI4A0Jm16ewcLe/2Y81g+xUiaEKmz59cIYk+taigbjP1we9Yh3u N7zJuMs9/ydCz5hkLU+gHazfdtpKg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrfeehgddugecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6C952E41AC; Fri, 11 Jan 2019 05:22:50 -0500 (EST) From: Thomas Monjalon To: "Varghese, Vipin" Cc: "dev@dpdk.org" , "Mcnamara, John" , "Ananyev, Konstantin" , "stephen@networkplumber.org" , "Pattan, Reshma" , "Singh, Jasvinder" , "Byrne, Stephen1" , "Patel, Amol" Date: Fri, 11 Jan 2019 11:22:46 +0100 Message-ID: <257867958.DDeDBJCXgg@xps> In-Reply-To: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2EFDE9@BGSMSX101.gar.corp.intel.com> References: <20190107153829.34047-2-vipin.varghese@intel.com> <2395887.NJRNHdBidz@xps> <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2EFDE9@BGSMSX101.gar.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 10:22:57 -0000 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