From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 6 Jul 2018 23:28:14 +0100 From: Al Viro To: Waiman Long Cc: Jonathan Corbet , "Luis R. Rodriguez" , Kees Cook , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-doc@vger.kernel.org, Linus Torvalds , Jan Kara , "Paul E. McKenney" , Andrew Morton , Ingo Molnar , Miklos Szeredi , Matthew Wilcox , Larry Woodman , James Bottomley , "Wangkai (Kevin C)" Subject: Re: [PATCH v6 0/7] fs/dcache: Track & limit # of negative dentries Message-ID: <20180706222814.GE30522@ZenIV.linux.org.uk> References: <1530905572-817-1-git-send-email-longman@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1530905572-817-1-git-send-email-longman@redhat.com> Sender: owner-linux-mm@kvack.org List-ID: On Fri, Jul 06, 2018 at 03:32:45PM -0400, Waiman Long wrote: > With a 4.18 based kernel, the positive & negative dentries lookup rates > (lookups per second) after initial boot on a 2-socket 24-core 48-thread > 64GB memory system with and without the patch were as follows: ` > > Metric w/o patch neg_dentry_pc=0 neg_dentry_pc=1 > ------ --------- --------------- --------------- > Positive dentry lookup 584299 586749 582670 > Negative dentry lookup 1422204 1439994 1438440 > Negative dentry creation 643535 652194 641841 > > For the lookup rate, there isn't any signifcant difference with or > without the patch or with a zero or non-zero value of neg_dentry_pc. Sigh... What I *still* don't see (after all the iterations of the patchset) is any performance data on workloads that would be likely to feel the impact. Anything that seriously hits INCLUDE_PATH, for starters...