+1 for same prefix. Acked-by: Chengwen Feng <fengcheng...@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 <tho...@monjalon.net> > --- > Please review carefully, I may have missed things. > > Note: we should use rte_thread_create_control() as much as possible. > ... >