Re: [dpdk-dev] [PATCH] app/pdump: check for ports

2018-02-26 Thread Varghese, Vipin
> -Original Message- > From: Pattan, Reshma > Sent: Monday, February 26, 2018 11:02 AM > To: Varghese, Vipin ; dev@dpdk.org > Cc: Mcnamara, John > Subject: RE: [PATCH] app/pdump: check for ports > > > > > -Original Message- > > From: Varghese, Vipin > > Sent: Monday, February

Re: [dpdk-dev] [PATCH] app/pdump: check for ports

2018-02-26 Thread Pattan, Reshma
> -Original Message- > From: Varghese, Vipin > Sent: Monday, February 26, 2018 4:30 PM > To: dev@dpdk.org; Pattan, Reshma > Cc: Mcnamara, John ; Varghese, Vipin > > Subject: [PATCH] app/pdump: check for ports > > In case of application build with shared library mode unless option '-d'

[dpdk-dev] [PATCH] app/pdump: check for ports

2018-02-26 Thread Vipin Varghese
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 --- app/pdump/main.c | 3 +++ 1 file changed, 3