Re: [PATCH] set namespace prefix to threads

2023-07-17 Thread Bruce Richardson
On Mon, Jul 17, 2023 at 06:07:59PM +0200, Thomas Monjalon wrote: > 17/07/2023 16:09, Bruce Richardson: > > On Mon, Jul 03, 2023 at 01:49:55PM +0200, Thomas Monjalon wrote: > > > 03/07/2023 13:38, David Marchand: > > > > On Mon, Jul 3, 2023 at 1:24 PM Thomas Monjalon > > > > wrote: > > > > > > > >

Re: [PATCH] set namespace prefix to threads

2023-07-17 Thread Thomas Monjalon
17/07/2023 16:09, Bruce Richardson: > On Mon, Jul 03, 2023 at 01:49:55PM +0200, Thomas Monjalon wrote: > > 03/07/2023 13:38, David Marchand: > > > On Mon, Jul 3, 2023 at 1:24 PM Thomas Monjalon > > > wrote: > > > > > > > > When looking at threads in a system, it can be confusing > > > > to find s

Re: [PATCH] set namespace prefix to threads

2023-07-17 Thread Bruce Richardson
On Mon, Jul 03, 2023 at 01:49:55PM +0200, Thomas Monjalon wrote: > 03/07/2023 13:38, David Marchand: > > On Mon, Jul 3, 2023 at 1:24 PM 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 DPD

Re: [PATCH] set namespace prefix to threads

2023-07-03 Thread Thomas Monjalon
03/07/2023 13:38, David Marchand: > On Mon, Jul 3, 2023 at 1:24 PM 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-" > > and the driver nam

Re: [PATCH] set namespace prefix to threads

2023-07-03 Thread David Marchand
On Mon, Jul 3, 2023 at 1:24 PM 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-" > and the driver name if it comes from a driver. > > One more constr

[PATCH] 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-" and the driver name if it comes from a driver. One more constraint: the thread names are generally limited to 16 characters, includ