Re: [PATCH v2] set namespace prefix to threads

2023-08-31 Thread Thomas Monjalon
10/07/2023 20:42, Tyler Retzlaff: > On Mon, Jul 03, 2023 at 02:14:06PM +0200, 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 dr

Re: [PATCH v2] set namespace prefix to threads

2023-07-10 Thread Tyler Retzlaff
On Mon, Jul 03, 2023 at 02:14:06PM +0200, 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

Re: [PATCH v2] set namespace prefix to threads

2023-07-04 Thread fengchengwen
+1 for same prefix. Acked-by: Chengwen Feng 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 f

[PATCH v2] set namespace prefix to threads

2023-07-03 Thread Thomas Monjalon
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, inclu