Re: [PATCH v1 1/1] bbdev: extend range of allocation function

2023-07-06 Thread Maxime Coquelin
On 6/2/23 04:04, Nicolas Chautru wrote: Realigning the argument to unsigned int to align with number support by underlying rte_mempool_get_bulk function. Signed-off-by: Nicolas Chautru --- lib/bbdev/rte_bbdev_op.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/l

Re: [PATCH v1 1/1] bbdev: extend range of allocation function

2023-06-05 Thread Maxime Coquelin
om: Maxime Coquelin Sent: Friday, June 2, 2023 12:56 AM To: Chautru, Nicolas ; dev@dpdk.org Cc: hemant.agra...@nxp.com; Vargas, Hernan Subject: Re: [PATCH v1 1/1] bbdev: extend range of allocation function On 6/2/23 04:04, Nicolas Chautru wrote: Realigning the argument to unsigned int to align w

RE: [PATCH v1 1/1] bbdev: extend range of allocation function

2023-06-02 Thread Chautru, Nicolas
.org > Cc: hemant.agra...@nxp.com; Vargas, Hernan > Subject: Re: [PATCH v1 1/1] bbdev: extend range of allocation function > > > > On 6/2/23 04:04, Nicolas Chautru wrote: > > Realigning the argument to unsigned int to align with number support > > by underlying rte_mempo

Re: [PATCH v1 1/1] bbdev: extend range of allocation function

2023-06-02 Thread Maxime Coquelin
On 6/2/23 04:04, Nicolas Chautru wrote: Realigning the argument to unsigned int to align with number support by underlying rte_mempool_get_bulk function. Signed-off-by: Nicolas Chautru --- lib/bbdev/rte_bbdev_op.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/l

RE: [PATCH v1 1/1] bbdev: extend range of allocation function

2023-06-01 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

[PATCH v1 1/1] bbdev: extend range of allocation function

2023-06-01 Thread Nicolas Chautru
Realigning the argument to unsigned int to align with number support by underlying rte_mempool_get_bulk function. Signed-off-by: Nicolas Chautru --- lib/bbdev/rte_bbdev_op.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/bbdev/rte_bbdev_op.h b/lib/bbdev/rte_bbdev_o