1. 18 2月, 2016 38 次提交
  2. 17 2月, 2016 2 次提交
    • J
      i40e: trivial: drop duplicate definition · f3699b3c
      Jesse Brandeburg 提交于
      The probe routine already had a u32 val declared, no need
      to do it again.  Found by W=2 compile.
      
      Change-ID: Id7b65f6d0ef6bb71067d0557f5be0202b6d8741e
      Signed-off-by: NJesse Brandeburg <jesse.brandeburg@intel.com>
      Tested-by: NAndrew Bowers <andrewx.bowers@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      f3699b3c
    • D
      Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue · f5515885
      David S. Miller 提交于
      Jeff Kirsher says:
      
      ====================
      40GbE Intel Wired LAN Driver Updates 2016-02-16
      
      This series contains updates to i40e/i40evf only.
      
      Shannon adds flags to MAC allocation requests to signify that the MAC VLAN
      filters should come from the shared resource pool.  Added a new "set switch
      config" admin queue command and the new Cisco VXLAN-GPE cloud tunnel type
      for the admin queue commands.  Added more detail to the NVM update debug
      message in order to see the full ethtool request data.  Also added a few
      more bits of netdev data into the debugfs output for dump VSI.
      
      Pandi fixes the width of two datatypes which were being declared a different
      size from what they are assigned.
      
      Anjali fixes an issue where we were not doing write-back on interrupt
      throttle for legacy case in x722.
      
      Mitch adds a counter for ARQ overflows since sometimes an ever-growing
      number indicates that something bad is happening.  Also added 20G speed for
      Tx bandwidth calculations.
      
      Jesse refactors the DCB function based on a community suggestion to change
      the multi-level if statement into a switch statement.  Cleans up VF device
      IDs in the PF, since it does not need to know them.
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f5515885