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 this series: > > Reviewed-and-tested-by: Bill Fischofer <bill.fischo...@linaro.org> > merged. Maxim. > On Wed, May 24, 2017 at 9:40 AM, Maxim Uvarov <maxim.uva...@linaro.org> wrote: >> if it is useful case let's add this test to .travis.yaml >> >> Maxim. >> >> On 24 May 2017 at 17:35, Matias Elo <matias....@nokia.com> wrote: >> >>> 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 packet length >>> >>> platform/linux-generic/odp_packet.c | 16 +++++++++++----- >>> test/common_plat/validation/api/pktio/pktio.c | 7 +++++-- >>> 2 files changed, 16 insertions(+), 7 deletions(-) >>> >>> -- >>> 2.7.4 >>> >>>