On 2021/4/12 15:19, David Marchand wrote: > On Sat, Apr 10, 2021 at 12:40 PM Min Hu (Connor) <humi...@huawei.com> 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/ifpga: support set monitor thread name >> examples/performance-thread: support set thread name >> telemetry: support set init threads name >> examples/vhost_blk: support set ctrl worker thread name > > Rather than add those calls, can maintainers check if their component > can use ctrl threads instead? > rte_ctrl_thread_create ensures both that the name is set, and that the > ctrl thread won't run on the same cpu as "datapath" threads. > > I also saw some issues with components creating threads. > I'll post a series addressing those later (net/ark, net/ice not > detaching/joining created threads + telemetry not checking > pthread_create failures). > > There already have reviewing patches: ([dpdk-dev] [PATCH v2 0/2] fix missing check for thread creation) to fix telemetry not checking pthread_create failure. Please review it, thanks
- [dpdk-dev] [PATCH 6/7] telemetry: support set init thread... Min Hu (Connor)
- [dpdk-dev] [PATCH 7/7] examples/vhost_blk: support set ct... Min Hu (Connor)
- [dpdk-dev] [PATCH 3/7] vdpa/ifc: support set notify and v... Min Hu (Connor)
- [dpdk-dev] [PATCH 2/7] net/ice: support set VSI reset thr... Min Hu (Connor)
- [dpdk-dev] [PATCH 1/7] net/ark: support set thread name Min Hu (Connor)
- Re: [dpdk-dev] [PATCH 0/7] support set thread name David Marchand
- Re: [dpdk-dev] [PATCH 0/7] support set thread name Power, Ciara
- Re: [dpdk-dev] [PATCH 0/7] support set thread name Min Hu (Connor)
- Re: [dpdk-dev] [PATCH 0/7] support set thread na... Thomas Monjalon
- Re: [dpdk-dev] [PATCH 0/7] support set threa... Min Hu (Connor)
- Re: [dpdk-dev] [PATCH 0/7] support set thread name fengchengwen
- [dpdk-dev] [PATCH v2 0/7] support set thread name Min Hu (Connor)
- [dpdk-dev] [PATCH v2 3/7] vdpa/ifc: support set noti... Min Hu (Connor)
- [dpdk-dev] [PATCH v2 5/7] examples/performance-threa... Min Hu (Connor)
- [dpdk-dev] [PATCH v2 7/7] examples/vhost_blk: suppor... Min Hu (Connor)
- [dpdk-dev] [PATCH v2 1/7] net/ark: support set threa... Min Hu (Connor)
- [dpdk-dev] [PATCH v2 4/7] raw/ifpga: support set mon... Min Hu (Connor)
- [dpdk-dev] [PATCH v2 6/7] telemetry: support set ini... Min Hu (Connor)
- Re: [dpdk-dev] [PATCH v2 6/7] telemetry: support... Bruce Richardson
- [dpdk-dev] [PATCH v2 2/7] net/ice: support set VSI r... Min Hu (Connor)
- Re: [dpdk-dev] [PATCH v2 0/7] support set thread nam... Thomas Monjalon