Re: [lng-odp] [PATCH 0/2] calling term functions from pktio_perf

2016-11-29 Thread Maxim Uvarov
Merged, Maxim. On 11/29/16 05:53, Bill Fischofer wrote: For this series: Reviewed-by: Bill Fischofer On Fri, Nov 25, 2016 at 11:14 AM, Christophe Milard wrote: The term functions were not called in odp_pktio_perf.c. Fixing this (Patch 2) showed another problem: closing pktio in odp_term_glo

Re: [lng-odp] [PATCH 0/2] calling term functions from pktio_perf

2016-11-28 Thread Bill Fischofer
For this series: Reviewed-by: Bill Fischofer On Fri, Nov 25, 2016 at 11:14 AM, Christophe Milard wrote: > The term functions were not called in odp_pktio_perf.c. > Fixing this (Patch 2) showed another problem: closing pktio > in odp_term_global() aborted, if the pktio was already in state > PKT

[lng-odp] [PATCH 0/2] calling term functions from pktio_perf

2016-11-25 Thread Christophe Milard
The term functions were not called in odp_pktio_perf.c. Fixing this (Patch 2) showed another problem: closing pktio in odp_term_global() aborted, if the pktio was already in state PKTIO_STATE_CLOSE_PENDING. This is fixed by Patch 1. Reviewers, please note: I am not sure the solution in patch 1 is