[dpdk-dev] EAL PCI dev problem when using .a file to compile app

2015-06-19 Thread Umar Farooq
Thanks Bruce. In application compilation command, after adding the "--no-as-needed" flag and some additional flags including "-Wl,-lrte_pmd_bond -Wl,-lrte_pmd_vmxnet3_uio -Wl,-lrte_pmd_virtio_uio -Wl,-lrte_pmd_enic -Wl,-lrte_pmd_i40e -Wl,-lrte_pmd_fm10k -Wl,-lrte_pmd_ixgbe -Wl,-lrte_pmd_e1000 -Wl,

[dpdk-dev] EAL PCI dev problem when using .a file to compile app

2015-06-18 Thread Umar Farooq
Hi I am trying to write an application "abc" using DPDK 2.0.0 that calls rte_eal_init to test if EAL is setup correctly. I have run "helloworld" and "l2fwd" applications and they run fine on my setup. A new thing that i am trying is to create a libdpdk.a file using build target "x86_64-native-lin

[dpdk-dev] EAL PCI dev problem when using .a file to compile app

2015-06-18 Thread Bruce Richardson
On Thu, Jun 18, 2015 at 01:07:33PM +0500, Umar Farooq wrote: > Hi > > I am trying to write an application "abc" using DPDK 2.0.0 that calls > rte_eal_init to test if EAL is setup correctly. I have run "helloworld" and > "l2fwd" applications and they run fine on my setup. > > A new thing that i am