Re: [lng-odp] [PATCH 0/3] Fix pktio with single segment packet pool

2017-05-25 Thread Maxim Uvarov
On 05/24/17 23:24, Bill Fischofer wrote: > Good bug catch. I've opened Bug > https://bugs.linaro.org/show_bug.cgi?id=3013 to track this and > assigned it to Matias and noted that he's posted a patch to address > this. Maxim: Can we please reference this Bug in the merge commit? > done. > For

Re: [lng-odp] [PATCH 0/3] Fix pktio with single segment packet pool

2017-05-24 Thread Bill Fischofer
Good bug catch. I've opened Bug https://bugs.linaro.org/show_bug.cgi?id=3013 to track this and assigned it to Matias and noted that he's posted a patch to address this. Maxim: Can we please reference this Bug in the merge commit? For this series: Reviewed-and-tested-by: Bill Fischofer

[lng-odp] [PATCH 0/3] Fix pktio with single segment packet pool

2017-05-24 Thread Matias Elo
This patch set enables using packet pool in single segment mode (CONFIG_PACKET_MAX_SEGS = 1). Matias Elo (3): linux-gen: packet: fix odp_packet_free_multi() with single segment pool linux-gen: packet: fix gcc errors with single segment pool test: pktio: use capability to set test pool