]> 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)
commit5e6379784025feca6f1dc2636c74d37cb12ffb88
tree32658405b90be80707ef5210749ab684a9dd9131
parent9ee518c8826418f19f3660acc8123ad40febeb4f
parentd503cd49db192db245c246930aa34956c1008257
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>