[lng-odp] [PATCH] validation: crypto: remove data offset workaround

2014-12-13 Thread Taras Kondratiuk
Current crypto tests calculate range offsets expecting a bug in crypto implementation: data offsets are applied relatively to a start of a buffer instead of start of data in a packet. This bug is fixed in linux-generic by recent buffer/packet rework patches, so all crypto tests fails now. Remove

[lng-odp] [RFC] Strong typing for ODP abstract types

2014-12-13 Thread Bill Fischofer
*Background:* In the ODP linux-generic implementation we're currently defining ODP abstract types like this: *typedef uint32_t odp_buffer_t;* *typedef uint32_t odp_buffer_pool_t;* *typedef uint32_t odp_packet_t;* ...etc. While this provides documentation, unfortunately typedefs in C are weak,