crypto/armv8: remove redundant assert definition
authorRuifeng Wang <ruifeng.wang@arm.com>
Tue, 28 Jul 2020 09:24:06 +0000 (17:24 +0800)
committerAkhil Goyal <akhil.goyal@nxp.com>
Tue, 28 Jul 2020 20:09:22 +0000 (22:09 +0200)
commit1ee3c4b462810ad8460397d1dfc39dcbd98ebf33
tree2c989c3d767f18ff18eeaad424e0ee27ead06bb9
parent28b0514504cf0f71f822f0aed5aacc83eb8ada12
crypto/armv8: remove redundant assert definition

No need to define assert function in PMD since RTE provides the same.
Remove private definition and use RTE_VERIFY instead.

Suggested-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
drivers/crypto/armv8/armv8_pmd_private.h
drivers/crypto/armv8/rte_armv8_pmd.c