From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] Revert "mem: allocate in reverse to reduce fragmentation" Date: Thu, 26 Jul 2018 11:18:13 +0200 Message-ID: <23947652.nx9p32IzIJ@xps> References: <0957f38f12ba6df24f0b48f24fe8236a6ce50efc.1532434698.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com, zhihong.wang@intel.com, qian.q.xu@intel.com, yu.y.liu@intel.com, lei.a.yao@intel.com, maxime.coquelin@redhat.com To: Anatoly Burakov Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 244E323D for ; Thu, 26 Jul 2018 11:18:20 +0200 (CEST) In-Reply-To: <0957f38f12ba6df24f0b48f24fe8236a6ce50efc.1532434698.git.anatoly.burakov@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/07/2018 14:21, Anatoly Burakov: > This reverts commit 179f916e88e4a0fdd5ad4d20e226771d3d271c41. > > A few regressions with virtio/vhost have been discovered, due to the > strong dependency of virtio/vhost on the underlying memory layout. > Specifically, virtio/vhost share all memory pages starting from the > beginning of the segment, while the patch above made it so that the > memory is always allocated from the top of VA space, not from the > bottom. > > Signed-off-by: Anatoly Burakov Applied with this fun title: mem: revert reversed allocation