For this patch series: Reviewed-and-Tested-by: Bill Fischofer <[email protected]>
On Fri, Dec 12, 2014 at 10:38 AM, Taras Kondratiuk < [email protected]> wrote: > > Initial version of sunny day buffer pool, buffer and packet API tests. > Based on Bill's buffer & packets patches for v0.5. > > linux-generic doesn't support segmented packets in v0.5, so two tests are > failing. > > > > 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 | 8 +- > test/validation/buffer/odp_buffer_pool_test.c | 212 ++++++++ > test/validation/buffer/odp_buffer_test.c | 52 ++ > test/validation/buffer/odp_buffer_testsuites.h | 29 ++ > test/validation/buffer/odp_packet_test.c | 659 > +++++++++++++++++++++++++ > test/validation/odp_buffer.c | 24 + > 7 files changed, 984 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_testsuites.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
