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 82E61428C6; Tue, 4 Apr 2023 18:08:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1889C40EF0; Tue, 4 Apr 2023 18:08:49 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 966D840A7E for ; Tue, 4 Apr 2023 18:08:47 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 931C9210DD99; Tue, 4 Apr 2023 09:08:46 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 931C9210DD99 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1680624526; bh=LC0mhB8FrXUUewriv4S/weSNHqiugzTCHR7yAStIpWc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lvfzTp6PnYCTkkUqwV73YI3pp13Xv7OhMoL1l+FutBpaWqvXnYmg06JUHpfbCRxfC bIKZhZaD6TxAvOaXHG46aOdRiQ8VcmF+SV6vWmxlHbR4GHS5MmuOlOBH9quogWRWPk Vmtwj8irtHFbMCZItmfaWbFOWT69sZs5/nY4Vsb4= Date: Tue, 4 Apr 2023 09:08:46 -0700 From: Tyler Retzlaff To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net, Dmitry Kozlyuk , Narcisa Ana Maria Vasile , Dmitry Malloy , Pallavi Kadam Subject: Re: [PATCH v3 15/16] eal/windows: disable lock check on alarm code Message-ID: <20230404160846.GA18560@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230224081642.2566619-1-david.marchand@redhat.com> <20230404124840.1898-1-david.marchand@redhat.com> <20230404124840.1898-16-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230404124840.1898-16-david.marchand@redhat.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 On Tue, Apr 04, 2023 at 02:48:39PM +0200, David Marchand wrote: > This code uses locks to implement synchronisation between two threads. > There seems nothing wrong with it, just silence the clang lock check. > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff