From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1C099C4338F for ; Mon, 9 Aug 2021 16:11:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ED88D60E76 for ; Mon, 9 Aug 2021 16:11:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229474AbhHIQLk (ORCPT ); Mon, 9 Aug 2021 12:11:40 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:58642 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229456AbhHIQLj (ORCPT ); Mon, 9 Aug 2021 12:11:39 -0400 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id AFEF821F91; Mon, 9 Aug 2021 16:11:16 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id DE0C713AFB; Mon, 9 Aug 2021 16:11:14 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id qvWOIKJTEWFwSgAAMHmgww (envelope-from ); Mon, 09 Aug 2021 16:11:14 +0000 Date: Mon, 9 Aug 2021 09:11:11 -0700 From: Davidlohr Bueso To: Arnaldo Carvalho de Melo Cc: mingo@redhat.com, peterz@infradead.org, tglx@linutronix.de, linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, Davidlohr Bueso Subject: Re: [PATCH 4/7] perf/bench-futex: Add --mlockall parameter Message-ID: <20210809161111.5miya55l6za2bibh@offworld> References: <20210809043301.66002-1-dave@stgolabs.net> <20210809043301.66002-5-dave@stgolabs.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20201120 Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org On Mon, 09 Aug 2021, Arnaldo Carvalho de Melo wrote: >Applied. Thanks! > >At some point these options could be handled in a common >futex_parse_options() function that would consume argv[] and then the >specific futex benchmarks would continue from where the common function >left off. I agree. I'll see about a follow up to this series in the future, there are a few other things we can share among the programs. Thanks, Davidlohr