[lng-odp] [PATCH] validation: pktio: fix start_stop and send_failure tests

2015-12-08 Thread Matias Elo
In both tests set MAC addresses to test packets to enable testing with real pktio interfaces. In pktio_test_send_failure() don't check for errno values as they are not defined in the API. Signed-off-by: Matias Elo --- test/validation/pktio/pktio.c | 26 +- 1 file changed

Re: [lng-odp] [PATCH] validation: pktio: fix start_stop and send_failure tests

2015-12-08 Thread Elo, Matias (Nokia - FI/Espoo)
Subject: [lng-odp] [PATCH] validation: pktio: fix start_stop and send_failure > tests > > In both tests set MAC addresses to test packets to enable > testing with real pktio interfaces. > > In pktio_test_send_failure() don't check for errno values > as they are not defined in th