crypto/armv8: remove debug option
authorRuifeng Wang <ruifeng.wang@arm.com>
Tue, 28 Jul 2020 09:24:04 +0000 (17:24 +0800)
committerAkhil Goyal <akhil.goyal@nxp.com>
Tue, 28 Jul 2020 20:09:22 +0000 (22:09 +0200)
commitcc9035ffbb8a050780e202047500b1580abed0c9
tree58fe1549b44b080aed648dea49288c1cc5706d5f
parentd8492ad59eb71c9a55a4dbc08490b4ebec376878
crypto/armv8: remove debug option

Typo in debug log switch macro caused debug log cannot be enabled.
Since no log used in data path, remove the debug option entirely
and have logs always enabled.

Resolved compilation error when debug log is enabled:
rte_armv8_pmd.c: In function ‘process_armv8_chained_op’:
rte_armv8_pmd.c:633:22: error: expected ‘)’ before ‘crypto_func’
  ARMV8_CRYPTO_ASSERT(crypto_func != NULL);
                      ^

Fixes: 169ca3db550c ("crypto/armv8: add PMD optimized for ARMv8 processors")
Cc: stable@dpdk.org
Reported-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
config/common_base
drivers/crypto/armv8/armv8_pmd_private.h