Re: [ovs-dev] [RFC PATCH v2 12/13] Commit push_eth/pop_eth flow action to data plane

2016-07-21 Thread Jan Scheurich
, Yi Y [mailto:yi.y.y...@intel.com] > Sent: Thursday, 21 July, 2016 03:44 > To: Jan Scheurich; Li, Johnson; dev@openvswitch.org > Cc: Simon Horman > Subject: RE: [ovs-dev] [RFC PATCH v2 12/13] Commit push_eth/pop_eth flow > action to data plane > > It's clear enough, than

Re: [ovs-dev] [RFC PATCH v2 12/13] Commit push_eth/pop_eth flow action to data plane

2016-07-20 Thread Yang, Yi Y
n <simon.hor...@netronome.com> Subject: RE: [ovs-dev] [RFC PATCH v2 12/13] Commit push_eth/pop_eth flow action to data plane Hi Yi, Recirculation is implicitly triggered by calling ctx_trigger_freeze(ctx) at the end of the composition phase of an action. The example for this is pop_mpls, but unfortu

Re: [ovs-dev] [RFC PATCH v2 12/13] Commit push_eth/pop_eth flow action to data plane

2016-07-20 Thread Jan Scheurich
t; From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Jan > Scheurich > Sent: Tuesday, July 19, 2016 3:46 PM > To: Li, Johnson <johnson...@intel.com>; dev@openvswitch.org > Cc: Simon Horman <simon.hor...@netronome.com> > Subject: Re: [ovs-dev] [RFC PATCH v2

Re: [ovs-dev] [RFC PATCH v2 12/13] Commit push_eth/pop_eth flow action to data plane

2016-07-19 Thread Yang, Yi Y
<johnson...@intel.com>; dev@openvswitch.org Cc: Simon Horman <simon.hor...@netronome.com> Subject: Re: [ovs-dev] [RFC PATCH v2 12/13] Commit push_eth/pop_eth flow action to data plane Hi Johnson, After basing these patches on Simon's L3 tunneling support the push_eth action should t

Re: [ovs-dev] [RFC PATCH v2 12/13] Commit push_eth/pop_eth flow action to data plane

2016-07-19 Thread Jan Scheurich
ase the base_layer should remain LAYER_2. BR, Jan > -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Johnson Li > Sent: Tuesday, 12 July, 2016 19:30 > To: dev@openvswitch.org > Subject: [ovs-dev] [RFC PATCH v2 12/13] Commit push_eth/pop_e

[ovs-dev] [RFC PATCH v2 12/13] Commit push_eth/pop_eth flow action to data plane

2016-07-12 Thread Johnson Li
Signed-off-by: Johnson Li diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index f5c1888..fb3cd2e 100644 --- a/ofproto/ofproto-dpif-xlate.c +++ b/ofproto/ofproto-dpif-xlate.c @@ -5129,8 +5129,17 @@ do_xlate_actions(const struct ofpact *ofpacts,