]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tc_flower_offload'
authorDavid S. Miller <davem@davemloft.net>
Mon, 16 May 2016 17:43:52 +0000 (13:43 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 May 2016 17:43:52 +0000 (13:43 -0400)
commit1e602c1495c92b39a95b60a134079078a5d00f75
treef6c683ac75f29c0248906be441a83a116fda8a5f
parent591cae45793b47d46e56e2170183f27f4567786b
parentbc849238d05b11615122ef684a76541bcad5055b
Merge branch 'tc_flower_offload'

Amir Vadai says:

====================
sched,mlx5: Offloaded TC flower filter statistics

This patchset introduces counters support for offloaded cls_flower filters.
When the user calls 'tc show -s ..', fl_dump is called.
Before fl_dump() returns the statistics, it calls the NIC driver (using a new
ndo_setup_tc() command - TC_CLSFLOWER_STATS) to read the hardware counters and
update the statistics accordingly. A new TC action op was added (stats_update())
to be used by the NIC driver to update the statistics.

Patchset was applied and tested over commit 7cafaa9 ("udp: Resolve NULL pointer
dereference over flow-based vxlan device")
====================

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