Re: [ovs-dev] [PATCH 0/1] Unit tests for VXLAN and LISP

2013-02-27 Thread Ben Pfaff
On Wed, Feb 27, 2013 at 10:49:12AM -0500, Kyle Mestery wrote: > 1. Should I rename the existing tunnel.at to tunnel-gre.at and make the >equivalent changes in the tests as well to reflect GRE? That sounds reasonable to me. > 2. I added some tests around modifying the UDP port for VXLAN and LI

Re: [ovs-dev] [PATCH 0/1] Unit tests for VXLAN and LISP

2013-02-27 Thread Kyle Mestery (kmestery)
On Feb 27, 2013, at 10:47 AM, Jesse Gross wrote: > On Wed, Feb 27, 2013 at 7:49 AM, Kyle Mestery wrote: >> This adds unit tests for VXLAN and LISP. I'd like some feedback on this in >> the >> following areas: >> >> 1. Should I rename the existing tunnel.at to tunnel-gre.at and make the >> equ

Re: [ovs-dev] [PATCH 0/1] Unit tests for VXLAN and LISP

2013-02-27 Thread Jesse Gross
On Wed, Feb 27, 2013 at 7:49 AM, Kyle Mestery wrote: > This adds unit tests for VXLAN and LISP. I'd like some feedback on this in the > following areas: > > 1. Should I rename the existing tunnel.at to tunnel-gre.at and make the >equivalent changes in the tests as well to reflect GRE? > 2. I a

[ovs-dev] [PATCH 0/1] Unit tests for VXLAN and LISP

2013-02-27 Thread Kyle Mestery
This adds unit tests for VXLAN and LISP. I'd like some feedback on this in the following areas: 1. Should I rename the existing tunnel.at to tunnel-gre.at and make the equivalent changes in the tests as well to reflect GRE? 2. I added some tests around modifying the UDP port for VXLAN and LISP,