> -----Original Message-----
> From: Ola Liljedahl [mailto:[email protected]]
> Sent: Saturday, April 08, 2017 12:13 AM
> To: Petri Savolainen <[email protected]>
> Cc: [email protected]
> Subject: Re: [lng-odp] [PATCH 1/3] test: l2fwd: add group option
> 
> On 6 April 2017 at 13:59, Petri Savolainen <[email protected]>
> wrote:
> >
> > User may give number of scheduling groups to test
> > scheduler performance with other that the default (all
> > threads) group. Both pktios and threads are allocated
> 
> Isn't all *workers* a better default scheduler group? In this and in
> other examples and benchmarks.

The new thing in this patch is the -g option which enables testing of newly 
created (other than default) groups. The default is not changed. In practice 
"all" vs. "workers" do not matter much in our current test apps, since ctrl 
threads do not call schedule().

I'm thinking that those automatic groups should be configurable, so that e.g. 
"all" and "ctrl" maybe disabled if not used. Those configs would go to new 
scheduler global config params (with other things). Anyway, not a topic of this 
patch set.

-Petri

Reply via email to