ethdev: remove legacy SYN filter type support
[dpdk.git] / doc / guides / howto / debug_troubleshoot.rst
index 50bd32a..457ac44 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.