mbox series

[v3,0/7] baseband/acc: changes for 23.03

Message ID 20230112193609.273578-1-hernan.vargas@intel.com (mailing list archive)
Headers
Series baseband/acc: changes for 23.03 |

Message

Hernan Vargas Jan. 12, 2023, 7:36 p.m. UTC
  v3: Remove unused mempool header.
v2: Reordered commits and added one more fix.
v1: Upstreaming ACC100 changes for 23.03.

Hernan Vargas (7):
  baseband/acc: acc100 free harq layout pointer
  baseband/acc: acc100 fix iteration counter in TB
  baseband/acc: acc100 fix multiplexing multiple ops
  baseband/acc: acc100 fix queue mapping to 64 bits
  baseband/acc: acc100 use define constant
  baseband/acc: acc100 use desc helper functions
  baseband/acc: acc100 ignore missing mempools

 drivers/baseband/acc/rte_acc100_pmd.c | 65 +++++++++++----------------
 1 file changed, 25 insertions(+), 40 deletions(-)
  

Comments

Maxime Coquelin Jan. 17, 2023, 10:49 a.m. UTC | #1
Hi Hernan,

On 1/12/23 20:36, Hernan Vargas wrote:
> v3: Remove unused mempool header.
> v2: Reordered commits and added one more fix.
> v1: Upstreaming ACC100 changes for 23.03.
> 
> Hernan Vargas (7):
>    baseband/acc: acc100 free harq layout pointer
>    baseband/acc: acc100 fix iteration counter in TB
>    baseband/acc: acc100 fix multiplexing multiple ops
>    baseband/acc: acc100 fix queue mapping to 64 bits
>    baseband/acc: acc100 use define constant
>    baseband/acc: acc100 use desc helper functions
>    baseband/acc: acc100 ignore missing mempools
> 
>   drivers/baseband/acc/rte_acc100_pmd.c | 65 +++++++++++----------------
>   1 file changed, 25 insertions(+), 40 deletions(-)
> 

As I mentioned in the first v3 sent, next time please include the R-by's
that were given on previous versions on patches that did changed.

For this time, I will handle it myself.

Regards,
Maxime
  
Maxime Coquelin Jan. 19, 2023, 10:06 a.m. UTC | #2
On 1/12/23 20:36, Hernan Vargas wrote:
> v3: Remove unused mempool header.
> v2: Reordered commits and added one more fix.
> v1: Upstreaming ACC100 changes for 23.03.
> 
> Hernan Vargas (7):
>    baseband/acc: acc100 free harq layout pointer
>    baseband/acc: acc100 fix iteration counter in TB
>    baseband/acc: acc100 fix multiplexing multiple ops
>    baseband/acc: acc100 fix queue mapping to 64 bits
>    baseband/acc: acc100 use define constant
>    baseband/acc: acc100 use desc helper functions
>    baseband/acc: acc100 ignore missing mempools
> 
>   drivers/baseband/acc/rte_acc100_pmd.c | 65 +++++++++++----------------
>   1 file changed, 25 insertions(+), 40 deletions(-)
> 

Applied to dpdk-next-baseband/for-main.

Thanks,
Maxime