]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc5f3957ae64f68c9aac05452cb649b9256e37e43
tree5f07278b04cbbbe05dec0da422a187d21e17fb2e
parent0d1901a91313db9665fdbb99c939285863e32ff7
parenta1b40ccaf945ebacf2023c1ed55834a768836c54
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>