Re: [ovs-dev] [PATCH v3 05/16] ofp-actions: Add clone action.

2016-12-21 Thread Joe Stringer
On 21 December 2016 at 10:28, William Tu wrote: > sorry, I forgot to add priority. Below lower the priority of the NORMAL > action. > > diff --git a/tests/system-traffic.at b/tests/system-traffic.at > index d70c5c3..321a901 100644 > --- a/tests/system-traffic.at > +++

Re: [ovs-dev] [PATCH v3 05/16] ofp-actions: Add clone action.

2016-12-21 Thread William Tu
sorry, I forgot to add priority. Below lower the priority of the NORMAL action. diff --git a/tests/system-traffic.at b/tests/system-traffic.at index d70c5c3..321a901 100644 --- a/tests/system-traffic.at +++ b/tests/system-traffic.at @@ -340,6 +340,7 @@ AT_CLEANUP AT_SETUP([datapath - clone

Re: [ovs-dev] [PATCH v3 05/16] ofp-actions: Add clone action.

2016-12-21 Thread Joe Stringer
On 21 December 2016 at 07:45, William Tu wrote: > Hi Joe, > > I think we're missing the normal action for handling the non-IP > traffic. Can you try this patch on top of the clone? > > --- a/tests/system-traffic.at > +++ b/tests/system-traffic.at > @@ -340,6 +340,7 @@

Re: [ovs-dev] [PATCH v3 05/16] ofp-actions: Add clone action.

2016-12-21 Thread William Tu
Hi Joe, I think we're missing the normal action for handling the non-IP traffic. Can you try this patch on top of the clone? --- a/tests/system-traffic.at +++ b/tests/system-traffic.at @@ -340,6 +340,7 @@ AT_CLEANUP AT_SETUP([datapath - clone action]) OVS_TRAFFIC_VSWITCHD_START()

Re: [ovs-dev] [PATCH v3 05/16] ofp-actions: Add clone action.

2016-12-20 Thread William Tu
Hi Joe, Thanks I will take a look. William On Tue, Dec 20, 2016 at 10:25 AM, Joe Stringer wrote: > On 18 December 2016 at 00:18, Ben Pfaff wrote: >> From: William Tu >> >> This patch adds OpenFlow clone action with syntax as below: >>