apps: add name to LPM parameters
[dpdk.git] / app / test / test_table_combined.c
index dd09da5..f5c7c9b 100644 (file)
@@ -293,6 +293,7 @@ test_table_lpm_combined(void)
 
        /* Traffic flow */
        struct rte_table_lpm_params lpm_params = {
+               .name = "LPM",
                .n_rules = 1 << 16,
                .entry_unique_size = 8,
                .offset = 0,
@@ -352,6 +353,7 @@ test_table_lpm_ipv6_combined(void)
 
        /* Traffic flow */
        struct rte_table_lpm_ipv6_params lpm_ipv6_params = {
+               .name = "LPM",
                .n_rules = 1 << 16,
                .number_tbl8s = 1 << 13,
                .entry_unique_size = 8,