summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGaetan Rivet <grive@u256.net>2020-11-10 12:51:49 +0100
committerIlya Maximets <i.maximets@ovn.org>2020-11-16 17:47:11 +0100
commitf4336f504b17c0a2d9f47eb1ae1b7b140e3cc72a (patch)
tree0b3c0e0216217b38f1c0d7b262794fc06bfbe25f /NEWS
parentf9b0107dd04a4cb05877d9bb8bd200e0b344fadc (diff)
downloadopenvswitch-f4336f504b17c0a2d9f47eb1ae1b7b140e3cc72a.tar.gz
netdev-dpdk: Add option to configure VF MAC address.
In some cloud topologies, using DPDK VF representors in guest requires configuring a VF before it is assigned to the guest. A first basic option for such configuration is setting the VF MAC address. Add a key 'dpdk-vf-mac' to the 'options' column of the Interface table. This option can be used as such: $ ovs-vsctl add-port br0 dpdk-rep0 -- set Interface dpdk-rep0 type=dpdk \ options:dpdk-vf-mac=00:11:22:33:44:55 Suggested-by: Ilya Maximets <i.maximets@ovn.org> Acked-by: Eli Britstein <elibr@nvidia.com> Acked-by: Kevin Traynor <ktraynor@redhat.com> Signed-off-by: Gaetan Rivet <grive@u256.net> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a542c68ca..185555848 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ Post-v2.14.0
- Userspace datapath:
* Add the 'pmd' option to "ovs-appctl dpctl/dump-flows", which
restricts a flow dump to a single PMD thread if set.
+ * New 'options:dpdk-vf-mac' field for DPDK interface of VF ports,
+ that allows configuring the MAC address of a VF representor.
- The environment variable OVS_UNBOUND_CONF, if set, is now used
as the DNS resolver's (unbound) configuration file.
- Linux datapath: