Fixes bug: https://bugs.linaro.org/show_bug.cgi?id=1365
Changes since v4: - Fix seg fault due to unhandled frame index wrap Changes since v3: - Rebased - Fix comment typo in 5/5 Changes since v2: - Conditionally check for ability to run test and report as inactive if not. - dropped patch 1/7, not required after other test changes - dropped patch 4/7 removing MAC print, not really related to this series. We should add a proper test for MAC address but that's unrelated and TBD. Stuart Haslam (5): linux-generic: pktio: increase MTU of loop interface linux-generic: pktio: handle transmit errors correctly validation: pktio: pass interface index rather than name validation: pktio: add support for direct receive validation: pktio: test for transmit error handling .../linux-generic/include/odp_packet_io_internal.h | 6 + platform/linux-generic/pktio/loop.c | 5 +- platform/linux-generic/pktio/socket.c | 27 ++- platform/linux-generic/pktio/socket_mmap.c | 99 ++++---- test/validation/pktio/pktio.c | 250 +++++++++++++++++---- test/validation/pktio/pktio.h | 2 + 6 files changed, 287 insertions(+), 102 deletions(-) -- 2.1.1 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
