Re: [ovs-dev] [PATCH v2] datapath: Support for Linux kernel 3.10

2013-08-12 Thread Pravin Shelar
On Tue, Aug 6, 2013 at 7:42 PM, Jesse Gross wrote: > On Fri, Aug 2, 2013 at 11:38 AM, Pravin B Shelar wrote: >> Changes are mostly related API changes in vlan, GRE >> restructuring. >> >> Signed-off-by: Pravin B Shelar > > Acked-by: Jesse Gross > > I agree with Kyle's comment about the FAQ and

Re: [ovs-dev] [PATCH v2] datapath: Support for Linux kernel 3.10

2013-08-06 Thread Jesse Gross
On Fri, Aug 2, 2013 at 11:38 AM, Pravin B Shelar wrote: > Changes are mostly related API changes in vlan, GRE > restructuring. > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross I agree with Kyle's comment about the FAQ and NEWS - I think this probably belongs in 1.12 since it seems to a

Re: [ovs-dev] [PATCH v2] datapath: Support for Linux kernel 3.10

2013-08-02 Thread Kyle Mestery (kmestery)
On Aug 2, 2013, at 1:38 PM, Pravin B Shelar wrote: > Changes are mostly related API changes in vlan, GRE > restructuring. > > Signed-off-by: Pravin B Shelar Looks good and works with this kernel. Only nit is to add FAQ and NEWS items for this. Acked-by: Kyle Mestery [kmestery@km-dhcp-64-24

Re: [ovs-dev] [PATCH v2] datapath: Support for Linux kernel 3.10

2013-08-02 Thread Kyle Mestery (kmestery)
On Aug 2, 2013, at 1:38 PM, Pravin B Shelar wrote: > Changes are mostly related API changes in vlan, GRE > restructuring. > > Signed-off-by: Pravin B Shelar Testing this one now. Mental to always read all the unread email in a list before testing and replying. :) _

[ovs-dev] [PATCH v2] datapath: Support for Linux kernel 3.10

2013-08-02 Thread Pravin B Shelar
Changes are mostly related API changes in vlan, GRE restructuring. Signed-off-by: Pravin B Shelar --- v1-v2: I missed __vlan_put_tag() change in v1. --- datapath/actions.c |6 +- datapath/datapath.c|2 +- datapath/linux/Modu