mbox series

[ovs-dev,0/1] vswitchd: Allow setting MAC on DPDK interfaces

Message ID 20191223213357.49351-1-eveliner@mellanox.com
Headers show
Series vswitchd: Allow setting MAC on DPDK interfaces | expand

Message

Eveline Raine Dec. 23, 2019, 9:34 p.m. UTC
This patch extends the type check in iface_set_mac() to allow DPDK
interfaces. 

It provides the missing functionality to the following patch, to allow
setting MAC address on a DPDK interface:
"[ovs-dev,v2] netdev-dpdk: Add ability to set MAC address."
(https://patchwork.ozlabs.org/patch/1186896/)

This and the linked Ilya's patch together implement the following RFC
to enhance integration with cloud controllers (e.g. OpenStack):
"[ovs-dev] [RFC v2] netdev-dpdk: setting VF MAC address"
(https://mail.openvswitch.org/pipermail/ovs-dev/2019-October/364063.html)

Eveline Raine (1):
  vswitchd: Allow setting MAC on DPDK interfaces

 vswitchd/bridge.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)