]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sfc-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 2 Jun 2015 19:57:39 +0000 (12:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Jun 2015 19:57:39 +0000 (12:57 -0700)
commit6d995177c10c933cd15b3da7c9327767017c18d9
tree32658405b90be80707ef5210749ab684a9dd9131
parent0b77eb97afcc98d67fd42f97a805b71811a38e76
parentff87f3e35150834a1ac2b50c49af4f35cca1adff
Merge branch 'sfc-next'

Shradha Shah says:

====================
sfc: ndo_get_phys_port_id, vadaptor stats and PF unload when Vf's assigned to guest

This is the third and last instalment of SRIOV for EF10 patches.

This patch set includes implementation of ndo_get_phys_port_id
and changes to the MAC statistics code in order to support
vadaptor statistics.

It also includes code to deal with PF unload when Vf's are still
assigned to the guest.

The first couple of patches create sysfs files for physical port
and link control flags which are particularly useful when we have
enabled a large number of VF's.

These patches have been tested with and without CONFIG_SFC_SRIOV.
The creation and content of the sysfs files has been tested.
The statistics are tested using ethtool for monitoring.
====================

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