From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 12784423AA; Wed, 11 Jan 2023 08:55:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EF19F40691; Wed, 11 Jan 2023 08:55:25 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id D9F6E4014F for ; Wed, 11 Jan 2023 08:55:24 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH v2 0/4] add rte_thread_set_name API for rte_thread_t Date: Wed, 11 Jan 2023 08:55:23 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D8764C@smartserver.smartshare.dk> In-Reply-To: <20230110205328.GE21476@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH v2 0/4] add rte_thread_set_name API for rte_thread_t Thread-Index: AdklNZqr4H7P8ospQAens9E/X4fcZAAXFRIw References: <1670439617-9054-1-git-send-email-roretzla@linux.microsoft.com> <1671036441-10234-1-git-send-email-roretzla@linux.microsoft.com> <20230110205328.GE21476@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Tyler Retzlaff" , Cc: , , , X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > From: Tyler Retzlaff [mailto:roretzla@linux.microsoft.com] > Sent: Tuesday, 10 January 2023 21.53 >=20 > anymore feedback here folks? >=20 > would like to clear this so i can rebase the rte_control_thread_create > series. >=20 > thanks! >=20 > On Wed, Dec 14, 2022 at 08:47:17AM -0800, Tyler Retzlaff wrote: > > Replace the rte_thread_setname API which operates on pthread_t with > > rte_thread_set_name that operates on rte_thread_t. > > > > v2: > > * initial series provided get/set for lcore thread id, those > > additions have been removed as per discussion. including > > unit test. > > * add a single api rte_thread_set_name does not fail but emits > > debug logging if the internal implementation is aware of > > in-exact use of the name or failure to set the name. > > * adapt mlx5 driver to avoid use of deprecated API. > > > > Tyler Retzlaff (4): > > eal: add thread set name API operating on rte thread > > eal: remove thread getname API > > eal: deprecate rte thread setname API > > drivers: mlx5 use rte thread set name Series-acked-by: Morten Br=F8rup