Re: [ovs-dev] [PATCH] datapath: Support for kernel 3.15

2014-07-02 Thread Pravin Shelar
On Wed, Jul 2, 2014 at 4:24 PM, Pritesh Kothari (pritkoth) wrote: > Thanks for the review. > >>> + OVS_GREP_IFELSE([$KSRC/include/linux/if.h], [IFF_LIVE_ADDR_CHANGE]) >>> + >>> OVS_GREP_IFELSE([$KSRC/include/linux/if_vlan.h], [vlan_set_encap_proto]) >>> >> Why are you changing existing compat c

Re: [ovs-dev] [PATCH] datapath: Support for kernel 3.15

2014-07-02 Thread Pritesh Kothari (pritkoth)
Thanks for the review. >> + OVS_GREP_IFELSE([$KSRC/include/linux/if.h], [IFF_LIVE_ADDR_CHANGE]) >> + >> OVS_GREP_IFELSE([$KSRC/include/linux/if_vlan.h], [vlan_set_encap_proto]) >> > Why are you changing existing compat code in this patch? Even if you > have a reason for such change please send

Re: [ovs-dev] [PATCH] datapath: Support for kernel 3.15

2014-07-02 Thread Pravin Shelar
On Wed, Jul 2, 2014 at 11:08 AM, Pritesh Kothari wrote: > Signed-off-by: Pritesh Kothari > --- > v1: make check passes for 3.2/3.13/3.14/3.15 > --- > FAQ | 1 + > NEWS| 2 +- > acinclude.m4

[ovs-dev] [PATCH] datapath: Support for kernel 3.15

2014-07-02 Thread Pritesh Kothari
Signed-off-by: Pritesh Kothari --- v1: make check passes for 3.2/3.13/3.14/3.15 --- FAQ | 1 + NEWS| 2 +- acinclude.m4| 17 - datapath/linux/Modules.mk