Re: [dpdk-dev] [PATCH 0/7] support set thread name

2021-04-16 Thread Min Hu (Connor)
在 2021/4/17 2:40, Thomas Monjalon 写道: 13/04/2021 03:12, Min Hu (Connor): 在 2021/4/12 15:19, David Marchand 写道: On Sat, Apr 10, 2021 at 12:40 PM Min Hu (Connor) wrote: This set of patches support set thread name for debugging. Chengwen Feng (7): net/ark: support set thread name ne

Re: [dpdk-dev] [PATCH 0/7] support set thread name

2021-04-16 Thread Thomas Monjalon
13/04/2021 03:12, Min Hu (Connor): > 在 2021/4/12 15:19, David Marchand 写道: > > On Sat, Apr 10, 2021 at 12:40 PM Min Hu (Connor) wrote: > >> > >> This set of patches support set thread name for debugging. > >> > >> Chengwen Feng (7): > >>net/ark: support set thread name > >>net/ice: support

Re: [dpdk-dev] [PATCH 0/7] support set thread name

2021-04-12 Thread fengchengwen
On 2021/4/12 15:19, David Marchand wrote: > On Sat, Apr 10, 2021 at 12:40 PM Min Hu (Connor) wrote: >> >> This set of patches support set thread name for debugging. >> >> Chengwen Feng (7): >> net/ark: support set thread name >> net/ice: support set VSI reset thread name >> vdpa/ifc: supp

Re: [dpdk-dev] [PATCH 0/7] support set thread name

2021-04-12 Thread Min Hu (Connor)
在 2021/4/12 15:19, David Marchand 写道: On Sat, Apr 10, 2021 at 12:40 PM Min Hu (Connor) wrote: This set of patches support set thread name for debugging. Chengwen Feng (7): net/ark: support set thread name net/ice: support set VSI reset thread name vdpa/ifc: support set notify and

Re: [dpdk-dev] [PATCH 0/7] support set thread name

2021-04-12 Thread Power, Ciara
>-Original Message- >From: David Marchand >Sent: Monday 12 April 2021 08:20 >To: Min Hu (Connor) ; Shepard Siegel >; Yang, Qiming ; >Wang, Xiao W ; Xu, Rosen ; >Maxime Coquelin >Cc: dev ; Yigit, Ferruh ; Mcnamara, >John ; Power, Ciara >Subject: Re: [dpd

Re: [dpdk-dev] [PATCH 0/7] support set thread name

2021-04-12 Thread David Marchand
On Sat, Apr 10, 2021 at 12:40 PM Min Hu (Connor) wrote: > > This set of patches support set thread name for debugging. > > Chengwen Feng (7): > net/ark: support set thread name > net/ice: support set VSI reset thread name > vdpa/ifc: support set notify and vring relay thread name > raw/ifp

[dpdk-dev] [PATCH 0/7] support set thread name

2021-04-10 Thread Min Hu (Connor)
This set of patches support set thread name for debugging. Chengwen Feng (7): net/ark: support set thread name net/ice: support set VSI reset thread name vdpa/ifc: support set notify and vring relay thread name raw/ifpga: support set monitor thread name examples/performance-thread: suppo