[dpdk-dev] DPDK 2.0.0 above detecting VFs of 10 NIC as 1G ports

2015-09-03 Thread Umar Farooq
Hi I am using VFs of Intel Dual port Ethernet Adapter x540 with DPDK 2.0.0. While using DPDK, the x540 VFs are detected as 1G devices. The information of port 0 by PMD driver is this: PMD: eth_ixgbevf_dev_init(): port 0 vendorID=0x8086 deviceID=0x1515 mac.type=ixgbe_mac_82599_vf To check the lin

[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-19 Thread Umar Farooq
e_pmd_e1000 -Wl,-lrte_pmd_ring -Wl,-lrte_pmd_af_packet" solved the issue. On Thu, Jun 18, 2015 at 3:06 PM, Bruce Richardson < bruce.richardson at intel.com> wrote: > On Thu, Jun 18, 2015 at 01:07:33PM +0500, Umar Farooq wrote: > > Hi > > > > I am trying to write a