Merge branch 'mlx5-bulk-flow-stats-sriov-tc-offloads'
authorDavid S. Miller <davem@davemloft.net>
Thu, 14 Jul 2016 20:34:30 +0000 (13:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Jul 2016 20:34:30 +0000 (13:34 -0700)
commit53d94892e27409bb2b48140207c0273b2ba65f61
tree8f0ab08a8153e692e203749a211578f2f3e5a7d8
parent18017723d686efe73dc457280070d44add4478d6
parentd957b4e38388a7ff6911db70930436ce8a2e0b2c
Merge branch 'mlx5-bulk-flow-stats-sriov-tc-offloads'

Saeed Mahameed says:

====================
Mellanox 100G mlx5 Bulk flow statistics and SRIOV TC offloads

This series from Amir and Or deals with two enhancements for the mlx5 TC offloads.

The 1st two patches add bulk reading of flow counters. Few bulk counter queries are
used instead of issuing thousands firmware commands per second to get statistics of all
flows set to HW.

The next patches add TC based SRIOV offloading to mlx5, as a follow up for the e-switch
offloads mode and the VF representors. When the e-switch is set to the (new) "offloads"
mode, we can now offload TC/flower drop and forward rules, the forward action we offload
is TC mirred/redirect.

The above is done by the VF representor netdevices exporting the setup_tc ndo where from
there we're re-using and enhancing the existing mlx5 TC offloads sub-module which now
works for both the NIC and the SRIOV cases.

The series is applied on top b38a75d2d324 ('mlxsw: core: Trace EMAD messages')
and it has no merge issues with the on-going net submission ('mlx5 tx timeout watchdog fixes')

V2:
    - Fixed compilation warning.
====================

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