1. 23 Apr, 2019 26 commits
  2. 22 Apr, 2019 5 commits
  3. 21 Apr, 2019 7 commits
  4. 20 Apr, 2019 2 commits
    • Pablo Cascón's avatar
      nfp: add SR-IOV trusted VF support · 4ef6cbe8
      Pablo Cascón authored
      By default VFs are not trusted. Add ndo_set_vf_trust support to toggle
      a new per-VF bit. Coupled with FW with this capability allows a
      trusted VF to change its MAC even after being administratively set by
      the PF. Also populate the trusted field on ndo_get_vf_config. Add the
      same ndo to the representors.
      Signed-off-by: default avatarPablo Cascón <pablo.cascon@netronome.com>
      Reviewed-by: default avatarJakub Kicinski <jakub.kicinski@netronome.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      4ef6cbe8
    • David S. Miller's avatar
      Merge branch 'hns3-next' · 5313794b
      David S. Miller authored
      Huazhong Tan says:
      
      ====================
      net: hns3: add some DFX info for HNS3 driver
      
      This patch-set adds some DFX information to HNS3 driver, for easily
      debug some problems, and fixes some related bugs.
      
      [patch 1/12 - 4/12] adds debug info about reset & interrupt events
      
      [patch 5/12 - 7/12] adds debug info about TX time out & fixes
      related bugs
      
      [patch 8/12] adds support for setting netif message level
      
      [patch 9/12 - 10/12] adds debugfs command to dump NCL & MAC info
      
      [patch 11/12] adds VF's queue statistics info updating
      
      [patch 12/12] adds a check for debugfs help function to decide which
      commands are supportable
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      5313794b