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);
>
>

