Re: [dpdk-dev] [PATCH v2 3/3] crypto/armv8: remove redundant assert definition

2020-07-28 Thread Akhil Goyal
> 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 > Signed-off-by: Ruifeng Wang > --- > drivers/crypto/armv8/armv8_pmd_private.h | 8 > drivers/crypto/armv8/rte_armv8_pmd.c

[dpdk-dev] [PATCH v2 3/3] crypto/armv8: remove redundant assert definition

2020-07-28 Thread Ruifeng Wang
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 Signed-off-by: Ruifeng Wang --- drivers/crypto/armv8/armv8_pmd_private.h | 8 drivers/crypto/armv8/rte_armv8_pmd.c | 2 +- 2 file