Merge branch 'be2net-next'
authorDavid S. Miller <davem@davemloft.net>
Sat, 2 Aug 2014 22:59:22 +0000 (15:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 Aug 2014 22:59:22 +0000 (15:59 -0700)
commit58e70b59407a2407d7033588ebf0186fd65fa963
treea044460f3c86fa21bb1628935897538b90dc7fff
parent7e32aa4d8cc075e5109170ae8c43be550cebb14a
parentf0613380152a9290b68390ce60ba400ed25c780d
Merge branch 'be2net-next'

Sathya Perla says:

====================
be2net: patch set

Patch 1 fixes a regression caused by a previous commit on net-next.
Old versions of BE3 FW may not support cmds to re-provision (and hence
optimize) resources/queues in SR-IOV config. Do not treat this FW cmd
failure as fatal and fail the function initialization. Instead, just
enable SR-IOV with the resources provided by the FW.

Patch 2 ignores a VF mac address setting if the new mac is already active
on the VF.

Patch 3 adds support to delete a FW-dump via ethtool on Lancer adapters.
====================

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