[ovs-dev] [PATCH v4 0/2] netdev-dpdk: support changing VF MAC

Gaetan Rivet grive at u256.net
Fri Oct 30 15:45:12 UTC 2020


v4: fix Kevin's and Ilya's comments.

v3: fix Ilya's comments.

v2: fix 0-day bot issues in 2/2.

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 | 25 ++++++++
 NEWS                              |  2 +
 lib/netdev-dpdk.c                 | 99 ++++++++++++++++++++++++++++++-
 vswitchd/vswitch.xml              | 18 ++++++
 4 files changed, 141 insertions(+), 3 deletions(-)

-- 
2.28.0



More information about the dev mailing list