Re: [PATCH v3 18/30] baseband/acc100: enable input validation by default

2022-10-21 Thread Maxime Coquelin
Hi Nicolas, On 10/20/22 00:12, Chautru, Nicolas wrote: Hi Maxime, From: Maxime Coquelin On 10/12/22 04:53, Hernan Vargas wrote: Enable validation functions by default and provide a new flag RTE_LIBRTE_SKIP_VALIDATE if the user wants to run without validating input to save cycles. I would p

RE: [PATCH v3 18/30] baseband/acc100: enable input validation by default

2022-10-19 Thread Chautru, Nicolas
Hi Maxime, > From: Maxime Coquelin > On 10/12/22 04:53, Hernan Vargas wrote: > > Enable validation functions by default and provide a new flag > > RTE_LIBRTE_SKIP_VALIDATE if the user wants to run without validating > > input to save cycles. > > I would prefer a devarg, so that it can be enable

Re: [PATCH v3 18/30] baseband/acc100: enable input validation by default

2022-10-18 Thread Maxime Coquelin
On 10/12/22 04:53, Hernan Vargas wrote: Enable validation functions by default and provide a new flag RTE_LIBRTE_SKIP_VALIDATE if the user wants to run without validating input to save cycles. I would prefer a devarg, so that it can be enabled/disabled at runtime, instead of build time. The

RE: [EXT] [PATCH v3 18/30] baseband/acc100: enable input validation by default

2022-10-13 Thread Akhil Goyal
> Enable validation functions by default and provide a new flag > RTE_LIBRTE_SKIP_VALIDATE if the user wants to run without > validating input to save cycles. > > Signed-off-by: Hernan Vargas > > Reviewed-by: Maxime Coquelin > --- > drivers/baseband/acc/rte_acc100_pmd.c | 36 +-

[PATCH v3 18/30] baseband/acc100: enable input validation by default

2022-10-11 Thread Hernan Vargas
Enable validation functions by default and provide a new flag RTE_LIBRTE_SKIP_VALIDATE if the user wants to run without validating input to save cycles. Signed-off-by: Hernan Vargas Reviewed-by: Maxime Coquelin --- drivers/baseband/acc/rte_acc100_pmd.c | 36 +-- 1 file