On 5/27/2020 12:11 PM, Ben Pfaff wrote:
Signed-off-by: Ben Pfaff <b...@ovn.org>
---
  lib/pvector.h | 8 +++++---
  1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/lib/pvector.h b/lib/pvector.h
index 0d3290dc373b..3b0c312182d2 100644
--- a/lib/pvector.h
+++ b/lib/pvector.h
@@ -27,9 +27,11 @@
   * ==========================
   *
   * Concurrent priority vector holds non-NULL pointers to objects in an

...objects in a

- * increasing priority order and allows readers to traverse the vector without
- * being concerned about writers modifying the vector as they are traversing
- * it.
+ * nondecreasing priority order and allows readers to traverse the vector
+ * without being concerned about writers modifying the vector as they are
+ * traversing it.
+ *
+ * Multiple elements of a given priority are allowed.
   *
   * The priority order is maintained as a linear vector of elements to allow
   * for efficient memory prefetching.


Except for the nit above LGTM.

Acked-by: Greg Rose <gvrose8...@gmail.com>
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to