Initial version of sunny day buffer pool, buffer and packet API tests. linux-generic doesn't support segmented buffers for now, so two tests are failing. If segmentation is enabled for packets, then all tests pass.
v3: Addressed most of Bill's comments for patch #3. Rebased patches. Taras Kondratiuk (3): validation: buffer: add initial buffer pool tests validation: buffer: add initial buffer tests validation: buffer: add initial packet tests test/validation/.gitignore | 1 + test/validation/Makefile.am | 7 +- test/validation/buffer/odp_buffer_pool_test.c | 212 ++++++++ test/validation/buffer/odp_buffer_test.c | 52 ++ test/validation/buffer/odp_buffer_tests.h | 29 ++ test/validation/buffer/odp_packet_test.c | 668 ++++++++++++++++++++++++++ test/validation/odp_buffer.c | 24 + 7 files changed, 992 insertions(+), 1 deletion(-) create mode 100644 test/validation/buffer/odp_buffer_pool_test.c create mode 100644 test/validation/buffer/odp_buffer_test.c create mode 100644 test/validation/buffer/odp_buffer_tests.h create mode 100644 test/validation/buffer/odp_packet_test.c create mode 100644 test/validation/odp_buffer.c -- 1.9.1 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
