Re: [ovs-dev] [PATCH] system-traffic: 802.1ad: Add double VLAN match test case

2017-07-14 Thread Joe Stringer
On 15 June 2017 at 17:15, Eric Garver wrote: > On Thu, Jun 15, 2017 at 04:49:17PM -0700, Joe Stringer wrote: >> On 8 June 2017 at 14:42, Joe Stringer wrote: >> > Yes, I'm the right person. >> > >> > At this point I'm looking for the tap device persistence issue to be

Re: [ovs-dev] [PATCH] system-traffic: 802.1ad: Add double VLAN match test case

2017-06-15 Thread Eric Garver
On Thu, Jun 15, 2017 at 04:49:17PM -0700, Joe Stringer wrote: > On 8 June 2017 at 14:42, Joe Stringer wrote: > > Yes, I'm the right person. > > > > At this point I'm looking for the tap device persistence issue to be > > addressed before running it on my tester box which runs tests

Re: [ovs-dev] [PATCH] system-traffic: 802.1ad: Add double VLAN match test case

2017-06-08 Thread Joe Stringer
Yes, I'm the right person. At this point I'm looking for the tap device persistence issue to be addressed before running it on my tester box which runs tests on a variety of platforms. On 8 June 2017 at 14:35, Ben Pfaff wrote: > Joe, are you the right person to review this? > >

Re: [ovs-dev] [PATCH] system-traffic: 802.1ad: Add double VLAN match test case

2017-06-08 Thread Ben Pfaff
Joe, are you the right person to review this? Thanks, Ben. On Thu, Jun 01, 2017 at 01:59:27PM -0400, Eric Garver wrote: > Test case to match outer, pop outer, then match inner VLAN. > > Signed-off-by: Eric Garver > --- > tests/system-traffic.at | 35

[ovs-dev] [PATCH] system-traffic: 802.1ad: Add double VLAN match test case

2017-06-01 Thread Eric Garver
Test case to match outer, pop outer, then match inner VLAN. Signed-off-by: Eric Garver --- tests/system-traffic.at | 35 +++ 1 file changed, 35 insertions(+) diff --git a/tests/system-traffic.at b/tests/system-traffic.at index