[dpdk-dev] [PATCH] mk: crypto pmds can only be built if librte_cryptodev is enabled

2016-03-11 Thread Panu Matilainen
On 03/11/2016 11:28 AM, Thomas Monjalon wrote: > 2016-03-11 11:13, Panu Matilainen: >> If the experimental CONFIG_RTE_LIBRTE_CRYPTODEV is disabled, >> build of any crypto pmds will fail because of the missing dependency. >> This has been present for a while now but hidden until the addition >> of n

[dpdk-dev] [PATCH] mk: crypto pmds can only be built if librte_cryptodev is enabled

2016-03-11 Thread Panu Matilainen
If the experimental CONFIG_RTE_LIBRTE_CRYPTODEV is disabled, build of any crypto pmds will fail because of the missing dependency. This has been present for a while now but hidden until the addition of null_crypto since all the other crypto pmds have been disabled by default. Conditionalize the en

[dpdk-dev] [PATCH] mk: crypto pmds can only be built if librte_cryptodev is enabled

2016-03-11 Thread Thomas Monjalon
2016-03-11 11:13, Panu Matilainen: > If the experimental CONFIG_RTE_LIBRTE_CRYPTODEV is disabled, > build of any crypto pmds will fail because of the missing dependency. > This has been present for a while now but hidden until the addition > of null_crypto since all the other crypto pmds have been

[dpdk-dev] [PATCH] mk: crypto pmds can only be built if librte_cryptodev is enabled

2016-03-11 Thread Thomas Monjalon
2016-03-11 11:13, Panu Matilainen: > If the experimental CONFIG_RTE_LIBRTE_CRYPTODEV is disabled, > build of any crypto pmds will fail because of the missing dependency. > This has been present for a while now but hidden until the addition > of null_crypto since all the other crypto pmds have been