[dpdk-dev] VF default MAC change

Lu, Wenzhuo wenzhuo.lu at intel.com
Mon Aug 1 02:47:33 CEST 2016


Hi Garik,

From: Garik E [mailto:kiragon at gmail.com]
Sent: Monday, August 1, 2016 12:40 AM
To: dev at dpdk.org
Cc: Lu, Wenzhuo
Subject: VF default MAC change

Hello,

I'm looking for API to update default VF MAC address during DPDK port initialization.
The API should replace shell command  `ip link set <DEV> vf <ID> mac <address>'
Target controllers are Intel 10G, Intel 40G
[Wenzhuo] I think you’re looking for this one, rte_eth_dev_default_mac_addr_set. But it’s not supported by all the NICs. Talking about VF, only igb and ixgbe support it.

Thank you.


More information about the dev mailing list