Re: [dpdk-dev] [PATCH v7 0/2] Balanced allocation of hugepages

2017-06-27 Thread Ilya Maximets
On 26.06.2017 18:33, Sergio Gonzalez Monroy wrote: > On 26/06/2017 11:44, Ilya Maximets wrote: >> So, what do you think about this version? >> Is it ready for merge or some additional changes needed? > > I was just having another look at it and was wondering if we should re-set > the old policy i

Re: [dpdk-dev] [PATCH v7 0/2] Balanced allocation of hugepages

2017-06-26 Thread Sergio Gonzalez Monroy
On 26/06/2017 11:44, Ilya Maximets wrote: So, what do you think about this version? Is it ready for merge or some additional changes needed? I was just having another look at it and was wondering if we should re-set the old policy instead of DEFAULT? Also noticed that we probably should incr

Re: [dpdk-dev] [PATCH v7 0/2] Balanced allocation of hugepages

2017-06-26 Thread Jerin Jacob
-Original Message- > Date: Mon, 26 Jun 2017 13:44:08 +0300 > From: Ilya Maximets > To: dev@dpdk.org, Sergio Gonzalez Monroy > , Thomas Monjalon , > Bruce Richardson > CC: David Marchand , Heetae Ahn > , Yuanhan Liu , Jianfeng > Tan , Neil Horman , Yulong > Pei , Jerin Jacob > Subjec

Re: [dpdk-dev] [PATCH v7 0/2] Balanced allocation of hugepages

2017-06-26 Thread Ilya Maximets
So, what do you think about this version? Is it ready for merge or some additional changes needed? Best regards, Ilya Maximets. On 21.06.2017 13:08, Ilya Maximets wrote: > Version 7: > * RTE_LIBRTE_EAL_NUMA_AWARE_HUGEPAGES --> RTE_EAL_NUMA_AWARE_HUGEPAGES > > Version 6: > * Configura

[dpdk-dev] [PATCH v7 0/2] Balanced allocation of hugepages

2017-06-21 Thread Ilya Maximets
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