Re: [ovs-dev] [PATCH 13/18] actions: Allow secondary decoding of a flow

2012-12-29 Thread Simon Horman
On Fri, Dec 28, 2012 at 08:23:47AM +0200, Jarno Rajahalme wrote: > > On Dec 27, 2012, at 7:23 , ext Simon Horman wrote: > > > > > +static ovs_be16 > > +actions_allow_l3_extraction(const struct ofpact *ofpacts, size_t > > ofpacts_len) > > +{ > > +const struct ofpact *a; > > + > > +OFPACT

Re: [ovs-dev] [PATCH 13/18] actions: Allow secondary decoding of a flow

2012-12-27 Thread Jarno Rajahalme
On Dec 27, 2012, at 7:23 , ext Simon Horman wrote: > > +static ovs_be16 > +actions_allow_l3_extraction(const struct ofpact *ofpacts, size_t ofpacts_len) > +{ > +const struct ofpact *a; > + > +OFPACT_FOR_EACH (a, ofpacts, ofpacts_len) { > +if (a->type == OFPACT_EXIT) > +