The implementations these days use ODPP_NONE rather than UINT32_MAX.
Signed-off-by: Joe Stringer <[email protected]>
---
lib/dpif-provider.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/dpif-provider.h b/lib/dpif-provider.h
index 3152e226ee04..56b88f93d26f 100644
--- a/lib/dpif-provider.h
+++ b/lib/dpif-provider.h
@@ -156,7 +156,7 @@ struct dpif_class {
int (*get_stats)(const struct dpif *dpif, struct dpif_dp_stats *stats);
/* Adds 'netdev' as a new port in 'dpif'. If '*port_no' is not
- * UINT32_MAX, attempts to use that as the port's port number.
+ * ODPP_NONE, attempts to use that as the port's port number.
*
* If port is successfully added, sets '*port_no' to the new port's
* port number. Returns EBUSY if caller attempted to choose a port
--
2.9.3
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev