[dpdk-dev] [PATCH v2 02/10] table: added acl table stats

Stephen Hemminger stephen at networkplumber.org
Thu Apr 30 17:55:22 CEST 2015


On Thu, 30 Apr 2015 14:14:30 +0200
Michal Jastrzebski <michalx.k.jastrzebski at intel.com> wrote:

> From: Maciej Gajdzica <maciejx.t.gajdzica at intel.com>
> 
> Added statistics for ACL table.
> 
> Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica at intel.com>
> ---
>  config/common_bsdapp             |    1 +
>  config/common_linuxapp           |    1 +
>  lib/librte_table/rte_table_acl.c |   35 +++++++++++++++++++++++++++++++++++
>  3 files changed, 37 insertions(+)
> 
> diff --git a/config/common_bsdapp b/config/common_bsdapp
> index 238d178..096e09c 100644
> --- a/config/common_bsdapp
> +++ b/config/common_bsdapp
> @@ -400,6 +400,7 @@ CONFIG_RTE_PORT_SINK_STATS_COLLECT=n
>  # Compile librte_table
>  #
>  CONFIG_RTE_LIBRTE_TABLE=y
> +CONFIG_RTE_TABLE_ACL_STATS_COLLECT=n

Sigh. More config options does not make DPDK better.
It makes more unsupportable for distros


More information about the dev mailing list