Re: [ovs-dev] [PATCH 3/5] ofp-util: Meter fixes.

2013-06-27 Thread Ben Pfaff
On Thu, Jun 27, 2013 at 09:11:07AM +, Rajahalme, Jarno (NSN - FI/Espoo) wrote: > > On Jun 27, 2013, at 3:13 , ext Ben Pfaff wrote: > > > On Thu, Jun 27, 2013 at 01:39:50AM +0300, Jarno Rajahalme wrote: > >> Validate claimed message length for meter stats in ofp-util.c. > >> Clean up meters i

Re: [ovs-dev] [PATCH 3/5] ofp-util: Meter fixes.

2013-06-27 Thread Rajahalme, Jarno (NSN - FI/Espoo)
On Jun 27, 2013, at 3:13 , ext Ben Pfaff wrote: > On Thu, Jun 27, 2013 at 01:39:50AM +0300, Jarno Rajahalme wrote: >> Validate claimed message length for meter stats in ofp-util.c. >> Clean up meters in ofp-util.h. >> Fix the impossible duration values in ofp-print.at. >> >> Signed-off-by: Jarno

Re: [ovs-dev] [PATCH 3/5] ofp-util: Meter fixes.

2013-06-26 Thread Ben Pfaff
On Thu, Jun 27, 2013 at 01:39:50AM +0300, Jarno Rajahalme wrote: > Validate claimed message length for meter stats in ofp-util.c. > Clean up meters in ofp-util.h. > Fix the impossible duration values in ofp-print.at. > > Signed-off-by: Jarno Rajahalme I think that the check in ofputil_decode_met

[ovs-dev] [PATCH 3/5] ofp-util: Meter fixes.

2013-06-26 Thread Jarno Rajahalme
Validate claimed message length for meter stats in ofp-util.c. Clean up meters in ofp-util.h. Fix the impossible duration values in ofp-print.at. Signed-off-by: Jarno Rajahalme --- lib/ofp-util.c | 19 +++ lib/ofp-util.h | 30 +++--- tests/ofp-