Re: [lng-odp] [API-NEXTv4 0/7] Add functions to free multiple packets/buffers at once

2015-10-21 Thread Nicolas Morey-Chaisemartin
Any more feedback on this ? On 10/13/2015 10:47 AM, Nicolas Morey-Chaisemartin wrote: > As a lot of ODP calls allows the user to receive/poll/send multiple packets > at once, I think it makes sense to provide a call > to free a bunch of packets/buffers at the same time. > > Although

[lng-odp] [API-NEXTv4 0/7] Add functions to free multiple packets/buffers at once

2015-10-13 Thread Nicolas Morey-Chaisemartin
As a lot of ODP calls allows the user to receive/poll/send multiple packets at once, I think it makes sense to provide a call to free a bunch of packets/buffers at the same time. Although implementation may be a simple loop, it leaves space for many performance optimizations. v4: * In test