Re: [dpdk-dev] [PATCH v4 6/9] eal: add function to detect process type

2020-01-09 Thread Pallavi Kadam
On 1/8/2020 10:35 PM, Stephen Hemminger wrote: On Wed, 8 Jan 2020 19:13:09 -0800 Pallavi Kadam wrote: Minor comments /* Address of global and public configuration */ -static struct rte_config rte_config; +static struct rte_config rte_config = { + .mem_config = &early_mem_co

Re: [dpdk-dev] [PATCH v4 6/9] eal: add function to detect process type

2020-01-08 Thread Stephen Hemminger
On Wed, 8 Jan 2020 19:13:09 -0800 Pallavi Kadam wrote: Minor comments > /* Address of global and public configuration */ > -static struct rte_config rte_config; > +static struct rte_config rte_config = { > + .mem_config = &early_mem_config, > +}; Only single tab is needed for inde

[dpdk-dev] [PATCH v4 6/9] eal: add function to detect process type

2020-01-08 Thread Pallavi Kadam
Adding a function to detect process type, also included header files to contain suitable function declarations and to support extra warning flags. Signed-off-by: Pallavi Kadam Signed-off-by: Antara Ganesh Kolar Reviewed-by: Ranjit Menon Reviewed-by: Keith Wiles --- lib/librte_eal/windows/eal/