Re: [ovs-dev] [PATCH] ofp-parse: Fix parsing of register values 2**31 and greater.

2011-08-12 Thread Ben Pfaff
Thanks, I pushed this to master. On Fri, Aug 12, 2011 at 03:02:46PM -0700, Ethan Jackson wrote: > That fixes it, thanks. > > Ethan > > On Fri, Aug 12, 2011 at 15:00, Ben Pfaff wrote: > > Reported-by: Ethan Jackson > > --- > > Ethan, does this fix the problem that you reported? > > > > diff --g

Re: [ovs-dev] [PATCH] ofp-parse: Fix parsing of register values 2**31 and greater.

2011-08-12 Thread Ethan Jackson
Just reviewed it, looks good, thanks. Ethan On Fri, Aug 12, 2011 at 15:02, Ethan Jackson wrote: > That fixes it, thanks. > > Ethan > > On Fri, Aug 12, 2011 at 15:00, Ben Pfaff wrote: >> Reported-by: Ethan Jackson >> --- >> Ethan, does this fix the problem that you reported? >> >> diff --git a/

Re: [ovs-dev] [PATCH] ofp-parse: Fix parsing of register values 2**31 and greater.

2011-08-12 Thread Ethan Jackson
That fixes it, thanks. Ethan On Fri, Aug 12, 2011 at 15:00, Ben Pfaff wrote: > Reported-by: Ethan Jackson > --- > Ethan, does this fix the problem that you reported? > > diff --git a/lib/ofp-parse.c b/lib/ofp-parse.c > index e6a6af1..5c7feb2 100644 > --- a/lib/ofp-parse.c > +++ b/lib/ofp-parse.

[ovs-dev] [PATCH] ofp-parse: Fix parsing of register values 2**31 and greater.

2011-08-12 Thread Ben Pfaff
Reported-by: Ethan Jackson --- Ethan, does this fix the problem that you reported? diff --git a/lib/ofp-parse.c b/lib/ofp-parse.c index e6a6af1..5c7feb2 100644 --- a/lib/ofp-parse.c +++ b/lib/ofp-parse.c @@ -812,14 +812,20 @@ parse_field_value(struct cls_rule *rule, enum field_index index, stat