eal: avoid error for non-existent default PMD path
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 19 Oct 2017 08:49:12 +0000 (09:49 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 23 Oct 2017 23:24:22 +0000 (01:24 +0200)
commitd6a4399cdfc9a2fbc247e1936b4ba7e23cc95db9
tree2b9c2a5577c3fa0d1f4f55233b29f932cba73cf3
parent091eaac2584e1c1196fde620eb1b7019b08e5fdf
eal: avoid error for non-existent default PMD path

If the default location for the PMD .so files does not exist, it should
not be treated as a fatal error condition like an incorrect path on the
command line. Therefore check that the path exists and is a directory
before adding it to the list of paths to check for PMDs.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_eal/common/eal_common_options.c