Re: [ovs-dev] [PATCH 1/3] ofproto: Do not signal revalidation for group mods twice.

2016-09-20 Thread Jarno Rajahalme
> On Sep 20, 2016, at 8:20 AM, Ben Pfaff wrote: > > On Fri, Sep 16, 2016 at 04:10:49PM -0700, Jarno Rajahalme wrote: >> The new group mod implementation signals revalidation through >> '->set_tables_version()', so the separate '->group_modify()' is no >> longer needed. The ofproto-provider API

Re: [ovs-dev] [PATCH 1/3] ofproto: Do not signal revalidation for group mods twice.

2016-09-20 Thread Ben Pfaff
On Fri, Sep 16, 2016 at 04:10:49PM -0700, Jarno Rajahalme wrote: > The new group mod implementation signals revalidation through > '->set_tables_version()', so the separate '->group_modify()' is no > longer needed. The ofproto-provider API is changed to allow > 'group_modify' to be NULL. > > Fixe

[ovs-dev] [PATCH 1/3] ofproto: Do not signal revalidation for group mods twice.

2016-09-16 Thread Jarno Rajahalme
The new group mod implementation signals revalidation through '->set_tables_version()', so the separate '->group_modify()' is no longer needed. The ofproto-provider API is changed to allow 'group_modify' to be NULL. Fixes: 5d08a275cd ("ofproto: Make groups versioned.") Signed-off-by: Jarno Rajaha