ethdev: remove legacy SYN filter type support
[dpdk.git] / doc / guides / howto / debug_troubleshoot.rst
index 5a46f5f..457ac44 100644 (file)
@@ -312,9 +312,9 @@ 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``, ``rte_dump_registers`` and
+   * Analyze run logic with ``rte_dump_stack`` and
      ``rte_memdump`` for more insights.
 
    * Make use of objdump to ensure opcode is matching to the desired state.