mbox series

[ovs-dev,v1,0/2] netdev-dpdk: support changing VF MAC

Message ID cover.1594109134.git.grive@u256.net
Headers show
Series netdev-dpdk: support changing VF MAC | expand

Message

Gaetan Rivet July 7, 2020, 8:22 a.m. UTC
Hello Ilya,

Following your suggestion, here is a small patch adding the ability to configure the
MAC address of DPDK VF representors.  As said off-ML, I've used the options column
instead of other_configs, as it allows avoid having the DPDK representor concept
bleed out of netdev-dpdk.

There is only a small compilation fix on your first patch (rte_eth_addr type instead of
eth_addr), otherwise it is the same.

Thank you for your help and reading,

Gaetan Rivet (1):
  netdev-dpdk: Add option to configure VF MAC address.

Ilya Maximets (1):
  netdev-dpdk: Add ability to set MAC address.

 Documentation/topics/dpdk/phy.rst | 12 +++++
 NEWS                              |  2 +
 lib/netdev-dpdk.c                 | 78 +++++++++++++++++++++++++++++--
 vswitchd/vswitch.xml              |  6 +++
 4 files changed, 93 insertions(+), 5 deletions(-)