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 EDD7D45E33; Thu, 5 Dec 2024 01:40:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8662C41149; Thu, 5 Dec 2024 01:40:15 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 3162C4111C for ; Thu, 5 Dec 2024 01:40:13 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id 63E2B20CECB1; Wed, 4 Dec 2024 16:40:12 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 63E2B20CECB1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1733359212; bh=ppmosN+UvkXXDUHfBIygZzsF3K5iS6Eb1/tl0JGg884=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hllSXvIVWge4NAQdzCSbpN7fP97JMByA+mSLy46n9Gc4jxsRGFDeTb4Zi2cIoHalg SWLtiM0c1O+c0b45/xYXb5mEAH8/UhoSHpuZwycWMq9v0QkLz7yf3V5LEdr4Usyt89 yMwcwkfXDyGNaSKh9J/SvcUvFAuftLPrg4LGZZfk= Date: Wed, 4 Dec 2024 16:40:12 -0800 From: Tyler Retzlaff To: Morten =?iso-8859-1?Q?Br=F8rup?= Cc: Mattias R??nnblom , dev@dpdk.org, hofors@lysator.liu.se, Stephen Hemminger , Harry van Haaren Subject: Re: [PATCH 4/6] eal: add unit tests for atomic bitset operations Message-ID: <20241205004012.GA7027@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20240505073313.118515-1-mattias.ronnblom@ericsson.com> <20240809201440.590464-1-mattias.ronnblom@ericsson.com> <20240809201440.590464-4-mattias.ronnblom@ericsson.com> <20240912045208.GD4827@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> <98CBD80474FA8B44BF855DF32C47DC35E9F7AB@smartserver.smartshare.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <98CBD80474FA8B44BF855DF32C47DC35E9F7AB@smartserver.smartshare.dk> 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 Wed, Oct 09, 2024 at 10:29:01PM +0200, Morten Brørup wrote: > > From: Tyler Retzlaff [mailto:roretzla@linux.microsoft.com] > > Sent: Thursday, 12 September 2024 06.52 > > > > On Fri, Aug 09, 2024 at 10:14:38PM +0200, Mattias R??nnblom wrote: > > > Extend bitset tests to cover the basic operation of the > > > rte_bitset_atomic_*() family of functions. > > > > > > Signed-off-by: Mattias R??nnblom > > > --- > > > > Tyler Retzlaff > > Fixing this, for the benefit of Patchwork... > > Acked-by: Tyler Retzlaff thank you