]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ring/rte_ring.h
ring: clarify preemptible nature of algorithm
[dpdk.git] / lib / librte_ring / rte_ring.h
index de1a5f366b2571f15cc573b78d75a265581eb950..7a731d070d30feb8e4d5a051b51a97b4580e4b49 100644 (file)
@@ -26,8 +26,9 @@
  * - Bulk dequeue.
  * - Bulk enqueue.
  *
- * Note: the ring implementation is not preemptable. A lcore must not
- * be interrupted by another task that uses the same ring.
+ * Note: the ring implementation is not preemptible. Refer to Programmer's
+ * guide/Environment Abstraction Layer/Multiple pthread/Known Issues/rte_ring
+ * for more information.
  *
  */