This series is a roll-up of all patches needed to implement and test the Packet API changes defined for Monarch.
Note that part 2 of this series has a couple of spurrious checkpatch warnings. In particular the CU_ASSERT macro must be enclosed in braces for use in if statements as removing them results in compilation errors. Bill Fischofer (7): linux-generic: packet: implement packet extend/trunc apis validation: packet: add tests for extend/trunc packet head/tail linux-generic: packet: implement odp_packet_prefetch() validation: packet: add validation test for odp_packet_prefetch() linux-generic: packet: implement odp_packet_copy_from_pkt api linux-generic: packet: implement new packet APIs validation: packet: add validation tests for new packet apis .../linux-generic/include/odp_buffer_internal.h | 4 + .../linux-generic/include/odp_packet_internal.h | 47 ++- platform/linux-generic/odp_crypto.c | 10 +- platform/linux-generic/odp_packet.c | 288 +++++++++++-- platform/linux-generic/odp_pool.c | 79 ++++ test/validation/packet/packet.c | 452 ++++++++++++++++++--- test/validation/packet/packet.h | 3 + 7 files changed, 774 insertions(+), 109 deletions(-) -- 2.5.0 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
