On Jul 30, 2012, at 5:42 PM, Justin Pettit <jpet...@nicira.com> wrote:

> Thanks.  I've appended an incremental.

I realized after I sent the incremental, there was a bug.  Here's an 
incremental incremental.

--Justin


-=-=-=-=-=-=-=-=-=-

--- a/lib/dpif-linux.c
+++ b/lib/dpif-linux.c
@@ -449,7 +449,7 @@ dpif_linux_port_add(struct dpif *dpif_, struct netdev 
*netdev
         }
 
         ofpbuf_delete(buf);
-    } while ((*port_nop != UINT16_MAX) && (i++ < max_ports)
+    } while ((*port_nop == UINT16_MAX) && (i++ < max_ports)
              && (error == EBUSY || error == EFBIG));
 
     return error;




_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to