Re: [ovs-dev] [error reporting 2/6] ofp-util: New function ofputil_decode_msg_type_partial().

2011-11-02 Thread Ben Pfaff
Thank you. I pushed this series to master. On Tue, Nov 01, 2011 at 04:22:32PM -0700, Ethan Jackson wrote: Looks good to me. Ethan On Thu, Oct 27, 2011 at 13:00, Ben Pfaff b...@nicira.com wrote: Here's a revised version of this patch now that I've dropped 1/6. Please look it over.

Re: [ovs-dev] [error reporting 2/6] ofp-util: New function ofputil_decode_msg_type_partial().

2011-11-01 Thread Ethan Jackson
Looks good to me. Ethan On Thu, Oct 27, 2011 at 13:00, Ben Pfaff b...@nicira.com wrote: Here's a revised version of this patch now that I've dropped 1/6. Please look it over.  Thank you --8--cut here--8-- From: Ben Pfaff b...@nicira.com

Re: [ovs-dev] [error reporting 2/6] ofp-util: New function ofputil_decode_msg_type_partial().

2011-10-27 Thread Ben Pfaff
Here's a revised version of this patch now that I've dropped 1/6. Please look it over. Thank you --8--cut here--8-- From: Ben Pfaff b...@nicira.com Date: Thu, 27 Oct 2011 12:54:44 -0700 Subject: [PATCH] ofp-util: New function

Re: [ovs-dev] [error reporting 2/6] ofp-util: New function ofputil_decode_msg_type_partial().

2011-10-21 Thread Ethan Jackson
Looks good. Ethan On Thu, Sep 8, 2011 at 12:36, Ben Pfaff b...@nicira.com wrote: ---  lib/ofp-util.c |   70 ---  lib/ofp-util.h |    2 +  2 files changed, 43 insertions(+), 29 deletions(-) diff --git a/lib/ofp-util.c b/lib/ofp-util.c

[ovs-dev] [error reporting 2/6] ofp-util: New function ofputil_decode_msg_type_partial().

2011-09-08 Thread Ben Pfaff
--- lib/ofp-util.c | 70 --- lib/ofp-util.h |2 + 2 files changed, 43 insertions(+), 29 deletions(-) diff --git a/lib/ofp-util.c b/lib/ofp-util.c index 1e95d04..156d974 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -343,14 +343,13