From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/1] test_table: added ACL table test to the list Date: Wed, 12 Aug 2015 14:52:34 +0200 Message-ID: <3605610.CPCfiOFDq4@xps13> References: <1439383287-28447-1-git-send-email-maciejx.t.gajdzica@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Maciej Gajdzica Return-path: 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 ; Wed, 12 Aug 2015 14:53:50 +0200 (CEST) Received: by wicja10 with SMTP id ja10so112078894wic.1 for ; Wed, 12 Aug 2015 05:53:50 -0700 (PDT) In-Reply-To: <1439383287-28447-1-git-send-email-maciejx.t.gajdzica@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 [...] > --- 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