Re: [PATCH v2 01/37] baseband/acc100: add enqueue status

2022-09-14 Thread Maxime Coquelin
On 8/20/22 04:31, Hernan Vargas wrote: Add enqueue status as part of rte_bbdev_queue_data. This is a new feature to update queue status and indicate the reason why a previous enqueue may or may not have consumed all requested operations. Signed-off-by: Hernan Vargas --- drivers/baseband/ac

[PATCH v2 01/37] baseband/acc100: add enqueue status

2022-08-19 Thread Hernan Vargas
Add enqueue status as part of rte_bbdev_queue_data. This is a new feature to update queue status and indicate the reason why a previous enqueue may or may not have consumed all requested operations. Signed-off-by: Hernan Vargas --- drivers/baseband/acc100/rte_acc100_pmd.c | 85 ++