v5: Improve doc following Kevin's comments. 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 | 53 +++++++++++++++++ NEWS | 2 + lib/netdev-dpdk.c | 99 ++++++++++++++++++++++++++++++- vswitchd/vswitch.xml | 18 ++++++ 4 files changed, 169 insertions(+), 3 deletions(-) -- 2.29.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
