Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754161AbaA1EMv (ORCPT ); Mon, 27 Jan 2014 23:12:51 -0500 Received: from g4t0014.houston.hp.com ([15.201.24.17]:46082 "EHLO g4t0014.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753709AbaA1EMt (ORCPT ); Mon, 27 Jan 2014 23:12:49 -0500 Message-ID: <1390882362.27421.22.camel@buesod1.americas.hpqcorp.net> Subject: Re: [PATCH 0/3] perf-bench: introduce futex microbenchmarks From: Davidlohr Bueso To: Darren Hart Cc: Ingo Molnar , linux-kernel@vger.kernel.org, acme@ghostprotocols.net, mingo@redhat.com, peterz@infradead.org, tglx@linutronix.de, jason.low2@hp.com, Waiman.Long@hp.com, scott.norton@hp.com, aswin@hp.com Date: Mon, 27 Jan 2014 20:12:42 -0800 In-Reply-To: <1390587227.912.18.camel@dvhart-mobl.amr.corp.intel.com> References: <1387081917-9102-1-git-send-email-davidlohr@hp.com> <20131216100828.GA21304@gmail.com> <1387205098.2797.3.camel@buesod1.americas.hpqcorp.net> <1390587227.912.18.camel@dvhart-mobl.amr.corp.intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.4 (3.6.4-3.fc18) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2014-01-24 at 10:13 -0800, Darren Hart wrote: > On Mon, 2013-12-16 at 06:44 -0800, Davidlohr Bueso wrote: > > On Mon, 2013-12-16 at 11:08 +0100, Ingo Molnar wrote: > > > * Davidlohr Bueso wrote: > > > > > > > This patchset adds three programs that stress and measure different > > > > futex operations: (i) uaddr hashing, (ii) wakeups and (iii) > > > > requeuing/waiting. > > > > > > > > More details and usage examples in each individual patch, along with > > > > parameter descriptions in the code. > > > > > > > > While the previous effort (https://lkml.org/lkml/2012/5/17/207) to > > > > add futex benchmarks to perf-bench failed, I strongly believe that > > > > perf is an ideal place for these kinds of programs. This patchset is > > > > different from Hitoshi's because it does not try to take over > > > > Darren's futextest suite, and only deals with finer grained aspects > > > > of the kernel's implementation, and thus mostly useful for kernel > > > > hacking. Furthermore, by being part of the kernel tree, it can get > > > > more attention and naturally evolve with time. > > > > > > Looks pretty useful! > > > > > > Could the two approaches be merged? > > > > Unless Darren doesn't want to, I don't see why not. I can resurrect > > Hitoshi's original patch if/after this series is applied. > > Apologies, I only am just now seeing this. > > I agree that we should take whatever makes sense for perf out of > futex-test and merge it with perf. It will see greater use and receive > more review and improvements than it will in my obscure repository. > > With trinity covering the fuzz testing and perf handling performance > tests, I think futex-test can be reduced down to a functional > test-suite, which is perfectly fine with me. > > If there is still interest here, I'll support it. Arnaldo, could you consider this for 3.15? I've also got some additional work for perf-bench but am waiting for this to get settled first. Thanks, Davidlohr -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/