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 A30381BDE3 for ; Thu, 20 Dec 2018 23:01:54 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 396E421F6A; Thu, 20 Dec 2018 17:01:54 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 20 Dec 2018 17:01:54 -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=cBsPZO60h+bd3ihwEVkKqvM4Mi2Ps0MwkFf4Cyt7J80=; b=C5OKCCOif8LS 7Nc3O1LwKY4PCS2ns1aVGOWdf2sAsi7IHBgz8qm9GqyfgpDinglumPiEPkt1aDX0 Cd5L1xQjLJxBwW6yDXyrJYBhy+L+K1sG0kdwR8QeSZHQMuXFZwbClgtQ/nw3bSM+ TnKC3YgKuj3Zu7v0Obd6KrcuwInd3HU= 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=cBsPZO60h+bd3ihwEVkKqvM4Mi2Ps0MwkFf4Cyt7J 80=; b=kFG+W1ey64BKWd7aXBapkVPrPaN5HcTjwgTCeQCnjTH/IlEnmN59Zmk3R 0hSQZ2CKd2UWVqfXV3TFnygkvuyoVu80EMwzcwDGFL6ZksGAh1lEuPUWdkuZuvP8 HRniN7oMbxAcBPhFLO7sBuTQ9wVPr2yZli1vg8Ba/X85xDjKmQb2NOjG31B/FTn6 KYPJaOmV+LlSdWTWXz9A7ZzOPHrmUQ85k3zBojpPD2HyjsjppKAfQzwkVqk9BIs4 xig2OBhrtXK9cGEpZX8p40BXnA5GKWl6b2KcjZOo4F04DE8Rqb4eNiZqCz+2MYyz oNRVzML6CrnqER7LEbQsteHjss7Nw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejfedgudehjecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecu fedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkf gjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhn uceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvd dtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgr lhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 EA5EAE459A; Thu, 20 Dec 2018 17:01:51 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, przemyslawx.lal@intel.com, kuralamudhan.ramakrishnan@intel.com, ivan.coughlan@intel.com, tiwei.bie@intel.com, ray.kinsella@intel.com, maxime.coquelin@redhat.com Date: Thu, 20 Dec 2018 23:01:50 +0100 Message-ID: <2543616.D7qhifq82x@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 v3 0/5] Allow using virtio-user without hugepages 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: Thu, 20 Dec 2018 22:01:54 -0000 > Anatoly Burakov (5): > mem: fix error code for segment fd API for external segs > memalloc: check for memfd support in segment fd API > memalloc: allow setting up segment list fd's > mem: use memfd for no-huge mode > test: add segment fd API test Applied, thanks