Re: [ovs-dev] [RFC flow tunnels 3/8] netdev-vport: Create new TUNNEL_CLASS macro.

2013-01-11 Thread Ethan Jackson
I need this patch for an unrelated series, so I've decided to go ahead and merge it. Thanks for the review. Ethan On Fri, Jan 11, 2013 at 9:09 AM, Ben Pfaff wrote: > On Wed, Jan 09, 2013 at 03:43:43PM -0800, Ethan Jackson wrote: > > There are a lot of tunnels, and they all use the exact same >

Re: [ovs-dev] [RFC flow tunnels 3/8] netdev-vport: Create new TUNNEL_CLASS macro.

2013-01-11 Thread Ben Pfaff
On Wed, Jan 09, 2013 at 03:43:43PM -0800, Ethan Jackson wrote: > There are a lot of tunnels, and they all use the exact same > functions, so it makes sense to collapse their initialization into > a macro. > > Suggested-by: Jesse Gross > Signed-off-by: Ethan Jackson Looks good, thanks. _

[ovs-dev] [RFC flow tunnels 3/8] netdev-vport: Create new TUNNEL_CLASS macro.

2013-01-09 Thread Ethan Jackson
There are a lot of tunnels, and they all use the exact same functions, so it makes sense to collapse their initialization into a macro. Suggested-by: Jesse Gross Signed-off-by: Ethan Jackson --- lib/netdev-vport.c | 34 +++--- 1 file changed, 11 insertions(+), 23 d