DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] DPDK 2.0.0 above detecting VFs of 10 NIC as 1G ports
@ 2015-09-03 12:49 Umar Farooq
  0 siblings, 0 replies; only message in thread
From: Umar Farooq @ 2015-09-03 12:49 UTC (permalink / raw)
  To: dev

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 link speed, I used this simple code:
struct rte_eth_link rte_eth_link;
rte_eth_link_get(0, &rte_eth_link);
and the value of "rte_eth_link.link_speed" is ETH_LINK_SPEED_1000.

Why is DPDK detecting the VF as 1G device and not 10G? Can I change this
behavior?

Thanks for your time.

Regards
Umar

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-03 12:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-03 12:49 [dpdk-dev] DPDK 2.0.0 above detecting VFs of 10 NIC as 1G ports Umar Farooq

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).