[ovs-build] Passed: ovsrobot/ovs#2095 (series_150181 - 57935ae)

Travis CI builds at travis-ci.org
Mon Dec 23 22:47:42 UTC 2019


Build Update for ovsrobot/ovs
-------------------------------------

Build: #2095
Status: Passed

Duration: 51 mins and 4 secs
Commit: 57935ae (series_150181)
Author: Eveline Raine
Message: vswitchd: Allow setting MAC on DPDK interfaces

When setting mac address for an interface using ovs-vsctl command:

    ovs-vsctl set interface <iface> mac=XX:XX:XX:XX:XX:XX

iface_set_mac() is responsible to delegate a request to set MAC to a
netdev-specific set_etheraddr().

At the moment iface_set_mac() skips all interfaces except those with
type = "internal", making it impossible to change MAC on any DPDK port.
Since DPDK ports are owned by the OVS process, OVSDB can be considered
the source of truth for them. In particular, the source of truth for
their MAC addresses - so, OVS can take responsibility for setting them.

Therefore this check is extended to "dpdk" type.

Acked-by: Roni Bar Yanai <roniba at mellanox.com>
Tested-by: Adrian Chiris <adrianc at mellanox.com>
Signed-off-by: Eveline Raine <eveliner at mellanox.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/commit/57935ae2e2e7

View the full build log and details: https://travis-ci.org/ovsrobot/ovs/builds/628896614?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22285853&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20191223/0a45ffbe/attachment.html>


More information about the build mailing list