On 07/07/20 11:18 +0200, Gaetan Rivet wrote: > 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 | 12 +++++ > NEWS | 2 + > lib/netdev-dpdk.c | 82 +++++++++++++++++++++++++++++-- > vswitchd/vswitch.xml | 6 +++ > 4 files changed, 97 insertions(+), 5 deletions(-) > > -- > 2.27.0 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Hello Ilya, Just a reminder about these patches, now that 2.14 is branched :) . Cheers, -- Gaëtan _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
