]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/rcu_lib.rst
gro: support VXLAN UDP/IPv4
[dpdk.git] / doc / guides / prog_guide / rcu_lib.rst
index d142d0c79d5ade685d6ec904fb3d3e59fe2f6580..d0aef3bc165c00b02e304e774bccde2be03b05fd 100644 (file)
@@ -186,10 +186,9 @@ they entered a quiescent state. This API checks if a writer has triggered a
 quiescent state query and update the state accordingly.
 
 The ``rte_rcu_qsbr_lock()`` and ``rte_rcu_qsbr_unlock()`` are empty functions.
-However, when ``CONFIG_RTE_LIBRTE_RCU_DEBUG`` is enabled, these APIs aid
-in debugging issues. One can mark the access to shared data structures on the
-reader side using these APIs. The ``rte_rcu_qsbr_quiescent()`` will check if
-all the locks are unlocked.
+However, these APIs can aid in debugging issues. One can mark the access to
+shared data structures on the reader side using these APIs. The
+``rte_rcu_qsbr_quiescent()`` will check if all the locks are unlocked.
 
 Resource reclamation framework for DPDK
 ---------------------------------------