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 C8D1B41B91; Tue, 31 Jan 2023 18:09:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 86D3F4114A; Tue, 31 Jan 2023 18:09:09 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 8D524427E9 for ; Tue, 31 Jan 2023 18:09:07 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id DFFE720B96F1; Tue, 31 Jan 2023 09:09:06 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com DFFE720B96F1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1675184946; bh=glnN+1Z43mSmHjlD9yI6lbnCcHHOeITB2rcmOsA8/B8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Gh51D/j+ik4JHonRp5v7/aS2YhixR1NZo9uol772NOMQiTAG/8x4xoeLrLtmr8Gqd oLJP6HBjjqgLojqQi7QdeGLMdW80LJdj3EFEMnliujmqWJyirY9nkpxOT9w6uckBwl zi8Cexb6sOKSGvPQAuMiB2bYwNy8UT24ZUcszcGA= Date: Tue, 31 Jan 2023 09:09:06 -0800 From: Tyler Retzlaff To: David Marchand Cc: Thomas Monjalon , dev@dpdk.org, jerinjacobk@gmail.com, mb@smartsharesystems.com Subject: Re: [PATCH v10 4/4] eal: deprecation notice for rte thread setname API Message-ID: <20230131170906.GA11223@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1670439617-9054-1-git-send-email-roretzla@linux.microsoft.com> <1674583941-16964-1-git-send-email-roretzla@linux.microsoft.com> <1674583941-16964-5-git-send-email-roretzla@linux.microsoft.com> <2954281.hTDNKPQEx9@thomas> <20230130203453.GA29828@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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 On Tue, Jan 31, 2023 at 10:53:17AM +0100, David Marchand wrote: > On Mon, Jan 30, 2023 at 9:35 PM Tyler Retzlaff > wrote: > > thank you both, i'll rebase the rte_ctrl_thread_create patch series once > > this is merged to get it moving forward again. > > > > We are missing a reference to rte_thread.h in doc/api/doxy-api-index.md. > Please, can you send a patch for this too? no problem. > > Thanks. > > > -- > David Marchand