On 12/10/2016 16:23, "Jarno Rajahalme" wrote:
>
>> On Oct 4, 2016, at 6:22 PM, Daniele Di Proietto
>> wrote:
>>
>> We can run out of hugepage memory coming from rte_*alloc() more easily
>> than heap coming from malloc().
>>
>> Therefore:
>>
>> * We should use hugepage memory if we're go
> On Oct 4, 2016, at 6:22 PM, Daniele Di Proietto
> wrote:
>
> We can run out of hugepage memory coming from rte_*alloc() more easily
> than heap coming from malloc().
>
> Therefore:
>
> * We should use hugepage memory if we're going to access it only in
> the slow path.
Should this be “We
On Tue, Oct 04, 2016 at 06:22:17PM -0700, Daniele Di Proietto wrote:
> We can run out of hugepage memory coming from rte_*alloc() more easily
> than heap coming from malloc().
>
> Therefore:
>
> * We should use hugepage memory if we're going to access it only in
> the slowpath.
> * We shouldn't