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 the best,
If you have better approach, please suggest (better patch welcome!)

Christophe Milard (2):
  linux-gen: packet_io: handling term_global while in CLOSE_PENDING
  performance: odp_pktio_perf: adding missing term functions

 platform/linux-generic/odp_packet_io.c        | 6 ++++--
 test/common_plat/performance/odp_pktio_perf.c | 3 +++
 2 files changed, 7 insertions(+), 2 deletions(-)

-- 
2.7.4

Reply via email to