[v1,0/1] baseband/acc: refactor of DMA response

Message ID 20240110222822.832395-1-nicolas.chautru@intel.com (mailing list archive)
Headers
Series baseband/acc: refactor of DMA response |

Message

Chautru, Nicolas Jan. 10, 2024, 10:28 p.m. UTC
  Based on previous discussion last year with Maxime, refactoring a bit
the VRB PMD response as multiple functions have very similar code
when updating status based on DMA response.

Nicolas Chautru (1):
  baseband/acc: refactor of DMA response

 drivers/baseband/acc/rte_vrb_pmd.c | 139 +++++++++--------------------
 1 file changed, 40 insertions(+), 99 deletions(-)
  

Comments

Maxime Coquelin Feb. 7, 2024, 9:20 a.m. UTC | #1
On 1/10/24 23:28, Nicolas Chautru wrote:
> Based on previous discussion last year with Maxime, refactoring a bit
> the VRB PMD response as multiple functions have very similar code
> when updating status based on DMA response.
> 
> Nicolas Chautru (1):
>    baseband/acc: refactor of DMA response
> 
>   drivers/baseband/acc/rte_vrb_pmd.c | 139 +++++++++--------------------
>   1 file changed, 40 insertions(+), 99 deletions(-)
> 

Applied to next-baseband.

Thanks,
Maxime