]> Pileus Git - ~andy/linux/commit
Merge branch 'netdev_tracing'
authorDavid S. Miller <davem@davemloft.net>
Tue, 14 Jan 2014 22:46:13 +0000 (14:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Jan 2014 22:46:13 +0000 (14:46 -0800)
commitc49fa0166391279249483d61511c358580e29ee4
tree34d5de250013a76f8949ddf733cebd9385e0379d
parent0a379e21c503b2ff66b44d588df9f231e9b0b9ca
parentae78dbfa40c629f79c72ab93525508ef49e798b6
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 <davem@davemloft.net>