Re: [dpdk-dev] [PATCH] test/eventdev: fix compilation with crypto disabled

2017-04-06 Thread Thomas Monjalon
> > There is a compilation error in the following case: > > > > make config T=x86_64-native-linuxapp-gcc > > sed -i 's,CONFIG_RTE_LIBRTE_CRYPTODEV=y,CONFIG_RTE_LIBRTE_CRYPTODEV=n,' \ > > build/.config > > sed -i 's,CONFIG_RTE_APP_CRYPTO_PERF=y,CONFIG_RTE_APP_CRYPTO_PERF=n,' \ > > bui

Re: [dpdk-dev] [PATCH] test/eventdev: fix compilation with crypto disabled

2017-04-06 Thread Jerin Jacob
-Original Message- > Date: Thu, 6 Apr 2017 16:13:37 +0200 > From: Olivier Matz > To: dev@dpdk.org > CC: jerin.ja...@caviumnetworks.com > Subject: [PATCH] test/eventdev: fix compilation with crypto disabled > X-Mailer: git-send-email 2.11.0 > > There is a compilation error in the following

[dpdk-dev] [PATCH] test/eventdev: fix compilation with crypto disabled

2017-04-06 Thread Olivier Matz
There is a compilation error in the following case: make config T=x86_64-native-linuxapp-gcc sed -i 's,CONFIG_RTE_LIBRTE_CRYPTODEV=y,CONFIG_RTE_LIBRTE_CRYPTODEV=n,' \ build/.config sed -i 's,CONFIG_RTE_APP_CRYPTO_PERF=y,CONFIG_RTE_APP_CRYPTO_PERF=n,' \ build/.config make -j4 make