I pushed patch to master.
Thanks.
On Fri, Dec 6, 2013 at 11:05 AM, Jesse Gross wrote:
> On Fri, Dec 6, 2013 at 10:43 AM, Pravin B Shelar wrote:
>> Kernel 3.3 to 3.8 has defined `struct flow_keys` but does not
>> contains flow_keys.thoff field. Therefore we need to use
>> compat definition for
On Fri, Dec 6, 2013 at 10:43 AM, Pravin B Shelar wrote:
> Kernel 3.3 to 3.8 has defined `struct flow_keys` but does not
> contains flow_keys.thoff field. Therefore we need to use
> compat definition for flow_keys struct.
>
> Signed-off-by: Pravin B Shelar
Acked-by: Jesse Gross
Kernel 3.3 to 3.8 has defined `struct flow_keys` but does not
contains flow_keys.thoff field. Therefore we need to use
compat definition for flow_keys struct.
Signed-off-by: Pravin B Shelar
---
datapath/linux/compat/include/net/flow_keys.h |2 +-
1 files changed, 1 insertions(+), 1 deletion
On Fri, Dec 6, 2013 at 8:39 AM, Jesse Gross wrote:
> On Thu, Dec 5, 2013 at 7:48 PM, Pravin B Shelar wrote:
>> Earlier RHEL6 kernel do not have linux/atomic.h header
>> file. Use types.h to get atomic_t definition.
>>
>> Signed-off-by: Pravin B Shelar
>
> Acked-by: Jesse Gross
I pushed it to
On Thu, Dec 5, 2013 at 7:48 PM, Pravin B Shelar wrote:
> Earlier RHEL6 kernel do not have linux/atomic.h header
> file. Use types.h to get atomic_t definition.
>
> Signed-off-by: Pravin B Shelar
Acked-by: Jesse Gross
___
dev mailing list
dev@openvswi
Earlier RHEL6 kernel do not have linux/atomic.h header
file. Use types.h to get atomic_t definition.
Signed-off-by: Pravin B Shelar
---
datapath/linux/compat/include/linux/net.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/datapath/linux/compat/include/linux/net.h