[dpdk-dev] [PATCH v4 0/5] lpm allocation fixes

2016-03-22 Thread Thomas Monjalon
2016-03-21 15:06, Christian Ehrhardt: > Poking a bit on autotest revealed a few shortcomings in the lpm allocation > path. > Thanks to the feedback to the first revision of the patches here v2. > Also Oliver Matz spotted similar issues and made me aware - thanks! > Integrating them revealed even m

[dpdk-dev] [PATCH v4 0/5] lpm allocation fixes

2016-03-21 Thread Christian Ehrhardt
Poking a bit on autotest revealed a few shortcomings in the lpm allocation path. Thanks to the feedback to the first revision of the patches here v2. Also Oliver Matz spotted similar issues and made me aware - thanks! Integrating them revealed even more use after free / leak issues. *updates in v4