Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1709800

Re: [v6 14/15] mm: optimize early system hash allocations

From Pasha Tatashin <pasha.tatashin@oracle.com>
Newsgroups linux.kernel
Subject Re: [v6 14/15] mm: optimize early system hash allocations
Date 2017-08-11 18:20 +0200
Message-ID <udkPg-5Kw-7@gated-at.bofh.it> (permalink)
References <ubX8m-5vB-5@gated-at.bofh.it> <ubX8n-5vB-31@gated-at.bofh.it> <udhRn-3Vr-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


>> Clients can call alloc_large_system_hash() with flag: HASH_ZERO to specify
>> that memory that was allocated for system hash needs to be zeroed,
>> otherwise the memory does not need to be zeroed, and client will initialize
>> it.
>>
>> If memory does not need to be zero'd, call the new
>> memblock_virt_alloc_raw() interface, and thus improve the boot performance.
>>
>> Signed-off-by: Pavel Tatashin <pasha.tatashin@oracle.com>
>> Reviewed-by: Steven Sistare <steven.sistare@oracle.com>
>> Reviewed-by: Daniel Jordan <daniel.m.jordan@oracle.com>
>> Reviewed-by: Bob Picco <bob.picco@oracle.com>
> 
> OK, but as mentioned in the previous patch add memblock_virt_alloc_raw
> in this patch.
> 
> Acked-by: Michal Hocko <mhocko@suse.com>

Ok I will merge them.

Thank you,
Pasha

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[v6 14/15] mm: optimize early system hash allocations Pavel Tatashin <pasha.tatashin@oracle.com> - 2017-08-07 22:50 +0200
  Re: [v6 14/15] mm: optimize early system hash allocations Michal Hocko <mhocko@kernel.org> - 2017-08-11 15:10 +0200
    Re: [v6 14/15] mm: optimize early system hash allocations Pasha Tatashin <pasha.tatashin@oracle.com> - 2017-08-11 18:20 +0200

csiph-web