eal: make the -n argument optional
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 15 Oct 2015 11:49:05 +0000 (14:49 +0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 26 Oct 2015 16:50:27 +0000 (17:50 +0100)
commit19bfa4ddb1a983b6810b7d054a6fbc8360f86d73
treef7e08c60e5e389b79429e8d5a5fe255035346716
parent1a0c70a33a0c7c2b8934aadad2f72644f30f7249
eal: make the -n argument optional

Obtaining the correct value of memory channels, 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 phase.

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
Acked-by: David Marchand <david.marchand@6wind.com>
lib/librte_eal/common/eal_common_options.c