1. 23 3月, 2017 38 次提交
  2. 22 3月, 2017 2 次提交
    • D
      Merge branch 'qed-IOV-cleanups' · 592d42ac
      David S. Miller 提交于
      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: NDavid S. Miller <davem@davemloft.net>
      592d42ac
    • M
      qed: Always publish VF link from leading hwfn · e50728ef
      Mintz, Yuval 提交于
      The link information exists only on the leading hwfn,
      but some of its derivatives [e.g., min/max rate] need to
      be configured for each hwfn.
      When re-basing the VF link view, use the leading hwfn
      information as basis for all existing hwfns to allow
      said configurations to stick.
      Signed-off-by: NYuval Mintz <Yuval.Mintz@cavium.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e50728ef