Merge branch 'qed-IOV-cleanups'
commit592d42ac7fd36408979e09bf2f170f2595dab7b8
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 02:02:38 +0000 (21 19:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 02:02:38 +0000 (21 19:02 -0700)
tree1bf60a8ef0b83724b5b9822a4b96d6798c131448
parentf9fe1c12d126f9887441fa5bb165046f30ddd4b5
parente50728effe1126eae39445ba144078b1305b7047
Merge branch 'qed-IOV-cleanups'

Yuval Mintz says:

====================
qed: IOV related clenaups

This patch series targets IOV functionality [on both PF and VF].

Patches #2, #3 and #5 fix flows relating to malicious VFs, either by
upgrading and aligning current safe-guards or by correcing racy flows.

Patches #1 and #8 make some malicious/dysnfunctional VFs logging appear
by default in logs.

The rest of the patches either cleanup the existing code or else correct
some possible [yet fairly insignicant] issues in VF behavior.
====================

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