From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 40BF01B120 for ; Fri, 21 Dec 2018 16:19:29 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D63D722015; Fri, 21 Dec 2018 10:19:28 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 21 Dec 2018 10:19:28 -0500 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=GpAhSSow740VYMHRoytiV6g4AX3vrEnm4BoMqfeF5ug=; b=svMiLeb7kwoO 66Xrxk1tcoataZcIJtYEblKvtHhAQU194aOwy/GfJuIan9o5XiotKqBnhg7LAm3C 6zCxiSn4dmkQZmTD5DihrUHqL2yPRWG/NyHEa2lrbPHU2EjoSVog1Yp4ILbwCzly DlwL3uyuDgyttP5Y+c4KKnDfzJ7owWU= 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=fm1; bh=GpAhSSow740VYMHRoytiV6g4AX3vrEnm4BoMqfeF5 ug=; b=x+YMeT+/HwTb2cEONKhkkinTzphqxw89zRGdZt/P1pvn0t5fBdxIihR2y xFACGczauuLm32qeJ4NSV/z2USEYs6Icx6eTh0SjRouwRvP+PSwaert3Besj7InK frNgYscYrJZiIyJqoti/pJDKug4VszQDHVacGxmG76gQYUUzLZ/o3UkIy6zUwird VHmrjB5oz4EVzb+g5F3/Hp/qtznQ45V5y5q3oByYA2SglGVB6Tuned00/GBt4ndX 25Er0NiW8Fqkym/qicB1qSkrUXXSdxVMWa/iLQA3DnPzwpHbhmazEXjHAtIDJiIN MQgJiQPRBSKTTYN5tZPBCxYD/Z6kA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejhedgjeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 5430E10281; Fri, 21 Dec 2018 10:19:27 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, stephen@networkplumber.org Date: Fri, 21 Dec 2018 16:19:26 +0100 Message-ID: <8105541.xdVP9AVNDo@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 4/4] test/extmem: extend test to cover non-heap API 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: , X-List-Received-Date: Fri, 21 Dec 2018 15:19:29 -0000 21/12/2018 12:29, Anatoly Burakov: > Currently, extmem autotest only covers the external malloc heap > API. Extend it to also cover the non-heap, register/unregister > external memory API. > > Signed-off-by: Anatoly Burakov Series applied, thanks