Re: [ovs-dev] [PATCH 1/2] ofproto: Remove double reporting from bundles.

2016-09-15 Thread Jarno Rajahalme
> On Sep 15, 2016, at 2:35 PM, Jarno Rajahalme wrote: > >> >> On Sep 14, 2016, at 8:55 PM, Ben Pfaff wrote: >> >> On Wed, Sep 14, 2016 at 07:25:34PM -0700, Jarno Rajahalme wrote: >>> Patch b0d38b2f17 unified flow mod reporting in ofproto for both >>> stand-alone flow mods and bundle flow mods

Re: [ovs-dev] [PATCH 1/2] ofproto: Remove double reporting from bundles.

2016-09-15 Thread Jarno Rajahalme
> On Sep 14, 2016, at 8:55 PM, Ben Pfaff wrote: > > On Wed, Sep 14, 2016 at 07:25:34PM -0700, Jarno Rajahalme wrote: >> Patch b0d38b2f17 unified flow mod reporting in ofproto for both >> stand-alone flow mods and bundle flow mods, but left bundle-specific >> reporting to the bundle removal code.

Re: [ovs-dev] [PATCH 1/2] ofproto: Remove double reporting from bundles.

2016-09-14 Thread Ben Pfaff
On Wed, Sep 14, 2016 at 07:25:34PM -0700, Jarno Rajahalme wrote: > Patch b0d38b2f17 unified flow mod reporting in ofproto for both > stand-alone flow mods and bundle flow mods, but left bundle-specific > reporting to the bundle removal code. This patch fixes this by > removing the bundle-specific

[ovs-dev] [PATCH 1/2] ofproto: Remove double reporting from bundles.

2016-09-14 Thread Jarno Rajahalme
Patch b0d38b2f17 unified flow mod reporting in ofproto for both stand-alone flow mods and bundle flow mods, but left bundle-specific reporting to the bundle removal code. This patch fixes this by removing the bundle-specific reporting of flow mods. Found by inspection. Fixes: b0d38b2f17 ("ofprot