app/pdump: check for ports
authorVipin Varghese <vipin.varghese@intel.com>
Mon, 26 Feb 2018 06:22:38 +0000 (11:52 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 22 Apr 2018 23:12:15 +0000 (01:12 +0200)
commit4dbfce05836b77d53f9045933cf1003b41f9562d
tree34b020a104289c81ffe7971b1683414c618eee81
parent7687735442922e937fc8871825be696d3021746b
app/pdump: check for ports

In case of application build with shared library mode unless
option '-d' is passed, poll mode driver for devices is not
initialized. Notifying the user just after rte_eal_init is
pro active way of intimating the user.

Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
Acked-by: Reshma Pattan <reshma.pattan@intel.com>
app/pdump/main.c