Re: [ovs-dev] [PATCH 1/2] ofproto: Add struct ofproto_flow_mod.

2015-07-06 Thread Jarno Rajahalme
> On Jul 6, 2015, at 8:56 AM, Ben Pfaff wrote: > > On Wed, Jul 01, 2015 at 12:45:04PM -0700, Jarno Rajahalme wrote: >> It is cleaner to not use ofp_bundle_entry for non-bundle flow mods. >> To address this, the new struct ofproto_flow_mod combines an >> ofputil_flow_mod and the necessary executi

Re: [ovs-dev] [PATCH 1/2] ofproto: Add struct ofproto_flow_mod.

2015-07-06 Thread Ben Pfaff
On Wed, Jul 01, 2015 at 12:45:04PM -0700, Jarno Rajahalme wrote: > It is cleaner to not use ofp_bundle_entry for non-bundle flow mods. > To address this, the new struct ofproto_flow_mod combines an > ofputil_flow_mod and the necessary execution context for executing the > start, revert, and finish