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 B3DC82BD3 for ; Wed, 19 Sep 2018 15:04:36 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5358C21BE2; Wed, 19 Sep 2018 09:04:36 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 19 Sep 2018 09:04:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=QlrdlFZdeK9jgjsG8PQ+Qh4sxO LKYAyETgYqMRCj6DU=; b=SaddSJ1hoWS3FPBLrcuoE1LCqaR0DDsXvnEpomQO+D JEADMhjvZQUXIQoq31XebVSdn4izVypY314/lE2Wm0W3kPSDC3SV6harrBwPL65I lR4wonRtYCXaZS3NeW7PORL2UMdiAh5TACp+cAsUj2V516PiNG72jntkPFwcLugn c= 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=QlrdlF ZdeK9jgjsG8PQ+Qh4sxOLKYAyETgYqMRCj6DU=; b=m0u8Z8gag0KYZj7Tz3yE3p yp43HaoMlsP7S++ioY2Zg9fl5oLw+5fyNlzR0n+FmiT6DKj0c/pdL6SwxhObGGpv GmZ0UEg+oA6k6my5hVZbbNx1WfdrzbiVDO8SGmR4Sbuff13I4wQ6WXO0P3dJaZ+4 QWSuUc3eMByufQEFIGZzrJYThEtL316AhUrjIQ22a3zy+Sabclqml8yve1koXCYo kz3BdRlfjMXf1Bl2lfRessFSG5JLFbZNTvKQMGjy3fHNSndKJo8d+X5pWC+1CdzH cUfkILhCKKdu6llISZP9hg5X//tsSORXSLWOvvz5QLe97s8wJDmaYq3xLFo0LGFw == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9B903102A0; Wed, 19 Sep 2018 09:04:34 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, tiwei.bie@intel.com, ray.kinsella@intel.com, zhihong.wang@intel.com, maxime.coquelin@redhat.com, kuralamudhan.ramakrishnan@intel.com Date: Wed, 19 Sep 2018 15:04:33 +0200 Message-ID: <1910582.lgTBx0So88@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/9] Improve running DPDK without hugetlbfs mounpoint 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: Wed, 19 Sep 2018 13:04:36 -0000 > Anatoly Burakov (9): > fbarray: fix detach in noshconf mode > eal: don't allow legacy mode with in-memory mode > mem: raise maximum fd limit unconditionally > memalloc: rename lock list to fd list > memalloc: track page fd's in non-single file mode > memalloc: add EAL-internal API to get and set segment fd's > mem: add external API to retrieve page fd from EAL > mem: allow querying offset into segment fd > mem: support using memfd segments for in-memory mode Applied, tha nks