Skip to content
Commit 148bd3a3 authored by David S. Miller's avatar David S. Miller
Browse files

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 ed7cbbce

 ("udp: Resolve NULL pointer
dereference over flow-based vxlan device")
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 388665a9 aad7e08d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment