RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1651591 - VF's mac address cannot be modified
Summary: VF's mac address cannot be modified
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: NetworkManager
Version: 8.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: 8.0
Assignee: Beniamino Galvani
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-11-20 12:07 UTC by Vladimir Benes
Modified: 2019-08-16 09:22 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-16 09:22:35 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Vladimir Benes 2018-11-20 12:07:03 UTC
Description of problem:
I created a VF via sriov.total-vfs 1 and wanted to create a mac address specific VF. So I modified the connection to have 0 mac=00:11:22:33:44:55 but it didn't change the original one. 

If I created the connection directly with mac address it worked.
nmcli  connection add type ethernet ifname em2 sriov.total-vfs 1 sriov.vfs '0 mac=00:11:22:33:44:55'

Version-Release number of selected component (if applicable):
NetworkManager-1.14.0-7.el8.x86_64

How reproducible:
always

Steps to Reproduce:
1. nmcli connection add type ethernet ifname em2 sriov.total-vfs 1
2. nmcli con up ethernet-em2
3. nmcli connection modify ethernet-em2 sriov.vfs '0 mac=00:11:22:33:44:99'
4. nmcli con up ethernet-em2

Actual results:
address is still random

Expected results:
should be 00:11:22:33:44:99

Additional info:

Comment 1 Beniamino Galvani 2018-12-01 15:11:12 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.

Comment 2 Vladimir Benes 2019-08-16 09:22:35 UTC
[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.


Note You need to log in before you can comment on or make changes to this bug.