From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx119.postini.com [74.125.245.119]) by kanga.kvack.org (Postfix) with SMTP id E68006B0044 for ; Mon, 30 Apr 2012 03:55:38 -0400 (EDT) Received: by pbbrp2 with SMTP id rp2so1012621pbb.14 for ; Mon, 30 Apr 2012 00:55:38 -0700 (PDT) Date: Mon, 30 Apr 2012 00:54:18 -0700 From: Anton Vorontsov Subject: Re: vmevent: question? Message-ID: <20120430075417.GA8438@lizard> References: <4F9E39F1.5030600@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: Pekka Enberg Cc: Minchan Kim , linux-mm@kvack.org, LKML , Ingo Molnar , Leonid Moiseichuk Hello Pekka, On Mon, Apr 30, 2012 at 10:35:02AM +0300, Pekka Enberg wrote: > > vmevent_smaple gathers all registered values to report to user if vmevent match. > > But the time gap between vmevent match check and vmevent_sample_attr could make error > > so user could confuse. > > > > Q 1. Why do we report _all_ registered vmstat value? > > A A In my opinion, it's okay just to report _a_ value vmevent_match happens. > > It makes the userspace side simpler for "lowmem notification" use > case. I'm open to changing the ABI if it doesn't make the userspace > side too complex. Yep. Actually, I'd like to add something like 'file_pages - shmem' attribute, and reporting both (i.e. this new attr and free_pages) values at the same time (even if just one crossed the threshold). Reporting all the values would help userspace logic (so it won't need to read /proc again). > > Q 4. Do you have any plan for this patchset to merge into mainline? > > Yes, I'm interested in pushing it forward if we can show that the ABI > makes sense, is stable and generic enough, and fixes real world > problems. It seems to be a pretty nice driver. Speaking of ABI, the only thing I personally dislike is VMEVENT_CONFIG_MAX_ATTRS (i.e. fixed-size array in vmevent_config)... but I guess it's pretty easy to make it variable-sized array... was there any particular reason to make the _MAX thing? Thanks! -- Anton Vorontsov Email: cbouatmailru@gmail.com -- 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/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org