Re: [ovs-dev] [PATCH 13/41] ofp-util: Improve function to emit a bitmap property.

2016-01-20 Thread Ben Pfaff
On Tue, Jan 19, 2016 at 01:21:52PM -0800, Jarno Rajahalme wrote: > With a minor nit below: > > Acked-by: Jarno Rajahalme Thanks, applied (also the two previous patches). > > On Jan 18, 2016, at 11:27 PM, Ben Pfaff wrote: > > > > The callers had some common code that could be reasonably encaps

Re: [ovs-dev] [PATCH 13/41] ofp-util: Improve function to emit a bitmap property.

2016-01-19 Thread Jarno Rajahalme
With a minor nit below: Acked-by: Jarno Rajahalme > On Jan 18, 2016, at 11:27 PM, Ben Pfaff wrote: > > The callers had some common code that could be reasonably encapsulated, so > this commit does so. > > Signed-off-by: Ben Pfaff > --- > lib/ofp-util.c | 25 +++-- > 1 file

[ovs-dev] [PATCH 13/41] ofp-util: Improve function to emit a bitmap property.

2016-01-18 Thread Ben Pfaff
The callers had some common code that could be reasonably encapsulated, so this commit does so. Signed-off-by: Ben Pfaff --- lib/ofp-util.c | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/lib/ofp-util.c b/lib/ofp-util.c index 58f7e23..0c0b571 10064