Re: [ovs-dev] [PATCH v2 1/2] ofp-util: New function ofputil_port_to_string().

2013-06-24 Thread Ben Pfaff
On Mon, Jun 24, 2013 at 12:48:25PM -0700, Ansis Atteka wrote: > On Wed, Jun 12, 2013 at 11:38 AM, Ben Pfaff wrote: > > > This function is more convenient than ofputil_format_port() when a "struct > > ds" is not already in use. This commit converts one caller for which this > > was already true,

Re: [ovs-dev] [PATCH v2 1/2] ofp-util: New function ofputil_port_to_string().

2013-06-24 Thread Ansis Atteka
On Wed, Jun 12, 2013 at 11:38 AM, Ben Pfaff wrote: > This function is more convenient than ofputil_format_port() when a "struct > ds" is not already in use. This commit converts one caller for which this > was already true, and the following commit will add another. > > Signed-off-by: Ben Pfaff

[ovs-dev] [PATCH v2 1/2] ofp-util: New function ofputil_port_to_string().

2013-06-12 Thread Ben Pfaff
This function is more convenient than ofputil_format_port() when a "struct ds" is not already in use. This commit converts one caller for which this was already true, and the following commit will add another. Signed-off-by: Ben Pfaff --- lib/ofp-util.c | 32 ++--