Re: [dpdk-dev] [PATCH 0/3] Build fails when rte_security is disabled.

2017-10-26 Thread Akhil Goyal
On 10/26/2017 3:52 PM, Radu Nicolau wrote: Disabling CONFIG_RTE_LIBRTE_SECURITY results in build failure for crypto/dpaa2_sec and net/ixgbe PMDs and IPsec sample app. This patchset makes CONFIG_RTE_LIBRTE_SECURITY mandatory for all of the above. Radu Nicolau (3): crypto/dpaa2_sec: fix build i

[dpdk-dev] [PATCH 0/3] Build fails when rte_security is disabled.

2017-10-26 Thread Radu Nicolau
Disabling CONFIG_RTE_LIBRTE_SECURITY results in build failure for crypto/dpaa2_sec and net/ixgbe PMDs and IPsec sample app. This patchset makes CONFIG_RTE_LIBRTE_SECURITY mandatory for all of the above. Radu Nicolau (3): crypto/dpaa2_sec: fix build issue net/ixgbe: fix build issue examples/i