]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nfp-pci-core-hwmon-live-mac-addr-change'
authorDavid S. Miller <davem@davemloft.net>
Tue, 30 May 2017 15:27:10 +0000 (11:27 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 May 2017 15:27:10 +0000 (11:27 -0400)
commit86ce7917ebea526af4b451924ead1c9e5d4a15aa
tree7c45bae9e25e441c4858a9d05eadda48c558a4b8
parent5a0cf3cd05655feb8785ce4373932e797ac7a1df
parent643f5058c6464e874f2f6fd8303ddc534c655df7
Merge branch 'nfp-pci-core-hwmon-live-mac-addr-change'

Jakub Kicinski says:

====================
nfp: pci core, hwmon, live mac addr change

This series brings updates to core PCI code, SR-IOV, exposes
firmware's capability to change MAC address at runtime and HWMON
interfaces.

The PCI code updates include resiliency improvement in conditions
which are quite unusual, but still shouldn't make the driver oops.
We also handle very large device memory operation more gracefully.
A timeout is added to acquiring mutexes in device memory.

Pablo provides a patch to expose to the stack the ability to change
MAC addresses under traffic while David adds HWMON interface for
reading device temperature and power consumption.

Last three patches are minor improvements to the netdev code.

v2:
 - add patch 1 - fix for devlink build;
 - fix build issue with the hwmon patch.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>