[dpdk-dev] [PATCH 1/1] test_table: added ACL table test to the list

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Aug 12 14:52:34 CEST 2015


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 at 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


More information about the dev mailing list