Re: [ovs-dev] [PATCH v2 21/26] ofproto: Support group mods in bundles.

2016-07-29 Thread Ben Pfaff
On Thu, Jul 28, 2016 at 05:56:13PM -0700, Jarno Rajahalme wrote: > Allow adding group mods in OpenFlow bundles. Group mods are executed > atomically with any flow mods in the same bundle. Mods are executed > in order, so that groups appearing in flow actions need to be inserted > in to the

[ovs-dev] [PATCH v2 21/26] ofproto: Support group mods in bundles.

2016-07-28 Thread Jarno Rajahalme
Allow adding group mods in OpenFlow bundles. Group mods are executed atomically with any flow mods in the same bundle. Mods are executed in order, so that groups appearing in flow actions need to be inserted in to the bundle before the dependent flow mods. ovs-ofctl is enhanced to allow the