On 12/08/2015 17:20, Savolainen, Petri (Nokia - FI/Espoo) wrote:
Could you merge this into api-next ASAP. Just lost couple of hours in debugging 
these same malfunctioning tests.

-Petri

If you can merge that master and api-next I can. But for now after time things 2 branches out of sync in many files.

Maxim.



-----Original Message-----
From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT
Maxim Uvarov
Sent: Tuesday, December 08, 2015 4:14 PM
To: lng-odp@lists.linaro.org
Subject: Re: [lng-odp] [PATCH 00/10] Pktio checks

Merged,
Maxim.

On 11/10/2015 18:49, Nicolas Morey-Chaisemartin wrote:
This series add several tests for pktios and fixes the issue they
raised.
The main features checked are:
* RONLY pktio cannot be sent to
* WONLY pktio cannot be read from
* stopped pktio cannot be stopped
* started pktio cannot be started
* started pktio cannot be configured

Nicolas Morey-Chaisemartin (10):
    linux-generic: pktio: check interface mode is compatible before
      receiving or sending
    validation: pktio: add customizable out mode for pktios
    validation: pktio: add tests for rrecv() on WONLY, and send on RONLY
      pktios
    validation: pktio: stop interfaces before removing the default inq
    validation: pktio: remove unneeded stop as interface is stopped after
      open()
    validation: classification: start pktio after setting inq and stop it
      before removing it
    validation: classification: stronger checks to avoid SEGV on pktio
      failure
    linux-generic: pktio: check for pktio_start when started and
      pktio_stop when stopped
    linux-generic: pktio: configuration functions check that interface is
      stopped
    validation: pktio: add test for start when started and stop when
      stopped()

   platform/linux-generic/odp_packet_io.c             |  25 ++++-
   .../classification/odp_classification_common.c     |   2 +
   .../classification/odp_classification_test_pmr.c   |  25 +++--
   test/validation/pktio/pktio.c                      | 116
++++++++++++++++++---
   4 files changed, 140 insertions(+), 28 deletions(-)

_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to