[ovs-dev] [PATCH 01/12] datapath: compat: Refactor egress tunnel info

2016-05-04 Thread Pravin B Shelar
upstream tunnel egress info is retrieved using ndo_fill_metadata_dst. Since we do not have it on older kernel we need to keep vport operation to do same on these kernels. Following patch try to merge these to operations into one to avoid code duplication. Signed-off-by: Pravin B Shelar --- acinc

Re: [ovs-dev] [PATCH 01/12] datapath: compat: Refactor egress tunnel info

2016-05-20 Thread Jesse Gross
On Wed, May 4, 2016 at 4:35 PM, Pravin B Shelar wrote: > diff --git a/datapath/flow_netlink.c b/datapath/flow_netlink.c > index 6ffcc53..0003f89 100644 > --- a/datapath/flow_netlink.c > +++ b/datapath/flow_netlink.c > static int metadata_from_nlattrs(struct net *net, struct sw_flow_match > *matc

Re: [ovs-dev] [PATCH 01/12] datapath: compat: Refactor egress tunnel info

2016-05-22 Thread pravin shelar
On Fri, May 20, 2016 at 12:14 PM, Jesse Gross wrote: > On Wed, May 4, 2016 at 4:35 PM, Pravin B Shelar wrote: >> diff --git a/datapath/flow_netlink.c b/datapath/flow_netlink.c >> index 6ffcc53..0003f89 100644 >> --- a/datapath/flow_netlink.c >> +++ b/datapath/flow_netlink.c >> static int metadat