[dpdk-dev] [PATCH v4 01/13] port: added structures for port stats and config option

Gajdzica, MaciejX T maciejx.t.gajdzica at intel.com
Thu Jun 18 13:03:58 CEST 2015


Self NACK - missing CONFIG_ prefix in config file defines. The same issue is present in table stats patchset.
Will resend new version today.

> -----Original Message-----
> From: Jastrzebski, MichalX K
> Sent: Monday, June 08, 2015 5:00 PM
> To: dev at dpdk.org
> Cc: Gajdzica, MaciejX T
> Subject: [PATCH v4 01/13] port: added structures for port stats and config
> option

[...]

> 
> diff --git a/config/common_bsdapp b/config/common_bsdapp index
> c2374c0..1d26956 100644
> --- a/config/common_bsdapp
> +++ b/config/common_bsdapp
> @@ -383,6 +383,7 @@ CONFIG_RTE_LIBRTE_REORDER=y  # Compile
> librte_port  #  CONFIG_RTE_LIBRTE_PORT=y
> +RTE_PORT_STATS_COLLECT=n
> 
>  #
>  # Compile librte_table
> diff --git a/config/common_linuxapp b/config/common_linuxapp index
> 0078dc9..5105b25 100644
> --- a/config/common_linuxapp
> +++ b/config/common_linuxapp
> @@ -390,6 +390,7 @@ CONFIG_RTE_LIBRTE_REORDER=y  # Compile
> librte_port  #  CONFIG_RTE_LIBRTE_PORT=y
> +RTE_PORT_STATS_COLLECT=n

[...]


More information about the dev mailing list