From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com
 [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 231788D3A
 for <dev@dpdk.org>; Wed, 12 Aug 2015 14:53:50 +0200 (CEST)
Received: by wicja10 with SMTP id ja10so112078894wic.1
 for <dev@dpdk.org>; Wed, 12 Aug 2015 05:53:50 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=pDSUPRk4I5xtalvI9f31atlTZeH5G6ViAqcwrcgUhAQ=;
 b=La5NtIKTnoQ1iWgZthsB4T2chid4F3CHtOZWuxAOxhg0aC4IQ2X67Q1Nl7bsdUbdHy
 uxxDt0Zabvpx/6s7nVEvqVuAuUOvac9q8rjanxbW4gJtRy98r7uUKSJzIjQOt5Acww/f
 keWMCJEnTCS6FU0XUnOysWJ0DITXS7YkFtrX/LyDPmaXw2+joyuBuV45+6Imqo8zQouy
 MF3h1DLAoQNLpM5E+b5qz8JPeH1hINGL1+vVacXFUsU6owbPKsJ2LIAtFRWZB1ymDf/X
 SnoG1z5Nb5lKI8N6qX7bhRfNRqlMI2ajym299KqbVtXczlqQXUo9U0HSzf64N5UsHvQA
 Eb2g==
X-Gm-Message-State: ALoCoQn9SFm8x1eWNxK/AGQtQ6u6ccfyYIxjZb7QaDDFl0psM6SxFCZVbH3B/IatNVXb+en3qGc0
X-Received: by 10.194.203.138 with SMTP id kq10mr71734282wjc.124.1439384029703; 
 Wed, 12 Aug 2015 05:53:49 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id i6sm7838131wje.33.2015.08.12.05.53.48
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 12 Aug 2015 05:53:49 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
Date: Wed, 12 Aug 2015 14:52:34 +0200
Message-ID: <3605610.CPCfiOFDq4@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <1439383287-28447-1-git-send-email-maciejx.t.gajdzica@intel.com>
References: <1439383287-28447-1-git-send-email-maciejx.t.gajdzica@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 1/1] test_table: added ACL table test to the
	list
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 12 Aug 2015 12:53:50 -0000

2015-08-12 14:41, Maciej Gajdzica:
> test_table_ACL wasn't invoked when running table_autotest. Added this
> test to table_tests array to make it run with other table tests.
> 
> Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
[...]
> --- a/app/test/test_table_tables.h
> +++ b/app/test/test_table_tables.h
> @@ -36,7 +36,7 @@ int test_table_lpm(void);
>  int test_table_lpm_ipv6(void);
>  int test_table_array(void);
>  #ifdef RTE_LIBRTE_ACL
> -int test_table_acl(void);
> +int test_table_ACL(void);

Why renaming it uppercase?
Function names should be lowercase.

It is lowercase also in app/test/test_table_combined.h