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 469B1A0487 for ; Mon, 1 Jul 2019 20:10:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5A1061B9A0; Mon, 1 Jul 2019 20:10:23 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 755CB1B96E; Mon, 1 Jul 2019 20:10:21 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 012D0220E7; Mon, 1 Jul 2019 14:10:21 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 01 Jul 2019 14:10:21 -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=iJlQ97qb475EHKcuoiHrJBP1Tt1b1nEF0aiBG62ZPvw=; b=k97DDVHBdtW9 Q4I97FvBWKoJlN+nBbFwc3+u8wGGOEnxAsDLzhkYrDlT2MInGzZM2vVKxOKuuwuk agaVHl++IjhicEKLLkxw0a2lVbJsnorR8Oidr0l+Mm3qY+NEKVEFnT3n/uTZ8zBC QiFs7x1IvSX3IrqoyGfHiE0/R1TavBo= 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=iJlQ97qb475EHKcuoiHrJBP1Tt1b1nEF0aiBG62ZP vw=; b=tg69nvuuyGSCsUagVR6+re9e8XaVEZM1stdp0FHoQzdktpwjdnK95VtHo ugwax0NuUvEtWXAAbW3VX98wR1RwKlJAwpwVT0zyFLKqyEWIk361uNh+mh8octCn yIk/AcAC1q9+A4F1flHkLj4H8aK9nRKQ6Frm25gsjVQvKrz33XiK5YJoM0Q9hgBw O+LDBAaJSM13UFlj8slAIFvgKIjwrrH8XlaUvpLIQzw9Q8aywLr5knW9BqbiLjv2 Q+EwCwQmMsMt2jaherJKKEfQHHeNxSQhMCn0nCAfw+UBvw1jJflYGmW4EOtLNQ0b gD+Sz/cGZe6CuRu7M7k/pYRNqYqeA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrvdeigdduvdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 686C880063; Mon, 1 Jul 2019 14:10:19 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: stable@dpdk.org, dev@dpdk.org, shreyansh.jain@nxp.com Date: Mon, 01 Jul 2019 20:10:18 +0200 Message-ID: <1850000.GSOBcrzYNF@xps> In-Reply-To: <20190621155659.29297-3-bruce.richardson@intel.com> References: <20190619170802.7691-1-bruce.richardson@intel.com> <20190621155659.29297-1-bruce.richardson@intel.com> <20190621155659.29297-3-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2 2/4] app/test: add missing rawdev test to meson build 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" 21/06/2019 17:56, Bruce Richardson: > the test_rawdev.c file was missing from the meson.build file, and the test > case from the list of test commands. > > Fixes: 55ca1b0f2151 ("raw/skeleton: add test cases") > Cc: shreyansh.jain@nxp.com > Cc: stable@dpdk.org > > Signed-off-by: Bruce Richardson > --- > @@ -179,6 +181,7 @@ fast_parallel_test_names = [ > 'multiprocess_autotest', > 'per_lcore_autotest', > 'prefetch_autotest', > + 'rawdev_autotest', > 'rcu_qsbr_autotest', > 'red_autotest', > 'ring_autotest', For consistency, I think rawdev_autotest should go in driver_test_names, as it is testing the skeleton driver.