Re: [ovs-dev] [PATCH 2/3] tunneling: Remove struct tnl_vport and tnl_ops.

2013-04-29 Thread Jesse Gross
On Thu, Apr 18, 2013 at 4:51 PM, Pravin B Shelar wrote: > diff --git a/datapath/vport-vxlan.c b/datapath/vport-vxlan.c > index 1850fc2..a5ad3fc 100644 > --- a/datapath/vport-vxlan.c > +++ b/datapath/vport-vxlan.c > @@ -62,22 +57,28 @@ static inline int vxlan_hdr_len(const struct > ovs_key_ipv4_tu

[ovs-dev] [PATCH 2/3] tunneling: Remove struct tnl_vport and tnl_ops.

2013-04-18 Thread Pravin B Shelar
After flow based tunneling, kernel tunneling is greatly simplified. There is no need to have extra tunning layer between vport and perticular protocol. Following patch removes tunneling struct which make code easy to read. Signed-off-by: Pravin B Shelar --- datapath/tunnel.c | 63 +++-

[ovs-dev] [PATCH 2/3] tunneling: Remove struct tnl_vport and tnl_ops.

2013-04-08 Thread Pravin B Shelar
After flow based tunneling, kernel tunneling is greatly simplified. There is no need to have extra tunning layer between vport and perticular protocol. Following patch removes tunneling struct which make code easy to read. Signed-off-by: Pravin B Shelar --- datapath/tunnel.c | 62 +++-