Re: [ovs-dev] [PATCH] compat: Explicitly include net/ip.h in net/udp.h.

2015-11-23 Thread Joe Stringer
On 19 November 2015 at 08:01, Pravin Shelar wrote: > On Thu, Nov 12, 2015 at 2:55 AM, Joe Stringer wrote: >> The inet_get_local_port_range() function is defined as a 3-parameter >> version in the backported net/ip.h, however some versions of RHEL7 >> kernel use the 2-parameter version in their ne

Re: [ovs-dev] [PATCH] compat: Explicitly include net/ip.h in net/udp.h.

2015-11-19 Thread Pravin Shelar
On Thu, Nov 12, 2015 at 2:55 AM, Joe Stringer wrote: > The inet_get_local_port_range() function is defined as a 3-parameter > version in the backported net/ip.h, however some versions of RHEL7 > kernel use the 2-parameter version in their net/udp.h header. We need to > make sure that our net/ip.h

[ovs-dev] [PATCH] compat: Explicitly include net/ip.h in net/udp.h.

2015-11-11 Thread Joe Stringer
The inet_get_local_port_range() function is defined as a 3-parameter version in the backported net/ip.h, however some versions of RHEL7 kernel use the 2-parameter version in their net/udp.h header. We need to make sure that our net/ip.h is first included, then undef our overriding 3-parameter versi