Re: [ovs-dev] [PATCH v2 4/5] classifier: Clean up destroy_subtable.

2014-11-06 Thread Jarno Rajahalme
On Nov 6, 2014, at 11:28 AM, Ben Pfaff wrote: > On Mon, Nov 03, 2014 at 11:39:03AM -0800, Jarno Rajahalme wrote: >> Add asserts to make sure the containers within are already empty. >> >> Signed-off-by: Jarno Rajahalme > > Acked-by: Ben Pfaff Pushed, thanks! Jarno __

Re: [ovs-dev] [PATCH v2 4/5] classifier: Clean up destroy_subtable.

2014-11-06 Thread Ben Pfaff
On Mon, Nov 03, 2014 at 11:39:03AM -0800, Jarno Rajahalme wrote: > Add asserts to make sure the containers within are already empty. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org

[ovs-dev] [PATCH v2 4/5] classifier: Clean up destroy_subtable.

2014-11-03 Thread Jarno Rajahalme
Add asserts to make sure the containers within are already empty. Signed-off-by: Jarno Rajahalme --- lib/classifier.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/classifier.c b/lib/classifier.c index 657a953..36f3d20 100644 --- a/lib/classifier.c +++ b/li