Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1491831
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] perf: sched-pipe add support for packet I/O mode |
| Date | 2016-09-27 13:40 +0200 |
| Message-ID | <slYTT-wK-1@gated-at.bofh.it> (permalink) |
| References | <slOBb-2pK-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Sep 26, 2016 at 06:29:44PM -0600, Shuah Khan wrote: > Add support to run sched-pipe benchmark test on pipe with packet I/O mode. > > Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> > --- > tools/perf/bench/sched-pipe.c | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > > diff --git a/tools/perf/bench/sched-pipe.c b/tools/perf/bench/sched-pipe.c > index 1dc2d13..c6e1b7a 100644 > --- a/tools/perf/bench/sched-pipe.c > +++ b/tools/perf/bench/sched-pipe.c > @@ -41,9 +41,16 @@ static int loops = LOOPS_DEFAULT; > /* Use processes by default: */ > static bool threaded; > > +/* Use non-packet (normal) I/O mode by default. > + * In packet mode, each write is a separate packet. > + */ Also, https://lkml.kernel.org/r/CA+55aFyQYJerovMsSoSKS7PessZBr4vNp-3QUUwhqk4A4_jcbg@mail.gmail.com
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] perf: sched-pipe add support for packet I/O mode Shuah Khan <shuahkh@osg.samsung.com> - 2016-09-27 02:40 +0200
Re: [PATCH] perf: sched-pipe add support for packet I/O mode Peter Zijlstra <peterz@infradead.org> - 2016-09-27 13:40 +0200
Re: [PATCH] perf: sched-pipe add support for packet I/O mode Shuah Khan <shuahkh@osg.samsung.com> - 2016-09-27 18:40 +0200
Re: [PATCH] perf: sched-pipe add support for packet I/O mode Peter Zijlstra <peterz@infradead.org> - 2016-09-27 13:40 +0200
csiph-web