[dpdk-dev] [PATCH v9 1/6] app/procinfo: add support for show port

Varghese, Vipin vipin.varghese at intel.com
Fri Jan 11 04:57:36 CET 2019


Hi Thomas

snipped
> > +#include <rte_cryptodev.h>
> 
> 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);

> 
> 



More information about the dev mailing list