[dpdk-dev] [PATCH] malloc: fix combined lib build

2015-07-21 Thread Gonzalez Monroy, Sergio
On 21/07/2015 11:18, Sergio Gonzalez Monroy wrote: > Malloc was moved to the EAL and dummy malloc library was left > to not brake apps that had a librte_malloc.so dependency. > Note that the dummy library will be removed in the next release. > > When building a combined library, all objects are cop

[dpdk-dev] [PATCH] malloc: fix combined lib build

2015-07-21 Thread Sergio Gonzalez Monroy
Malloc was moved to the EAL and dummy malloc library was left to not brake apps that had a librte_malloc.so dependency. Note that the dummy library will be removed in the next release. When building a combined library, all objects are copied to the same directory before creating the library itself

[dpdk-dev] [PATCH] malloc: fix combined lib build

2015-07-21 Thread Sergio Gonzalez Monroy
Malloc was moved to the EAL and dummy malloc library was left to not brake apps that had a librte_malloc.so dependency. Note that the dummy library will be removed in the next release. When building a combined library, all objects are copied to the same directory before creating the library itself