Re: [lng-odp] [PATCH v2 1/2] linux-gen: ipc: use hdr to handle conversion function

2017-03-01 Thread Bala Manoharan
For the series: Reviewed-by: Balasubramanian Manoharan On 1 March 2017 at 14:57, Petri Savolainen wrote: > Use conversion function instead of casting. > > Signed-off-by: Petri Savolainen > --- > platform/linux-generic/include/odp_packet_internal.h | 5 + > platform/linux-generic/odp_packet

[lng-odp] [PATCH v2 1/2] linux-gen: ipc: use hdr to handle conversion function

2017-03-01 Thread Petri Savolainen
Use conversion function instead of casting. Signed-off-by: Petri Savolainen --- platform/linux-generic/include/odp_packet_internal.h | 5 + platform/linux-generic/odp_packet.c | 5 - platform/linux-generic/pktio/ipc.c | 2 +- 3 files changed, 6 insertio