lpm: add a new config structure for IPv4
[dpdk.git] / app / test / test_table_tables.c
index b6364c4..cbbbfc1 100644 (file)
@@ -326,6 +326,8 @@ test_table_lpm(void)
        struct rte_table_lpm_params lpm_params = {
                .name = "LPM",
                .n_rules = 1 << 24,
+               .number_tbl8s = 1 << 8,
+               .flags = 0,
                .entry_unique_size = entry_size,
                .offset = APP_METADATA_OFFSET(1)
        };