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

2015-10-12 Thread Savolainen, Petri (Nokia - FI/Espoo)
y, October 08, 2015 5:06 PM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] [API-NEXTv3 0/7] Add functions to free multiple > packets/buffers at once > > 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 ca

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

2015-10-08 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. v3: * doc fixes