[dpdk-dev] virtio UIO / PMD issues in default Ubuntu Cloud Images

2014-10-23 Thread Gonzalez Monroy, Sergio
> -Original Message- > From: Matthew Hall [mailto:mhall at mhcomputing.net] > Sent: Wednesday, October 22, 2014 7:42 PM > On Wed, Oct 22, 2014 at 03:20:40PM +, Gonzalez Monroy, Sergio wrote: > > > You are not forced to use shared libraries. This module loads > > successfully with an

[dpdk-dev] virtio UIO / PMD issues in default Ubuntu Cloud Images

2014-10-22 Thread Gonzalez Monroy, Sergio
> -Original Message- > From: Matthew Hall [mailto:mhall at mhcomputing.net] > Subject: Re: [dpdk-dev] virtio UIO / PMD issues in default Ubuntu Cloud > Images > > > - we do not want to build against static DPDK libraries as this would > > result in duplicate

[dpdk-dev] virtio UIO / PMD issues in default Ubuntu Cloud Images

2014-10-22 Thread Matthew Hall
On Wed, Oct 22, 2014 at 03:20:40PM +, Gonzalez Monroy, Sergio wrote: > You are not forced to use shared libraries. This module loads successfully > with an app (testpmd) built against static DPDK libs. It sounds like it just requires additional options as mentioned later in your mail. We

[dpdk-dev] virtio UIO / PMD issues in default Ubuntu Cloud Images

2014-10-22 Thread Matthew Hall
On Tue, Oct 21, 2014 at 01:22:27PM +, Gonzalez Monroy, Sergio wrote: > As you point out below, when building static DPDK we should not expect ldd > to report any DPDK dependency. When building shared DPDK libs, we should > expect such dependency expect for the fact that we are not linking

[dpdk-dev] virtio UIO / PMD issues in default Ubuntu Cloud Images

2014-10-21 Thread Gonzalez Monroy, Sergio
Hi Matthew, > -Original Message- > From: Matthew Hall [mailto:mhall at mhcomputing.net] > Sent: Friday, October 17, 2014 9:57 AM > To: Gonzalez Monroy, Sergio > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] virtio UIO / PMD issues in default Ubuntu Cloud > Images >

[dpdk-dev] virtio UIO / PMD issues in default Ubuntu Cloud Images

2014-10-14 Thread Gonzalez Monroy, Sergio
-Original Message- > >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Matthew Hall > >> Sent: Tuesday, October 14, 2014 7:34 AM > >> To: dev at dpdk.org > >> Subject: Re: [dpdk-dev] virtio UIO / PMD issues in default Ubuntu > >Cloud > >

[dpdk-dev] virtio UIO / PMD issues in default Ubuntu Cloud Images

2014-10-14 Thread Matthew Hall
>> To: dev at dpdk.org >> Subject: Re: [dpdk-dev] virtio UIO / PMD issues in default Ubuntu >Cloud >> Images >> >> >> >> On Mon, Oct 13, 2014 at 11:03:53PM -0700, Matthew Hall wrote: >> > Another weird issue... when I tried to compile a DPDK s

[dpdk-dev] virtio UIO / PMD issues in default Ubuntu Cloud Images

2014-10-14 Thread Matthew Hall
On Mon, Oct 13, 2014 at 11:03:53PM -0700, Matthew Hall wrote: > Another weird issue... when I tried to compile a DPDK shared lib using clang > I > got this really, really weird error: > > /usr/bin/ld: test: hidden symbol `mknod' in > /usr/lib/x86_64-linux-gnu/libc_nonshared.a(mknod.oS) is

[dpdk-dev] virtio UIO / PMD issues in default Ubuntu Cloud Images

2014-10-14 Thread Matthew Hall
Another problem regarding virtio-net-pmd. When I tried using virtio-net-pmd, it compiles fine but then hits a weird error also during EAL init process: EAL: open shared lib /vagrant/external/virtio-net-pmd/librte_pmd_virtio.so EAL: /vagrant/external/virtio-net-pmd/librte_pmd_virtio.so: undefined

[dpdk-dev] virtio UIO / PMD issues in default Ubuntu Cloud Images

2014-10-13 Thread Matthew Hall
Hello, I was working to get my open source project running in a VirtualBox Vagrant VM powered by an Ubuntu Cloud image the last few days to make my project and DPDK more developer friendly with a prebuilt environment. During this I was fixing the ugly hardcodings I'd used to hack it together