[ovs-dev] [PATCH 0/1] Start of support for flow-based tunneling

2012-08-29 Thread Kyle Mestery
This patch builds on the first two patches which Simon Horman sent out in May to move Open vSwitch towards flow-based tunneling. This patch simply adds a tun_key, deprecating the tun_id member of the ovs_skb_cb struct. This patch retains compatibilty with existing tunneling, but once the userspace

Re: [ovs-dev] [PATCH 0/1] Start of support for flow-based tunneling

2012-08-13 Thread Kyle Mestery (kmestery)
On Aug 13, 2012, at 5:40 PM, Jesse Gross wrote: > On Mon, Aug 13, 2012 at 9:23 AM, Kyle Mestery wrote: >> This patch builds on the first two patches which Simon Horman sent out in >> May to move Open vSwitch towards flow-based tunneling. This patch simply >> adds a tun_key, deprecating the tun_id

Re: [ovs-dev] [PATCH 0/1] Start of support for flow-based tunneling

2012-08-13 Thread Jesse Gross
On Mon, Aug 13, 2012 at 9:23 AM, Kyle Mestery wrote: > This patch builds on the first two patches which Simon Horman sent out in > May to move Open vSwitch towards flow-based tunneling. This patch simply > adds a tun_key, deprecating the tun_id member of the ovs_skb_cb struct. > This patch retains

[ovs-dev] [PATCH 0/1] Start of support for flow-based tunneling

2012-08-13 Thread Kyle Mestery
This patch builds on the first two patches which Simon Horman sent out in May to move Open vSwitch towards flow-based tunneling. This patch simply adds a tun_key, deprecating the tun_id member of the ovs_skb_cb struct. This patch retains compatibilty with existing tunneling, but once the userspace