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 AF21345967; Thu, 12 Sep 2024 06:51:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9BB14409FA; Thu, 12 Sep 2024 06:51:27 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id B66CC4025E for ; Thu, 12 Sep 2024 06:51:26 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 0175220B9D5A; Wed, 11 Sep 2024 21:51:25 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 0175220B9D5A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1726116686; bh=D28xyk3s8VZSOktCUD5L1G6TSi6APG8mbayFKXbPeOE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Tk43lao73Jg71OLNQAoLSDl+vjgT+MNI6hwcPTeNZ5C8pi4nwBrZMN735cnuVdv8T zDLC41tXS6u807kNRzdihlLHQ4aAnLppp6ptzqc4GX5IMVZDVR6P6IkarmmP1BuVZy sPeu+j+22LnJWNU4gZB3/Nq3KasJ4e19iGgzDL+E= Date: Wed, 11 Sep 2024 21:51:25 -0700 From: Tyler Retzlaff To: Mattias R??nnblom Cc: dev@dpdk.org, hofors@lysator.liu.se, Morten Br??rup , Stephen Hemminger , Harry van Haaren Subject: Re: [PATCH 2/6] eal: add bitset test suite Message-ID: <20240912045125.GB4827@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20240505073313.118515-1-mattias.ronnblom@ericsson.com> <20240809201440.590464-1-mattias.ronnblom@ericsson.com> <20240809201440.590464-2-mattias.ronnblom@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240809201440.590464-2-mattias.ronnblom@ericsson.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 Fri, Aug 09, 2024 at 10:14:36PM +0200, Mattias R??nnblom wrote: > Add test suite exercising . > > Signed-off-by: Mattias R??nnblom > > -- > > RFC v5: > * Parameterize tests to allow reuse across both atomic and non-atomic > functions. > > RFC v4: > * Fix signed char issue in test cases. (Stephen Hemminger) > * Add test cases for logic operations. > * Use the unit test suite runner helper. > --- Acked-by: Tyler Retzlaff