Re: [ovs-dev] [PATCH v5 1/6] lib: Add smap_equal().

2015-07-31 Thread Ben Pfaff
On Fri, Jul 31, 2015 at 01:14:40PM -0400, Russell Bryant wrote: > Add a method to determine of two smaps are equal (have the exact same > set of key-value pairs). > > Suggested-by: Ben Pfaff > Signed-off-by: Russell Bryant Applied to master, thanks! _

[ovs-dev] [PATCH v5 1/6] lib: Add smap_equal().

2015-07-31 Thread Russell Bryant
Add a method to determine of two smaps are equal (have the exact same set of key-value pairs). Suggested-by: Ben Pfaff Signed-off-by: Russell Bryant --- lib/smap.c | 20 lib/smap.h | 2 ++ 2 files changed, 22 insertions(+) diff --git a/lib/smap.c b/lib/smap.c index 7fe3ce