Merge branch 'mlx5-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2016 10:12:12 +0000 (06:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2016 10:12:12 +0000 (06:12 -0400)
commit08df7bc5001e7fc8bdb0a74e04ad2db5f797ed3d
tree88890189376e33b6dff72fe0b5b1a7f76cc9d08b
parentf87fda00b6ed232a817c655b8d179b48bde8fdbe
parent87424ad52d76535234f217637fcaadcd2ef2334d
Merge branch 'mlx5-fixes'

Saeed Mahameed says:

====================
Mellanox 100G mlx5 resiliency and xmit path fixes

This series provides two set of fixes to the mlx5 driver:
- Resiliency fixes for reset flow and internal pci errors
- xmit path fixes

Please consider queuing those patches for -stable (4.6).

Reset flow fixes for core driver:
- Add more commands to the list of error simulated commands
  when pci errors occur
- Avoid calling sleeping function by the health poll thread
- Fix incorrect page count when in internal error
- Fix timeout in wait vital for VFs
- Deadlock fix and Timeout handling in commands interface

Reset flow and resiliency fixes for mlx5e netdev driver:
- Handle RQ flush in error cases
- Implement ndo_tx_timeout callback
- Timeout if SQ doesn't flush during close
- Log link state changes
- Validate BW weight values of ETS

xmit path fixes:
- Fix wrong fallback assumption in select queue callback
- Account for all L2 headers when copying headers into inline segment
====================

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