Re: [ovs-dev] [PATCH] datapath: More flexible kernel/userspace tunneling attribute.

2013-01-16 Thread Pravin Shelar
Thanks for comments. I posted patch according to comments except refactoring netlink-parsing. I will post separate patch for that. --Pravin. On Tue, Jan 15, 2013 at 10:38 AM, Jesse Gross wrote: > On Fri, Jan 11, 2013 at 5:23 PM, Pravin B Shelar wrote: >> diff --git a/datapath/datapath.c b/datap

Re: [ovs-dev] [PATCH] datapath: More flexible kernel/userspace tunneling attribute.

2013-01-15 Thread Jesse Gross
On Fri, Jan 11, 2013 at 5:23 PM, Pravin B Shelar wrote: > diff --git a/datapath/datapath.c b/datapath/datapath.c > index 30e26a7..4ed00cf 100644 > --- a/datapath/datapath.c > +++ b/datapath/datapath.c > static int validate_sample(const struct nlattr *attr, > - const

[ovs-dev] [PATCH] datapath: More flexible kernel/userspace tunneling attribute.

2013-01-11 Thread Pravin B Shelar
Following patch breaks down single ipv4_tunnel netlink attribute into individual member attributes. It will help when we extend tunneling parameters in future. Signed-off-by: Pravin B Shelar Bug #14611 --- datapath/datapath.c | 144 +++-- datapath/flow.c