From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f69.google.com (mail-wm0-f69.google.com [74.125.82.69]) by kanga.kvack.org (Postfix) with ESMTP id 696886B0033 for ; Mon, 23 Oct 2017 04:49:14 -0400 (EDT) Received: by mail-wm0-f69.google.com with SMTP id d21so801316wma.20 for ; Mon, 23 Oct 2017 01:49:14 -0700 (PDT) Received: from mx2.suse.de (mx2.suse.de. [195.135.220.15]) by mx.google.com with ESMTPS id r98si5211380wrb.215.2017.10.23.01.49.12 for (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 23 Oct 2017 01:49:12 -0700 (PDT) Date: Mon, 23 Oct 2017 10:49:11 +0200 From: Michal Hocko Subject: Re: [rfc 2/2] smaps: Show zone device memory used Message-ID: <20171023084911.glsz6sd22mq2ey2o@dhcp22.suse.cz> References: <20171018063123.21983-1-bsingharora@gmail.com> <20171018063123.21983-2-bsingharora@gmail.com> <20171020130845.m5sodqlqktrcxkks@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: Balbir Singh Cc: =?iso-8859-1?B?Suly9G1l?= Glisse , linux-mm On Sat 21-10-17 08:55:59, Balbir Singh wrote: > On Sat, Oct 21, 2017 at 12:08 AM, Michal Hocko wrote: > > On Wed 18-10-17 17:31:23, Balbir Singh wrote: > >> With HMM, we can have either public or private zone > >> device pages. With private zone device pages, they should > >> show up as swapped entities. For public zone device pages > >> the smaps output can be confusing and incomplete. > >> > >> This patch adds a new attribute to just smaps to show > >> device memory usage. > > > > As this will become user API which we will have to maintain for ever I > > would really like to hear about who is going to use this information and > > what for. > > This is something I observed when running some tests with HMM/CDM. > The issue I had was that there was no visibility of what happened to the > pages after the following sequence > > 1. malloc/mmap pages > 2. migrate_vma() to ZONE_DEVICE (hmm/cdm space) > 3. look at smaps > > If we look at smaps after 1 and the pages are faulted in we can see the > pages for the region, but at point 3, there is absolutely no visibility of > what happened to the pages. I thought smaps is a good way to provide > the visibility as most developers use that interface. It's more to fix the > inconsistency I saw w.r.t visibility and accounting. Yes I can see how this can be confusing. But, well, I have grown overly cautious regarding user APIs over time. So I would rather not add something new until we have a real user with a usecase in mind. We can always add this later but once we have exposed the accounting we are bound to maintain it for ever. -- Michal Hocko SUSE Labs -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org