From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9F9D2A0350; Thu, 25 Jun 2020 01:29:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 96EA51B5E1; Thu, 25 Jun 2020 01:29:04 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id AED9E1B203 for ; Thu, 25 Jun 2020 01:29:03 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 237835C00C3; Wed, 24 Jun 2020 19:29:03 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Wed, 24 Jun 2020 19:29:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= 6gVkEfPY1wg1ZYOtYnAuNfKd8/onEsOQviVbpPYpqBY=; b=PT5ZtNZRKKfZsF7e 6gQvOmym2Af7W0Mxi8CjdXQjnU8g7xoUcJXp+VlnWesY/xFOWubOXBUDcXI+qXod bS7ZAiGSTeoWVqU1idgNHa0r7xlILV33eo05j/bjg6rj4UiXmOgLrHi+j7C8T+40 tYsUDfQgyiZ9d9B6b+whqGzJL4f0clii36LEZ/xI4op8VSaW9ki7mfEvaT1LoQar DGoB8EHMtluR+51Dz0sPpFTpr9YPejUQr3oVCUWuR/0+WaDqq0GE1QUHXwYS4gjI Cr8L4+MMgeVFiPElgOynv5WpVutdlBUK8tMRonYWBpPDFNpedAzaMdnRLZodVkQd Ivbj1g== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=6gVkEfPY1wg1ZYOtYnAuNfKd8/onEsOQviVbpPYpq BY=; b=bNP3Ccu6Dg2k7ndsQpCkhM1xxXG51Mu1K2QrlN9QOhUKaytZZz35JADs+ FQroi5fl9ur0B82MSx2PzJrhsuSGNt+aIAhqVrin34KL5wVBM/7VZ/UJ/yt8uLvk qT0+c/h/dStFlcW3fpCZJ1xrjmOfZVfTj5sXEzk++n/ICpe20NcHo87rKdiw/x0R 9x7rKTHrWDYoogrgaKDkKMdFYELQl72AGDEiiOPkiNJbLfQ8AMN4frydOKNgUpXk vkt8p1UgBRh0LNah/9EWjXl3NKT0Po2CRUKpbDxaj3R8tU1hy36EeJYDRE5S+7mC pngxl9iyeRlVfY1KxbTDRHCXfXN3A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudekkedgvddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E94E83280065; Wed, 24 Jun 2020 19:29:01 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: "dev@dpdk.org" , Joyce Kong , nd , Phil Yang Date: Thu, 25 Jun 2020 01:29:00 +0200 Message-ID: <2024388.Fdhj3Bj7Eq@thomas> In-Reply-To: References: <20200619095828.13851-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test: fix bitops test name X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Caught by code review, bitops test name is incorrect. > > > > Fixes: 7660614c11e2 ("test/bitops: add bit operations test case") > > > > Signed-off-by: David Marchand > > --- > Acked-by: Phil Yang Applied, thanks