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


Groups > linux.kernel > #1639255

Re: [PATCH v7 0/7] Introduce ZONE_CMA

From Vlastimil Babka <vbabka@suse.cz>
Newsgroups linux.kernel
Subject Re: [PATCH v7 0/7] Introduce ZONE_CMA
Date 2017-05-11 11:00 +0200
Message-ID <tFS6Z-47s-1@gated-at.bofh.it> (permalink)
References (6 earlier) <tATdn-2kj-15@gated-at.bofh.it> <tCB2F-3YK-13@gated-at.bofh.it> <tCFJ0-77a-29@gated-at.bofh.it> <tDod4-3oW-15@gated-at.bofh.it> <tDomK-3tZ-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 05/04/2017 02:46 PM, Michal Hocko wrote:
> On Thu 04-05-17 14:33:24, Vlastimil Babka wrote:
>>>
>>> I am pretty sure s390 and ppc support NUMA and aim at supporting really
>>> large systems. 
>>
>> I don't see ppc there,
> 
> config KVM_BOOK3S_64_HV
>         tristate "KVM for POWER7 and later using hypervisor mode in host"
>         depends on KVM_BOOK3S_64 && PPC_POWERNV
>         select KVM_BOOK3S_HV_POSSIBLE
>         select MMU_NOTIFIER
>         select CMA
> 
> fa61a4e376d21 tries to explain some more

Uh, that's unfortunate then.

> [...]
>>> Are we really ready to add another thing like that? How are distribution
>>> kernels going to handle that?
>>
>> I still hope that generic enterprise/desktop distributions can disable
>> it, and it's only used for small devices with custom kernels.
>>
>> The config burden is already there in any case, it just translates to
>> extra migratetype and fastpath hooks, not extra zone and potentially
>> less nodes.
> 
> AFAIU the extra migrate type costs nothing when there are no cma
> reservations. And those hooks can be made noop behind static branch
> as well. So distribution kernels do not really have to be afraid of
> enabling CMA currently.

The tradeoff is unfortunate :/

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


Thread

Re: [PATCH v7 0/7] Introduce ZONE_CMA Joonsoo Kim <js1304@gmail.com> - 2017-04-25 05:50 +0200
  Re: [PATCH v7 0/7] Introduce ZONE_CMA Michal Hocko <mhocko@kernel.org> - 2017-04-27 17:10 +0200
    Generic approach to customizable zones - was: Re: [PATCH v7 0/7]  Introduce ZONE_CMA Igor Stoppa <igor.stoppa@huawei.com> - 2017-04-28 10:10 +0200
      Re: Generic approach to customizable zones - was: Re: [PATCH v7 0/7]  Introduce ZONE_CMA Michal Hocko <mhocko@kernel.org> - 2017-04-28 10:40 +0200
        Re: Generic approach to customizable zones - was: Re: [PATCH v7 0/7]  Introduce ZONE_CMA Igor Stoppa <igor.stoppa@huawei.com> - 2017-04-28 11:10 +0200
    Re: [PATCH v7 0/7] Introduce ZONE_CMA Joonsoo Kim <js1304@gmail.com> - 2017-05-02 06:10 +0200
      Re: [PATCH v7 0/7] Introduce ZONE_CMA Michal Hocko <mhocko@kernel.org> - 2017-05-02 15:40 +0200
        Re: [PATCH v7 0/7] Introduce ZONE_CMA Joonsoo Kim <js1304@gmail.com> - 2017-05-11 04:20 +0200
          Re: [PATCH v7 0/7] Introduce ZONE_CMA Michal Hocko <mhocko@kernel.org> - 2017-05-11 11:20 +0200
    Re: [PATCH v7 0/7] Introduce ZONE_CMA Vlastimil Babka <vbabka@suse.cz> - 2017-05-02 10:10 +0200
      Re: [PATCH v7 0/7] Introduce ZONE_CMA Michal Hocko <mhocko@kernel.org> - 2017-05-02 15:10 +0200
        Re: [PATCH v7 0/7] Introduce ZONE_CMA Igor Stoppa <igor.stoppa@huawei.com> - 2017-05-02 15:50 +0200
        Re: [PATCH v7 0/7] Introduce ZONE_CMA Vlastimil Babka <vbabka@suse.cz> - 2017-05-04 14:40 +0200
          Re: [PATCH v7 0/7] Introduce ZONE_CMA Michal Hocko <mhocko@kernel.org> - 2017-05-04 14:50 +0200
            Re: [PATCH v7 0/7] Introduce ZONE_CMA Vlastimil Babka <vbabka@suse.cz> - 2017-05-11 11:00 +0200

csiph-web