Re: [ovs-dev] [Single DP 14/15] dpif: Add new dpif_port_exists() function.

2012-10-30 Thread Ben Pfaff
On Tue, Oct 30, 2012 at 05:58:02PM -0700, Justin Pettit wrote: > On Oct 22, 2012, at 4:35 PM, Ben Pfaff wrote: > > > On Thu, Oct 18, 2012 at 12:51:59PM -0700, Justin Pettit wrote: > >> Provide the ability to determine whether a port exists in a datapath > >> without having to deal with a "dpif_po

Re: [ovs-dev] [Single DP 14/15] dpif: Add new dpif_port_exists() function.

2012-10-30 Thread Justin Pettit
On Oct 22, 2012, at 4:35 PM, Ben Pfaff wrote: > On Thu, Oct 18, 2012 at 12:51:59PM -0700, Justin Pettit wrote: >> Provide the ability to determine whether a port exists in a datapath >> without having to deal with a "dpif_port" structure as with >> dpif_port_query_by_name(). A future patch will

Re: [ovs-dev] [Single DP 14/15] dpif: Add new dpif_port_exists() function.

2012-10-22 Thread Ben Pfaff
On Thu, Oct 18, 2012 at 12:51:59PM -0700, Justin Pettit wrote: > Provide the ability to determine whether a port exists in a datapath > without having to deal with a "dpif_port" structure as with > dpif_port_query_by_name(). A future patch will use this function. > > Signed-off-by: Justin Pettit

[ovs-dev] [Single DP 14/15] dpif: Add new dpif_port_exists() function.

2012-10-18 Thread Justin Pettit
Provide the ability to determine whether a port exists in a datapath without having to deal with a "dpif_port" structure as with dpif_port_query_by_name(). A future patch will use this function. Signed-off-by: Justin Pettit --- lib/dpif-linux.c|2 +- lib/dpif-netdev.c |4 ++-- lib