From: David S. Miller Date: Mon, 16 May 2016 17:43:52 +0000 (-0400) Subject: Merge branch 'tc_flower_offload' X-Git-Tag: v4.7-rc1~154^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=148bd3a34b426031355fdff2778bdab4e008766b;p=platform%2Fkernel%2Flinux-exynos.git 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 ed7cbbc ("udp: Resolve NULL pointer dereference over flow-based vxlan device") ==================== Signed-off-by: David S. Miller --- 148bd3a34b426031355fdff2778bdab4e008766b