From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v11 0/2] Balanced allocation of hugepages Date: Sat, 01 Jul 2017 12:59:20 +0200 Message-ID: <1544192.8t6sThONvH@xps> References: <1498715960-2668-1-git-send-email-i.maximets@samsung.com> <20170630161224.7532-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ilya Maximets Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 81A9C2BAF for ; Sat, 1 Jul 2017 12:59:21 +0200 (CEST) In-Reply-To: <20170630161224.7532-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 30/06/2017 18:12, Thomas Monjalon: > Version 11: > * Fixed test-build.sh for missing libnuma dependency > > Version 10: > * Fixed typo in DPAA2 config. > > Version 9: > * Removed DPDK_DEP_NUMA from test-build.sh . Not needed > anymore. > * Fixed out of bound write to essential_memory in case > where socket-mem not specified and SIGBUS occured. > > Version 8: > * helper functions from libnuma used to set mempolicy and > work with cpu mask. > * Function now restores previous mempolicy instead of MPOL_DEFAULT. > * Fixed essential_memory on SIGBUS. > * Fixed restoring of mempolicy in case of errors (goto out). > * Enabled by default for all linuxapp except armv7 and dpaa2. > > Version 7: > * RTE_LIBRTE_EAL_NUMA_AWARE_HUGEPAGES --> RTE_EAL_NUMA_AWARE_HUGEPAGES > > Version 6: > * Configuration option RTE_LIBRTE_EAL_NUMA_AWARE_HUGEPAGES > returned. Enabled by default for x86, ppc and thunderx. > > Version 5: > * Fixed shared build. (Automated build test will fail > anyway because libnuma-devel not installed on build servers) > > Version 4: > * Fixed work on systems without NUMA by adding check for NUMA > support in kernel. > > Version 3: > * Implemented hybrid schema for allocation. > * Fixed not needed mempolicy change while remapping. (orig = 0) > * Added patch to enable VHOST_NUMA by default. > > Version 2: > * rebased (fuzz in Makefile) > > Ilya Maximets (2): > mem: balanced allocation of hugepages > config: enable vhost NUMA awareness by default Applied this version, thanks for getting an agreement after long discussions :)