[dpdk-dev] [PATCH v3] mk: Link test app against librte_pmd_ring when needed

2015-02-12 Thread Declan Doherty
On 29/01/15 08:51, Tomasz Kulasek wrote: > This patch links test application against librte_pmd_ring.so for shared > libraries. It's required as long as librte_pmd_ring provides some aditional > routines used for configuration and testing purposes and must be > "hard-linked". > > Signed-off-by: Tom

[dpdk-dev] [PATCH v3] mk: Link test app against librte_pmd_ring when needed

2015-01-29 Thread Tomasz Kulasek
This patch links test application against librte_pmd_ring.so for shared libraries. It's required as long as librte_pmd_ring provides some aditional routines used for configuration and testing purposes and must be "hard-linked". Signed-off-by: Tomasz Kulasek --- app/test/Makefile | 15 +++