Re: [ovs-dev] [tunnels 0/3] datapath tunnel bug fixes and cleanups

2011-10-17 Thread Ben Pfaff
On Fri, Oct 14, 2011 at 05:33:06PM -0700, Jesse Gross wrote: > On Fri, Oct 14, 2011 at 3:42 PM, Ben Pfaff wrote: > > The first patch prepares for the bug fix in the second patch, > > and the third patch just cleans up a bit. > > > > Ben Pfaff (3): > > ??datapath: Factor out repeated tnl_vport_to_v

Re: [ovs-dev] [tunnels 0/3] datapath tunnel bug fixes and cleanups

2011-10-14 Thread Jesse Gross
On Fri, Oct 14, 2011 at 3:42 PM, Ben Pfaff wrote: > The first patch prepares for the bug fix in the second patch, > and the third patch just cleans up a bit. > > Ben Pfaff (3): >  datapath: Factor out repeated tnl_vport_to_vport() calls. >  tunnel: Avoid confusing tunnels that have different types

[ovs-dev] [tunnels 0/3] datapath tunnel bug fixes and cleanups

2011-10-14 Thread Ben Pfaff
The first patch prepares for the bug fix in the second patch, and the third patch just cleans up a bit. Ben Pfaff (3): datapath: Factor out repeated tnl_vport_to_vport() calls. tunnel: Avoid confusing tunnels that have different types. datapath: Simplify tnl_find_port(). datapath/tunnel.c