]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/howto/debug_troubleshoot.rst
gso: fix mbuf freeing responsibility
[dpdk.git] / doc / guides / howto / debug_troubleshoot.rst
index 50bd32a8ef4309eb3420572472fe61ed06c17245..457ac441429a4796baccb4bd79b125d1babeaf8e 100644 (file)
@@ -312,7 +312,7 @@ Custom worker function :numref:`dtg_distributor_worker`.
      cores.
 
    * For high-performance execution logic ensure running it on correct NUMA
-     and non-master core.
+     and worker core.
 
    * Analyze run logic with ``rte_dump_stack`` and
      ``rte_memdump`` for more insights.