X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_table_tables.h;h=35311362bbbaeed7c8859b1daa59949d28f49444;hb=2ee926f1fd00ff3565ac7bf05957e36b8be5aa61;hp=b3686234107b33e19020e538d518babcdafb7808;hpb=5205954791cb96244904f2c904a75d29a9bbf31b;p=dpdk.git diff --git a/app/test/test_table_tables.h b/app/test/test_table_tables.h index b368623410..35311362bb 100644 --- a/app/test/test_table_tables.h +++ b/app/test/test_table_tables.h @@ -1,7 +1,7 @@ /*- * BSD LICENSE * - * Copyright(c) 2010-2014 Intel Corporation. All rights reserved. + * Copyright(c) 2010-2016 Intel Corporation. All rights reserved. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,6 +32,7 @@ */ /* Test prototypes */ +int test_table_hash_cuckoo(void); int test_table_lpm(void); int test_table_lpm_ipv6(void); int test_table_array(void);