Re: [lng-odp] [PATCH] abi: packet: restore abi compatibility for odp_packet_seg_t type

2017-04-13 Thread Bill Fischofer
Thanks. v2 sent. On Thu, Apr 13, 2017 at 3:32 AM, Krishna Garapati wrote: > > > On 13 April 2017 at 00:06, Bill Fischofer wrote: >> >> When running in --enable-abi-compat=yes mode, all ODP types need to be >> of pointer width in the

Re: [lng-odp] [PATCH] abi: packet: restore abi compatibility for odp_packet_seg_t type

2017-04-13 Thread Krishna Garapati
On 13 April 2017 at 00:06, Bill Fischofer wrote: > When running in --enable-abi-compat=yes mode, all ODP types need to be > of pointer width in the default ABI definition. The optimization of the > odp_packet_seg_t type to uint8_t can only be supported when running in

[lng-odp] [PATCH] abi: packet: restore abi compatibility for odp_packet_seg_t type

2017-04-12 Thread Bill Fischofer
When running in --enable-abi-compat=yes mode, all ODP types need to be of pointer width in the default ABI definition. The optimization of the odp_packet_seg_t type to uint8_t can only be supported when running in --enable-abi-compate=no mode. Change the ODP packet routines to use type converter