This series is a roll-up of all patches needed to implement and test the Packet API changes defined for Monarch.
Changes in v3 (feedback from Maxim during trial merge): - Fix clang and checkpatch issues in part 2 - Fix bisectability issue with part 5 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
