[dpdk-dev] [PATCH 0/2] Added a new rte_lpm_config structure for IPv4.

2016-03-09 Thread Thomas Monjalon
2016-03-08 21:57, Michal Kobylinski: > A new rte_lpm_config structure is used so LPM library will allocate > exactly the amount of memory which is necessary to hold application?s > rules. Does it depend on "Increased number of next hops for LPM IPv4"? I guess one patch is based on the other in you

[dpdk-dev] [PATCH 0/2] Added a new rte_lpm_config structure for IPv4.

2016-03-08 Thread Michal Kobylinski
A new rte_lpm_config structure is used so LPM library will allocate exactly the amount of memory which is necessary to hold application?s rules. Michal Kobylinski (2): lpm: added a new rte_lpm_config structure for ipv4 examples: update to use new rte_lpm_config structure for ipv4 app/test/te