Merged,
Maxim.

On 04/26/16 21:14, Bill Fischofer wrote:
This series is a roll-up of all patches needed to implement and test the
Packet API changes defined for Monarch.

Changes in v4:
- Corrected implementation of odp_packet_align() to match latest spec
- Changed packet validation to check conformance to new odp_packet_align() spec

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                    | 453 ++++++++++++++++++---
  test/validation/packet/packet.h                    |   3 +
  7 files changed, 775 insertions(+), 109 deletions(-)


_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to