]> git.proxmox.com Git - mirror_ovs.git/commit
netdev-dpdk: Add ability to set MAC address.
authorIlya Maximets <i.maximets@ovn.org>
Tue, 10 Nov 2020 11:51:48 +0000 (12:51 +0100)
committerIlya Maximets <i.maximets@ovn.org>
Mon, 16 Nov 2020 16:47:11 +0000 (17:47 +0100)
commitf9b0107dd04a4cb05877d9bb8bd200e0b344fadc
tree4cd0a0ea576a5b21a785a670c9b56057637df873
parent08ec09725ab1c2fab62da30643db3c41fe85fab3
netdev-dpdk: Add ability to set MAC address.

It is possible to set the MAC address of DPDK ports by calling
rte_eth_dev_default_mac_addr_set().  OvS does not actually call
this function for non-internal ports, but the implementation is
exposed to be used in a later commit.

Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Signed-off-by: Gaetan Rivet <grive@u256.net>
lib/netdev-dpdk.c