[PATCH v2] set namespace prefix to threads
fengchengwen
fengchengwen at huawei.com
Tue Jul 4 11:18:13 CEST 2023
+1 for same prefix.
Acked-by: Chengwen Feng <fengchengwen at huawei.com>
On 2023/7/3 20:14, Thomas Monjalon wrote:
> When looking at threads in a system, it can be confusing
> to find some unknown threads without a clue it is started by DPDK.
>
> Let's start all thread names with "dpdk-"
> plus the driver name if it comes from a driver.
>
> One more constraint: the thread names are generally limited
> to 16 characters, including the NUL character.
>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> ---
> Please review carefully, I may have missed things.
>
> Note: we should use rte_thread_create_control() as much as possible.
>
...
>
More information about the dev
mailing list