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 912C4A046B for ; Thu, 27 Jun 2019 23:23:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CCC7728EE; Thu, 27 Jun 2019 23:23:46 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id DD2E525D9 for ; Thu, 27 Jun 2019 23:23:44 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 11DA622054; Thu, 27 Jun 2019 17:23:44 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 27 Jun 2019 17:23:44 -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=mesmtp; bh=WlXNS3AjTt01FS2/Bhy2EiNiySuDeu2jRNTfDVHpOnE=; b=UdDmEkJ4rFh0 aaDI/WciU2ZjQRkFTXH0eMoD/udOCChnXcqSRA0uv6MyWx1OPAeTp5xAn2Ob2xKe fRC5fPYRF5otVUUA2lfL0Kpot+I2mdQEe432VU8V6eBlK3IMP1gxPXHt2MNretVj 1x9X2yiif7oimASHq2NvPMsFBVMpTtk= 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=WlXNS3AjTt01FS2/Bhy2EiNiySuDeu2jRNTfDVHpO nE=; b=MQ8BpxOPZkdaWpDXHZZwUWyMBiE5wzGvFAreNC3+wrk6bd62iT05AdiTn 6ix2ow+rQsTRGkpcMan2FRp9dx3cm3qYdRN7jLulwxpOISW51tNrIlOeLgDA2XUK nPwczvzbC8Rinpl+cqBXYEKIQBX6rSb4SOV9oZtgOwy8mcnrKUge2065cGlB9gPZ FFHb2inOh0GG4EN/8mLsScgPrfrB4D/5GjyJhhxY0iH4AzqkFrielmqBt+EffrJ8 dsPKM4G/ogqpWZ2OB8ATcrETAiYkZ+2Ocwu04wSBdnVaZRVifF6tMwOqKXiqT4bB 1vSmGTNFRDDAvYP4CO4F3edpdd/xw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudekgdduiedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtqhertddttddunecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpehmvghsohhnrdgsuhhilhgunecukfhppeejjedrudefgedrvddtfedrudek geenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnh gvthenucevlhhushhtvghrufhiiigvpedt 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 45ED0380086; Thu, 27 Jun 2019 17:23:42 -0400 (EDT) From: Thomas Monjalon To: Mattias =?ISO-8859-1?Q?R=F6nnblom?= Cc: dev@dpdk.org, nhorman@tuxdriver.com, stephen@networkplumber.org, david.marchand@redhat.com, bruce.richardson@intel.com Date: Thu, 27 Jun 2019 23:23:41 +0200 Message-ID: <2422668.g6hoXyRuxo@xps> In-Reply-To: <20190605104400.24484-3-mattias.ronnblom@ericsson.com> References: <20190516203529.GA642@bricha3-MOBL.ger.corp.intel.com> <20190605104400.24484-1-mattias.ronnblom@ericsson.com> <20190605104400.24484-3-mattias.ronnblom@ericsson.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [dpdk-dev] [PATCH v3 2/6] eal: add pseudo-random number generation performance test 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" 05/06/2019 12:43, Mattias R=F6nnblom: > Add performance test for rte_rand(). >=20 > Signed-off-by: Mattias R=F6nnblom > Acked-by: Bruce Richardson > --- > app/test/Makefile | 1 + > app/test/test_rand_perf.c | 75 +++++++++++++++++++++++++++++++++++++++ > 2 files changed, 76 insertions(+) Why it is not added in meson.build?