X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_table%2Frte_table_lpm_ipv6.h;h=43aea399eda6ca2ca8abb9e2d0e42506fdfeabee;hb=31850d26850e59cb20cdb84a8048d9f501f3cb22;hp=91fb0d8e8f89501e0cc08997d5a777b387e3e978;hpb=4f336d2f6e857ece2c85d74d4108b3b400f673ec;p=dpdk.git diff --git a/lib/librte_table/rte_table_lpm_ipv6.h b/lib/librte_table/rte_table_lpm_ipv6.h index 91fb0d8e8f..43aea399ed 100644 --- a/lib/librte_table/rte_table_lpm_ipv6.h +++ b/lib/librte_table/rte_table_lpm_ipv6.h @@ -79,6 +79,9 @@ extern "C" { /** LPM table parameters */ struct rte_table_lpm_ipv6_params { + /** Table name */ + const char *name; + /** Maximum number of LPM rules (i.e. IP routes) */ uint32_t n_rules;