Re: [dpdk-dev] [PATCH v4 09/11] baseband/acc100: add debug function to validate input

2020-09-20 Thread Liu, Tianjiao
On Fri, 4 Sep 2020 10:54:05 -0700, Nicolas Chautru wrote: > Debug functions to validate the input API from user Only enabled in DEBUG > mode at build time > Signed-off-by: Nicolas Chautru > --- > drivers/baseband/acc100/rte_acc100_pmd.c | 424 > +++ > 1 file chang

[dpdk-dev] [PATCH v4 09/11] baseband/acc100: add debug function to validate input

2020-09-04 Thread Nicolas Chautru
Debug functions to validate the input API from user Only enabled in DEBUG mode at build time Signed-off-by: Nicolas Chautru --- drivers/baseband/acc100/rte_acc100_pmd.c | 424 +++ 1 file changed, 424 insertions(+) diff --git a/drivers/baseband/acc100/rte_acc100_pmd.c