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 6BACAA0487 for ; Thu, 4 Jul 2019 23:52:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AC9771B952; Thu, 4 Jul 2019 23:52:05 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 01C751B951 for ; Thu, 4 Jul 2019 23:52:04 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9151A2179E; Thu, 4 Jul 2019 17:52:04 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 04 Jul 2019 17:52:04 -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=G+B0wtA80F13JMTa52r178CrnjURF1btoJE5DhSOT9c=; b=NyurAOK5+D6s OTY0w88+slJojAh+Filq24W52D3vOresl0mgG9tmBfae8MktaiZYDQExDTSltxAy k/wGQ8XYFiJS+xqkeGWk+Xg/hA1OcT40ZeYorpNXu2qCLjpZOIIWXWBmEJB/iyXk /ePHD0XIa/5QPxwQodjZf9KAIk7tZcA= 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=G+B0wtA80F13JMTa52r178CrnjURF1btoJE5DhSOT 9c=; b=MHOEToyuYyEvenhdKor076bv0O2mfRM+cnr4UpZA+PqbeE36JtkAKzI2o 0rZiZBetAefehyPm6y3EVOWlVsl63eEqCeINnExXKRPFVJpXsBiGMv4ExJ0z8dSq f8PSOPhbyOYEcFaZWfNdi6+7EJapweufFg0LfCgOz5xKHNvRy4z/2uGkcgQxAlXI KxikPBZwUURlpniw74KpobvHu1r03/0G8513JPD7hg5V3zwh55z4ltA9cB7uNv0S 8WyF1n3aDDQgjWNYngYEvgIU6JDleNA4wnaGNuET9o6zviia1r5+t/eVzcH1urTi bQYTF6YGCrM+gzm6gSG763ELq5Nxw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfeefgddtfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 1878E8005A; Thu, 4 Jul 2019 17:52:03 -0400 (EDT) From: Thomas Monjalon To: Lavanya Govindarajan Cc: dev@dpdk.org, reshma.pattan@intel.com, anatoly.burakov@intel.com, david.marchand@redhat.com, jananeex.m.parthasarathy@intel.com Date: Thu, 04 Jul 2019 23:52:02 +0200 Message-ID: <2442532.psqt9e5Srn@xps> In-Reply-To: <1562159174-12183-1-git-send-email-lavanyax.govindarajan@intel.com> References: <1561637559-27164-1-git-send-email-lavanyax.govindarajan@intel.com> <1562159174-12183-1-git-send-email-lavanyax.govindarajan@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] test/eal: add ut for eal options proc-type and uio 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" 03/07/2019 15:06, Lavanya Govindarajan: > Added unit test cases for EAL flags --proc-type=auto and > --create-uio-dev in order to cover the below functions > eal_proc_type_detect() > rte_eal_create_uio_dev() > > Signed-off-by: Lavanya Govindarajan > Reviewed-by: David Marchand > Acked-by: Anatoly Burakov Applied, thanks