Re: [PATCH v2 35/37] baseband/acc100: add protection for NULL HARQ input

2022-09-15 Thread Maxime Coquelin
On 8/20/22 04:31, Hernan Vargas wrote: It is possible to cause an invalid HW operation in case the user provides the BBDEV API and HARQ operation with input enabled and zero Not sure, but s/and/a/? This is again a fix, and should be tagged appropriately. input. Adding protection for that

[PATCH v2 35/37] baseband/acc100: add protection for NULL HARQ input

2022-08-19 Thread Hernan Vargas
It is possible to cause an invalid HW operation in case the user provides the BBDEV API and HARQ operation with input enabled and zero input. Adding protection for that case. Signed-off-by: Hernan Vargas --- drivers/baseband/acc100/rte_acc100_pmd.c | 8 1 file changed, 8 insertions(+)