]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlx5-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 24 Nov 2016 21:01:23 +0000 (16:01 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Nov 2016 21:01:23 +0000 (16:01 -0500)
commit6df6d09299c7e904b90cd246b0c4f904876bd5ce
tree38a16bc5ebb219b31233c2f61cb9109590a8210f
parent0da31c244f28a8548ffe7056cf06fdc227a696ab
parent844fc0a2a93d89bee6b4d81c416fd13276e774e3
Merge branch 'mlx5-next'

Saeed Mahameed says:

====================
Mellanox 100G mlx5 SRIOV switchdev update

This series from Roi and Or further enhances the new SRIOV switchdev mode.

Roi's patches deal with allowing users to configure though devlink
the level of inline headers that the VF should be setting in order for
the eswitch HW to do proper matching. We also enforce that the matching
required for offloaded TC rules is aligned with that level on the PF driver.

Or's patches deals with allowing the user to control on the VF operational
link state through admin directives on the mlx5 VF rep link. Also in this series
is implementation of HW and SW counters for the mlx5 VF rep which is aligned
with the design set by commit dc7f64a146f1 'Merge branch net-offloaded-stats'.

v1 --> v2:
* constified the net-device param of get offloaded stats ndo in mlxsw
  (pointed by 0-day screaming on us...)
* added Or's Review-by tags for Roi's patches

This series was generated against commit
281f074d61cf ("net: ieee802154: constify ieee802154_ops structures")
====================

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