[dpdk-dev] [PATCH v2] mk: replace the combined library with a linker script

2016-03-02 Thread Panu Matilainen
On 03/02/2016 02:40 PM, Thomas Monjalon wrote: > 2016-03-02 14:30, Panu Matilainen: >> On 03/01/2016 04:48 PM, Panu Matilainen wrote: >>> On 03/01/2016 03:40 PM, Thomas Monjalon wrote: ping I would like to be sure nothing is forgotten in this new revision. >>> >>> Sorry, didn't realize yo

[dpdk-dev] [PATCH v2] mk: replace the combined library with a linker script

2016-03-02 Thread Panu Matilainen
On 03/01/2016 04:48 PM, Panu Matilainen wrote: > On 03/01/2016 03:40 PM, Thomas Monjalon wrote: >> ping >> I would like to be sure nothing is forgotten in this new revision. > > Sorry, didn't realize you were waiting for input from me, it feels a bit > strange to comment on something supposedly com

[dpdk-dev] [PATCH v2] mk: replace the combined library with a linker script

2016-03-02 Thread Thomas Monjalon
2016-03-02 14:30, Panu Matilainen: > On 03/01/2016 04:48 PM, Panu Matilainen wrote: > > On 03/01/2016 03:40 PM, Thomas Monjalon wrote: > >> ping > >> I would like to be sure nothing is forgotten in this new revision. > > > > Sorry, didn't realize you were waiting for input from me, it feels a bit >

[dpdk-dev] [PATCH v2] mk: replace the combined library with a linker script

2016-03-01 Thread Panu Matilainen
On 03/01/2016 03:40 PM, Thomas Monjalon wrote: > ping > I would like to be sure nothing is forgotten in this new revision. Sorry, didn't realize you were waiting for input from me, it feels a bit strange to comment on something supposedly coming from myself :) > 2016-02-23 23:20, Thomas Monjalon

[dpdk-dev] [PATCH v2] mk: replace the combined library with a linker script

2016-03-01 Thread Thomas Monjalon
ping I would like to be sure nothing is forgotten in this new revision. 2016-02-23 23:20, Thomas Monjalon: > From: Panu Matilainen > > The physically linked-together combined library has been an increasing > source of problems, as was predicted when library and symbol versioning > was introduced

[dpdk-dev] [PATCH v2] mk: replace the combined library with a linker script

2016-02-23 Thread Thomas Monjalon
From: Panu Matilainen The physically linked-together combined library has been an increasing source of problems, as was predicted when library and symbol versioning was introduced. Replace the complex and fragile construction with a simple linker script which achieves the same without all the pro