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
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
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
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