Re: [ovs-dev] [PATCH v2 01/16] datapath: Allow compiling older kernels with GCC 5.

2016-06-16 Thread Jarno Rajahalme
> On Jun 15, 2016, at 18:14, Jesse Gross wrote: > >> On Tue, Jun 14, 2016 at 3:25 PM, Jarno Rajahalme wrote: >> Older kernels don't have , which causes >> compilation to fail on GCC 5. >> >> Signed-off-by: Jarno Rajahalme > > Is this something

Re: [ovs-dev] [PATCH v2 01/16] datapath: Allow compiling older kernels with GCC 5.

2016-06-15 Thread Jesse Gross
On Tue, Jun 14, 2016 at 3:25 PM, Jarno Rajahalme wrote: > Older kernels don't have , which causes > compilation to fail on GCC 5. > > Signed-off-by: Jarno Rajahalme Is this something that we really want to support? I mean, if the kernel itself can't be compiled

[ovs-dev] [PATCH v2 01/16] datapath: Allow compiling older kernels with GCC 5.

2016-06-14 Thread Jarno Rajahalme
Older kernels don't have , which causes compilation to fail on GCC 5. Signed-off-by: Jarno Rajahalme --- acinclude.m4 | 4 ++ datapath/linux/Modules.mk | 1 + .../linux/compat/include/linux/compiler-gcc5.h | 71