From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v2 1/3] eal/thread: ignore rte_thread_setname() failure in ctrl thread Date: Fri, 13 Jul 2018 00:19:51 +0200 Message-ID: <1808844.CMW4ekJiXS@xps> References: <1528461427-164113-1-git-send-email-dariuszx.stojaczyk@intel.com> <20180710104447.16756-1-darek.stojaczyk@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, Dariusz Stojaczyk , dev@dpdk.org, Anatoly Burakov , Olivier Matz To: Dariusz Stojaczyk Return-path: In-Reply-To: <20180710104447.16756-1-darek.stojaczyk@gmail.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/07/2018 12:44, Dariusz Stojaczyk: > From: Dariusz Stojaczyk > > The error is not fatal and we can physically continue > creating the thread. It simply won't have a name. > > If rte_thread_setname() fails, we will just print > a debug log now. EAL does the same for lcore threads. > > Signed-off-by: Dariusz Stojaczyk > Acked-by: Anatoly Burakov > Reviewed-by: Olivier Matz Series applied, thanks