Re: [ovs-dev] [PATCH v2 19/26] ofproto: Use ofputil_uninit_group_mod().

2016-07-29 Thread Jarno Rajahalme
> On Jul 29, 2016, at 3:59 PM, Ben Pfaff wrote: > > On Thu, Jul 28, 2016 at 05:56:11PM -0700, Jarno Rajahalme wrote: >> Use ofputil_uninit_group_mod() instead of >> ofputil_bucket_list_destroy(). Currently these have the same effect, >> but this will change in a following patch.

Re: [ovs-dev] [PATCH v2 19/26] ofproto: Use ofputil_uninit_group_mod().

2016-07-29 Thread Ben Pfaff
On Thu, Jul 28, 2016 at 05:56:11PM -0700, Jarno Rajahalme wrote: > Use ofputil_uninit_group_mod() instead of > ofputil_bucket_list_destroy(). Currently these have the same effect, > but this will change in a following patch. > > Signed-off-by: Jarno Rajahalme I get a warning:

[ovs-dev] [PATCH v2 19/26] ofproto: Use ofputil_uninit_group_mod().

2016-07-28 Thread Jarno Rajahalme
Use ofputil_uninit_group_mod() instead of ofputil_bucket_list_destroy(). Currently these have the same effect, but this will change in a following patch. Signed-off-by: Jarno Rajahalme --- lib/ofp-parse.c | 6 +++--- lib/ofp-print.c | 4 ++-- ofproto/ofproto.c