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 D94B7A034C; Mon, 12 Dec 2022 21:36:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 75D5C40687; Mon, 12 Dec 2022 21:36:37 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 5F82540684 for ; Mon, 12 Dec 2022 21:36:36 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id 6C3C420B717A; Mon, 12 Dec 2022 12:36:35 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 6C3C420B717A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1670877395; bh=9VA3pbc/YZod/VLcLoet216L+7KiA3q0NQ8nNKEM8gw=; h=Date:From:To:Subject:References:In-Reply-To:From; b=GkLBDBmjiVY2Zhz3bDn77TpSGb/UyINQg0lwSN+7zK/qKnEkFR/xG7B6blQWCdkT8 hyvijjrPJDD85znXNRDsEvdB0HwQngvBxNurf1O1fYS6afi4uXgBHq7dffc5SLM9kj DNPRVtBUBzF71eSdEWnU/fOqWX0FkbQ14LDjbRik= Date: Mon, 12 Dec 2022 12:36:35 -0800 From: Tyler Retzlaff To: dev@dpdk.org, david.marchand@redhat.com, dmitry.kozliuk@gmail.com, thomas@monjalon.net Subject: Re: [PATCH 0/2] enable lcores test on Windows Message-ID: <20221212203635.GA31519@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1670287169-15325-1-git-send-email-roretzla@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1670287169-15325-1-git-send-email-roretzla@linux.microsoft.com> 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 hey folks, a quick ping looking for review here. simple fix and increases test coverage. fairly straight forward. thanks! On Mon, Dec 05, 2022 at 04:39:27PM -0800, Tyler Retzlaff wrote: > Enable the lcores test on Windows instead of skipping it. > > Two bugs are fixed to allow this test to build, run & pass. > * Mark memory configuration complete during rte_eal_init() > * Use rte thread api to get a proper implementation of thread join. > > Tyler Retzlaff (2): > eal: add missing call marking memory config complete > test: enable lcores test on Windows > > app/test/test_lcores.c | 28 +++++++++++++--------------- > lib/eal/windows/eal.c | 3 +++ > 2 files changed, 16 insertions(+), 15 deletions(-) > > -- > 1.8.3.1