Re: [dpdk-dev] [PATCH] app: fix proc_info app dependency

2018-01-12 Thread Thomas Monjalon
12/01/2018 16:04, Burakov, Anatoly: > On 12-Jan-18 2:59 PM, Thomas Monjalon wrote: > > 12/01/2018 15:17, Anatoly Burakov: > >> proc_info app is compiled unconditionally on Linux, but it's > >> actually dependent on librte_ethdev library, which prevents > >> DPDK from building without librte_ethdev

Re: [dpdk-dev] [PATCH] app: fix proc_info app dependency

2018-01-12 Thread Burakov, Anatoly
On 12-Jan-18 2:59 PM, Thomas Monjalon wrote: 12/01/2018 15:17, Anatoly Burakov: proc_info app is compiled unconditionally on Linux, but it's actually dependent on librte_ethdev library, which prevents DPDK from building without librte_ethdev library enabled. Fixes: 22561383ea17 ("app: replace d

Re: [dpdk-dev] [PATCH] app: fix proc_info app dependency

2018-01-12 Thread Thomas Monjalon
12/01/2018 15:17, Anatoly Burakov: > proc_info app is compiled unconditionally on Linux, but it's > actually dependent on librte_ethdev library, which prevents > DPDK from building without librte_ethdev library enabled. > > Fixes: 22561383ea17 ("app: replace dump_cfg by proc_info") > Cc: maryam.ta

[dpdk-dev] [PATCH] app: fix proc_info app dependency

2018-01-12 Thread Anatoly Burakov
proc_info app is compiled unconditionally on Linux, but it's actually dependent on librte_ethdev library, which prevents DPDK from building without librte_ethdev library enabled. Fixes: 22561383ea17 ("app: replace dump_cfg by proc_info") Cc: maryam.tah...@intel.com Cc: sta...@dpdk.org Signed-off-b