Re: [lng-odp] [PATCHv17 08/10] linix-generic: return error for unsupported pktio calls

2015-12-10 Thread Ola Liljedahl
linix-generic => linux-generic in subject Perhaps this can be corrected when merging? On 10 December 2015 at 15:24, Maxim Uvarov wrote: > For some pktios like loop and ipc functions like mtu, promisc, > and mac addr are not applicable. Instead of crash on deference > null pointer just return er

[lng-odp] [PATCHv17 08/10] linix-generic: return error for unsupported pktio calls

2015-12-10 Thread Maxim Uvarov
For some pktios like loop and ipc functions like mtu, promisc, and mac addr are not applicable. Instead of crash on deference null pointer just return error if functions are not defined. Signed-off-by: Maxim Uvarov --- platform/linux-generic/odp_packet_io.c | 24 1 file c