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
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
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/
3 matches
Mail list logo