netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] skbtrace v2: A trace infrastructure for networking subsystem
@ 2012-10-19  6:16 Li Yu
  2012-10-19  7:33 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Li Yu @ 2012-10-19  6:16 UTC (permalink / raw)
  To: Linux Netdev List

Hi,

  This patch set introduces to the tracing infrastructure for networking
subsystem, they are based on v3.6 source code.

  The changes from last version (v1):

  1. IPv4 mapped IPv6 sockets support, I found many applications use
     this mean to live on double stack environment.
  2. The BPF filter for connection based events, skbtrace constructs
     a temporarily sk_buff to run BPF program.
  3. Add three TCP trace events for RTTM, show active connection
     information, TCP internal timers. and show more states in
     tcp_ca_state event.
  4. Introduce to primary and secondary event support. That is secondary
     event only would be exported after its primary event is triggered.
     This could be used for reduce gathered trace points more, we can
     see this is another kind of trace point filter.
  5. Userland utility modularizaion.
  6. Code refactoring and bug fixes.

  I am going to add some sk_buff based events in next version (v3), so
we will could know such like how a sk_buff pass stack, how long it stay
in stack, how TSO/GSO/SACK/... split/merge them, and so on.

  You can get whole kernel source tree at github:

	https://github.com/Rover-Yu/skbtrace-userland
	https://github.com/Rover-Yu/skbtrace-kernel

  Welcome for suggestions.

  Thanks.

Yu

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-28 13:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-19  6:16 [PATCH 0/3] skbtrace v2: A trace infrastructure for networking subsystem Li Yu
2012-10-19  7:33 ` David Miller
2012-10-28 13:47   ` Li Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).