From owner-svn-src-all@freebsd.org Wed Jul 4 15:26:07 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC2B41041FA5; Wed, 4 Jul 2018 15:26:07 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CCDD8282C; Wed, 4 Jul 2018 15:26:07 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w64FQ3cx043503; Wed, 4 Jul 2018 08:26:03 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w64FQ3YN043502; Wed, 4 Jul 2018 08:26:03 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201807041526.w64FQ3YN043502@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r335941 - head/tools/tools/syscall_timing In-Reply-To: <201807041515.w64FFmXY043458@pdx.rh.CN85.dnsmgr.net> To: rgrimes@freebsd.org Date: Wed, 4 Jul 2018 08:26:03 -0700 (PDT) CC: Edward Tomasz Napierala , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2018 15:26:08 -0000 > > Author: trasz > > Date: Wed Jul 4 13:34:43 2018 > > New Revision: 335941 > > URL: https://svnweb.freebsd.org/changeset/base/335941 > > > > Log: ... > > +#ifdef notyet > > + /* > > + * XXX: Doesn't work; kernel pipe buffer too small? > > + */ > > + { "pipeping_100000", test_pipeping, .t_flags = 0, .t_int = 100000 }, > > + { "pipeping_1000000", test_pipeping, .t_flags = 0, .t_int = 1000000 }, > > + #endif > > Can you get the size of the pipe buffer and make a run time > decision on this? Not all of us run with defaults.... > Hum, does not seem it is easy to get this pipe size info from userland... Nvm, if I read the rest of the commit mail correctly you already have done this, THANKS! > > { "gettimeofday", test_gettimeofday, .t_flags = 0 }, > > { "getpriority", test_getpriority, .t_flags = 0 }, > > { "getprogname", test_getprogname, .t_flags = 0 }, -- Rod Grimes rgrimes@freebsd.org