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

2017-04-13 Thread Bill Fischofer
Thanks. On Thu, Apr 13, 2017 at 7:05 AM, Krishna Garapati wrote: > Reviewed-by: Balakrishna Garapati > > /Krishna > > On 13 April 2017 at 13:48, Bill Fischofer wrote: >> >> When running in

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

2017-04-13 Thread Krishna Garapati
Reviewed-by: Balakrishna Garapati /Krishna On 13 April 2017 at 13:48, 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

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

2017-04-13 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