Merged,
Maxim.

On 06/15/16 13:44, Petri Savolainen wrote:
This patch set modifies pktio-scheduler interface to handle pending
pktio stop and close states. When a scheduled pktio interface is
stopped, it's moved into STOP_PENDING state until the scheduler
responses with a stop_finalize call. While stop is pending, interface
may be closed and thus moved into CLOSE_PENDING state.

This modification should cover issues reported by
https://bugs.linaro.org/show_bug.cgi?id=2301

Petri Savolainen (6):
   linux-gen: pktio: simplify state handling
   linux-gen: sched: call pktio_start only once
   linux-gen: sched: use pktio index in scheduler interface
   test: validation: add missing pktio_stop calls
   test: pktio: improve start_stop test
   linux-gen: sched: add pktio_stop_finalize to scheduler interface

  .../linux-generic/include/odp_packet_io_internal.h |  23 ++--
  platform/linux-generic/include/odp_schedule_if.h   |   4 +-
  platform/linux-generic/odp_packet_io.c             | 135 +++++++++++++--------
  platform/linux-generic/odp_schedule.c              |  77 +++++++-----
  platform/linux-generic/odp_schedule_sp.c           |  23 ++--
  platform/linux-generic/pktio/dpdk.c                |   6 +-
  platform/linux-generic/pktio/netmap.c              |   4 +-
  platform/linux-generic/pktio/pcap.c                |   4 +-
  test/validation/pktio/pktio.c                      |  23 +++-
  test/validation/traffic_mngr/traffic_mngr.c        |   3 +
  10 files changed, 193 insertions(+), 109 deletions(-)


_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to