[dpdk-dev] [PATCH] eal: default to one memory channel if not specified

2015-10-14 Thread Panu Matilainen
On 10/14/2015 02:45 PM, David Marchand wrote: > Hello Panu, > > On Wed, Oct 14, 2015 at 12:22 PM, Panu Matilainen > wrote: > > Obtaining the correct value, especially from a running system, can > be anything from difficult to plain impossible. Since the valu

[dpdk-dev] [PATCH] eal: default to one memory channel if not specified

2015-10-14 Thread Bruce Richardson
On Wed, Oct 14, 2015 at 03:04:43PM +0300, Panu Matilainen wrote: > On 10/14/2015 02:45 PM, David Marchand wrote: > >Hello Panu, > > > >On Wed, Oct 14, 2015 at 12:22 PM, Panu Matilainen >> wrote: > > > >Obtaining the correct value, especially from a running system

[dpdk-dev] [PATCH] eal: default to one memory channel if not specified

2015-10-14 Thread David Marchand
Hello Panu, On Wed, Oct 14, 2015 at 12:22 PM, Panu Matilainen wrote: > Obtaining the correct value, especially from a running system, can > be anything from difficult to plain impossible. Since the value is > merely an optimization and does not affect functionality otherwise, > its pointless to

[dpdk-dev] [PATCH] eal: default to one memory channel if not specified

2015-10-14 Thread Panu Matilainen
Obtaining the correct value, especially from a running system, can be anything from difficult to plain impossible. Since the value is merely an optimization and does not affect functionality otherwise, its pointless to force such a guess on users initially, such things belong to performance tuning