Bug 1651591
Summary: | VF's mac address cannot be modified | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Vladimir Benes <vbenes> |
Component: | NetworkManager | Assignee: | Beniamino Galvani <bgalvani> |
Status: | CLOSED NOTABUG | QA Contact: | Desktop QE <desktop-qa-list> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | CC: | atragler, bgalvani, fgiudici, lrintel, rkhan, sukulkar, thaller, vbenes |
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-08-16 09:22:35 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Vladimir Benes
2018-11-20 12:07:03 UTC
Are you checking the mac address in the 'ip l show em2' output or in the VF interface ('ip l show em2_0')? I see the following message with the ixgbe driver: kernel: ixgbe 0000:01:00.0: setting MAC 00:11:22:33:44:99 on VF 0 kernel: ixgbe 0000:01:00.0: Reload the VF driver to make this change effective. which means that the new MAC was applied to VF but VF interface doesn't recognize it until the ixgbevf driver gets reloaded. This seems like a NIC limitation and it would be bad for NM to unload/reload a kernel module because this disrupts existing interfaces. I'll try to reproduce with a different ethernet card. [root@dell-per720-03 NetworkManager-ci]# ip l show em2 5: em2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000 link/ether b8:ca:3a:64:c4:da brd ff:ff:ff:ff:ff:ff vf 0 MAC 00:11:22:33:44:99, spoof checking on, link-state auto, trust off, query_rss off [root@dell-per720-03 NetworkManager-ci]# ip l show em2_0 13: em2_0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000 link/ether fa:80:50:47:69:93 brd ff:ff:ff:ff:ff:ff and yeah, reloading of ixgbevf helps here, let's close this as NOTABUG. |