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 38C6CA0487 for ; Thu, 4 Jul 2019 23:35:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 33BED5424; Thu, 4 Jul 2019 23:35:18 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 601A24D27 for ; Thu, 4 Jul 2019 23:35:17 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EC03321540; Thu, 4 Jul 2019 17:35:16 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 04 Jul 2019 17:35:16 -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=gQLQPyd6MbIUktZEdHAXYDkDcmCc7ji8vdUPeUpj64o=; b=kQ5P18OpQnVp rlDPVVpYFCbIJOpwQTjG4D4UJf/mdDo1ervqLbFnViokLllWD9xgG3ECkutvMuM2 m+MCDRwT+OUKbpk1tx4RIxobjYDlXh5fFrABcQwRzXibnrEicrGqdTg1BtMCj8QU SKj6nxeT/Fep/bKo58zlmVoDhDCaQHY= 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=gQLQPyd6MbIUktZEdHAXYDkDcmCc7ji8vdUPeUpj6 4o=; b=dQr974Y0UhV+ZAoPm03/325faKOFTqBp14BBE1jyv91vWK7u/N+4O12H+ 5UTuGurv+pIWrkpKGWhS2DaoOv/5agmeY8lHOzHEQL3SXwHQDtJDMDXQo8d1WLFl B77Gfi6rhvlpNHqpAxbCW7sa/dLUfB7NmituQRXPjETkDGq63muAHM0LwbeDR+fA B8+tF+cDqxBaMRWxX6NtkcEywaALskvuL0UTj1QTtBdd6IQviqJmTWzwl1PzlAhK ++RNVaVhUfpgETnTuhDVKzy5SmuWQ/f8e/1VlxWDIE+VEbQRnmzdbNHcJaC7E3iC xT2XPviH/XGZBimIuA3IAUAeSRbHQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfedvgdduieegucetufdoteggodetrfdotf 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 C6FAB380075; Thu, 4 Jul 2019 17:35:15 -0400 (EDT) From: Thomas Monjalon To: Pallantla Poornima Cc: dev@dpdk.org, reshma.pattan@intel.com, anatoly.burakov@intel.com, david.marchand@redhat.com Date: Thu, 04 Jul 2019 23:35:14 +0200 Message-ID: <9084474.h7hOzU5CR1@xps> In-Reply-To: <1562138010-5711-1-git-send-email-pallantlax.poornima@intel.com> References: <1561640820-32434-1-git-send-email-pallantlax.poornima@intel.com> <1562138010-5711-1-git-send-email-pallantlax.poornima@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4] test/eal: add ut cases for in-memory and single-file-segment 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 09:13, Pallantla Poornima: > Added unit test case for eal command line '--in-memory' option > which will cover below functions. > get_seg_memfd() > test_memfd_create() > pagesz_flags() > > Added unit test case for eal command line '--single-file-segments' option > which will cover resize_hugefile(). > > Signed-off-by: Pallantla Poornima > Reviewed-by: Anatoly Burakov > Reviewed-by: David Marchand Applied, thanks