From: David S. Miller Date: Tue, 14 Jan 2014 22:46:13 +0000 (-0800) Subject: Merge branch 'netdev_tracing' X-Git-Tag: v3.14-rc1~94^2~194 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c49fa0166391279249483d61511c358580e29ee4;p=platform%2Fkernel%2Flinux-exynos.git Merge branch 'netdev_tracing' Ben Hutchings says: ==================== Improve tracing at the driver/core boundary These patches add static tracpeoints at the driver/core boundary which record various skb fields likely to be useful for datapath debugging. On the TX side the boundary is where the core calls ndo_start_xmit, and on the RX side it is where any of the various exported receive functions is called. The set of skb fields is mostly based on what I thought would be interesting for sfc. These patches are basically the same as what I sent as an RFC in November, but rebased. They now depend on 'net: core: explicitly select a txq before doing l2 forwarding', so please merge net into net-next before trying to apply them. The first patch fixes a code formatting error left behind after that fix. ==================== Signed-off-by: David S. Miller --- c49fa0166391279249483d61511c358580e29ee4