From: Pavel Fedin <p.fe...@samsung.com>
Date: Tue, 23 Jun 2015 17:51:06 +0300

> This bug pops up with NetworkManager on Fedora 21. NetworkManager tends to
> stop the interface (nicvf_stop() is called) before changing settings. In
> stopped state MAC cannot be sent to a PF. However, when the interface is
> restarted (nicvf_open() is called), we ping the PF using NIC_MBOX_MSG_READY
> message, and the PF replies back with old MAC address, overriding what we
> had after MAC setting from userspace. As a result, we cannot set MAC
> address using NetworkManager.
> 
> This patch introduces special tracking of MAC change in stopped state so
> that the correct new MAC address is sent to a PF when interface is reopen.
> 
> Signed-off-by: Pavel Fedin <p.fe...@samsung.com>

Applied, thanks.

> - Fixed (actually hand-edited) file permissions to be 644. I occasionally 
> pushed them as 755 to my
> local repo.

You should be sending patches against my repo, or something derived from it,
which therefore has the correct file permissions for these files.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to