Re: [lng-odp] [API-NEXTv6 1/7] api: buffer: add functions to alloc/free multiple buffers at once

2015-12-08 Thread Ola Liljedahl
On 3 December 2015 at 16:01, Bill Fischofer wrote: > > > On Thu, Dec 3, 2015 at 8:30 AM, Zoltan Kiss > wrote: > >> Hi, >> >> I know it's a late cry, but I've found two problems while implementing >> this for ODP-DPDK, and the apply for odp_packet_alloc_multi() as well. See >> inline: >> >> On 28

Re: [lng-odp] [API-NEXTv6 1/7] api: buffer: add functions to alloc/free multiple buffers at once

2015-12-03 Thread Zoltan Kiss
-odp] [API-NEXTv6 1/7] api: buffer: add functions to alloc/free multiple buffers at once Hi, I know it's a late cry, but I've found two problems while implementing this for ODP-DPDK, and the apply for odp_packet_alloc_multi() as well. See inline: On 28/10/15 15:31, Nicolas Morey-Ch

Re: [lng-odp] [API-NEXTv6 1/7] api: buffer: add functions to alloc/free multiple buffers at once

2015-12-03 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT > Zoltan Kiss > Sent: Thursday, December 03, 2015 4:30 PM > To: Nicolas Morey-Chaisemartin; lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [API-NEXTv6 1/7] api: buffer

Re: [lng-odp] [API-NEXTv6 1/7] api: buffer: add functions to alloc/free multiple buffers at once

2015-12-03 Thread Bill Fischofer
On Thu, Dec 3, 2015 at 8:30 AM, Zoltan Kiss wrote: > Hi, > > I know it's a late cry, but I've found two problems while implementing > this for ODP-DPDK, and the apply for odp_packet_alloc_multi() as well. See > inline: > > On 28/10/15 15:31, Nicolas Morey-Chaisemartin wrote: > >> Signed-off-by: N

Re: [lng-odp] [API-NEXTv6 1/7] api: buffer: add functions to alloc/free multiple buffers at once

2015-12-03 Thread Zoltan Kiss
Hi, I know it's a late cry, but I've found two problems while implementing this for ODP-DPDK, and the apply for odp_packet_alloc_multi() as well. See inline: On 28/10/15 15:31, Nicolas Morey-Chaisemartin wrote: Signed-off-by: Nicolas Morey-Chaisemartin Reviewed-by: Petri Savolainen --- i

[lng-odp] [API-NEXTv6 1/7] api: buffer: add functions to alloc/free multiple buffers at once

2015-10-28 Thread Nicolas Morey-Chaisemartin
Signed-off-by: Nicolas Morey-Chaisemartin Reviewed-by: Petri Savolainen --- include/odp/api/buffer.h | 26 ++ 1 file changed, 26 insertions(+) diff --git a/include/odp/api/buffer.h b/include/odp/api/buffer.h index aea273f..6631f47 100644 --- a/include/odp/api/buffer.h ++