X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_table%2Frte_table_lpm.h;h=06e84102138df24bbf1e75d46b0820cbc327f5da;hb=386c993e95f13b555afe240f29679c19dcf4a73a;hp=c08c9580e41d1930566359825ed16dfff12b9a9c;hpb=f5946e23c10d9399b88eaa67de310e0d2ea23e2f;p=dpdk.git diff --git a/lib/librte_table/rte_table_lpm.h b/lib/librte_table/rte_table_lpm.h index c08c9580e4..06e8410213 100644 --- a/lib/librte_table/rte_table_lpm.h +++ b/lib/librte_table/rte_table_lpm.h @@ -77,6 +77,9 @@ extern "C" { /** LPM table parameters */ struct rte_table_lpm_params { + /** Table name */ + const char *name; + /** Maximum number of LPM rules (i.e. IP routes) */ uint32_t n_rules;