Merge branch 'mlx5-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 4 Nov 2016 18:59:38 +0000 (14:59 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Nov 2016 18:59:38 +0000 (14:59 -0400)
commit6a0c9f6888904c9c0959a0d367fffe8f7ce3a9e9
tree5f07278b04cbbbe05dec0da422a187d21e17fb2e
parent243d52126184b072a18fe2130ce0008f8aa3a340
parent0e97a34083a03c931d4e9b34ba7899c29a09dce6
Merge branch 'mlx5-fixes'

Saeed Mahameed says:

====================
Mellanox 100G mlx5 fixes 2016-11-04

This series contains six hot fixes of the mlx5 core and mlx5e driver.

Huy fixed an invalid pointer dereference on initialization flow for when
the selected mlx5 load profile is out of range.

Or provided three eswitch offloads related fixes
 - Prevent changing NS of a VF representor.
 - Handle matching on vlan priority for offloaded TC rules
 - Set the actions for offloaded rules properly

On my part I here addressed the error flow related issues in
mlx5e_open_channel reported by Jesper just this week.
====================

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