[dpdk-dev] [RFC PATCH 0/4] Convert lpm data from header to resource

2016-05-06 Thread Thomas Monjalon
2016-05-06 13:51, Bruce Richardson: > It takes the existing lpm large routing table information and converts it > from a header file included at compile time to a resource linked in. This > improves things in two ways: > 1. Improves DPDK build time > 2. Removes approx 1 million lines of code from

[dpdk-dev] [RFC PATCH 0/4] Convert lpm data from header to resource

2016-05-06 Thread Bruce Richardson
This patchset is based on the work done by Jan Viktorin to add resource handling to the test app. [1] It takes the existing lpm large routing table information and converts it from a header file included at compile time to a resource linked in. This improves things in two ways: 1. Improves DPDK