Re: [dpdk-dev] [PATCH] app/testpmd: link with virtio PMD when using shared libraries

2017-11-30 Thread Thomas Monjalon
30/11/2017 12:21, Timothy Redaelli: > Just a little question: if testpmd loads the pmds dynamically using > dlopen, why in app/test-pmd/Makefile some PMD are linked at > build time? Some PMD have an API. That's why they need to be directly linked by the applications calling these driver-specific f

Re: [dpdk-dev] [PATCH] app/testpmd: link with virtio PMD when using shared libraries

2017-11-30 Thread Timothy Redaelli
On Wed, 29 Nov 2017 23:23:40 +0100 Thomas Monjalon wrote: > 20/11/2017 11:27, Eelco Chaudron: > > On 17/11/17 17:19, Timothy Redaelli wrote: > > > testpmd is often used inside a VM to test the OVS PVP scenario. > > > This commit makes testpmd to link to virtio PMD when DPDK is > > > built as sh

Re: [dpdk-dev] [PATCH] app/testpmd: link with virtio PMD when using shared libraries

2017-11-29 Thread Thomas Monjalon
20/11/2017 11:27, Eelco Chaudron: > On 17/11/17 17:19, Timothy Redaelli wrote: > > testpmd is often used inside a VM to test the OVS PVP scenario. > > This commit makes testpmd to link to virtio PMD when DPDK is built as > > shared libraries too. > > > > Signed-off-by: Timothy Redaelli > > Acked-

Re: [dpdk-dev] [PATCH] app/testpmd: link with virtio PMD when using shared libraries

2017-11-20 Thread Eelco Chaudron
On 17/11/17 17:19, Timothy Redaelli wrote: testpmd is often used inside a VM to test the OVS PVP scenario. This commit makes testpmd to link to virtio PMD when DPDK is built as shared libraries too. Signed-off-by: Timothy Redaelli --- app/test-pmd/Makefile | 4 1 file changed, 4 inserti

Re: [dpdk-dev] [PATCH] app/testpmd: link with virtio PMD when using shared libraries

2017-11-17 Thread Luca Boccassi
On Fri, 2017-11-17 at 17:19 +0100, Timothy Redaelli wrote: > testpmd is often used inside a VM to test the OVS PVP scenario. > This commit makes testpmd to link to virtio PMD when DPDK is built as > shared libraries too. > > Signed-off-by: Timothy Redaelli > --- >  app/test-pmd/Makefile | 4

[dpdk-dev] [PATCH] app/testpmd: link with virtio PMD when using shared libraries

2017-11-17 Thread Timothy Redaelli
testpmd is often used inside a VM to test the OVS PVP scenario. This commit makes testpmd to link to virtio PMD when DPDK is built as shared libraries too. Signed-off-by: Timothy Redaelli --- app/test-pmd/Makefile | 4 1 file changed, 4 insertions(+) diff --git a/app/test-pmd/Makefile b/ap