Re: [lng-odp] [PATCH] linux-generic: pktio: replace linux/if.h by net/if.h

2015-07-02 Thread Nicolas Morey-Chaisemartin
On 07/02/2015 12:23 PM, Stuart Haslam wrote: > On Thu, Jul 02, 2015 at 10:47:44AM +0200, Nicolas Morey-Chaisemartin wrote: >> Both linux/if.h and net/if.h were used but they are not necesseraly >> compatible >> and it is not possible to include both in the same file. > Trying to understand the p

Re: [lng-odp] [PATCH] linux-generic: pktio: replace linux/if.h by net/if.h

2015-07-02 Thread Stuart Haslam
On Thu, Jul 02, 2015 at 10:47:44AM +0200, Nicolas Morey-Chaisemartin wrote: > Both linux/if.h and net/if.h were used but they are not necesseraly compatible > and it is not possible to include both in the same file. Trying to understand the problem.. is it actually causing issues how it is or are

[lng-odp] [PATCH] linux-generic: pktio: replace linux/if.h by net/if.h

2015-07-02 Thread Nicolas Morey-Chaisemartin
Both linux/if.h and net/if.h were used but they are not necesseraly compatible and it is not possible to include both in the same file. Signed-off-by: Nicolas Morey-Chaisemartin --- platform/linux-generic/include/odp_packet_io_internal.h | 4 ++-- platform/linux-generic/odp_packet_io.c