netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Interface for TCP Metrics
@ 2012-09-04 21:03 Julian Anastasov
  2012-09-04 21:03 ` [PATCH v3 1/3] tcp: add generic netlink support for tcp_metrics Julian Anastasov
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Julian Anastasov @ 2012-09-04 21:03 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Stephen Hemminger

	This patchset contains 3 patches, one for kernel
and two for iproute2. We add DUMP/GET/DEL support for
genl "tcp_metrics" and minimal support for filtering
by address prefix and family in user space.

	I tested show/del/flush, filtering by family, IPv4 prefix,
output for metrics such as rtt, rttvar, cwnd, ssthresh (after
modifying route). I didn't tested output for fast open.

	May be some corrections in output can be desired.

v2:
- patch 1: remove rcu_assign_pointer, add tcp_metrics_flush_all
- patch 2: properly flush by specifying address, improve man page

v3:
- patch 1: remove synchronize_rcu
- patch 2: create libgenl.h and libgenl.c
- new patch 3: use libgenl.c also in ipl2tp.c

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

end of thread, other threads:[~2012-09-07 16:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-04 21:03 [PATCH v3 0/3] Interface for TCP Metrics Julian Anastasov
2012-09-04 21:03 ` [PATCH v3 1/3] tcp: add generic netlink support for tcp_metrics Julian Anastasov
2012-09-05 19:17   ` David Miller
2012-09-04 21:03 ` [PATCH v3 2/3] iproute2: add " Julian Anastasov
2012-09-07 16:09   ` Stephen Hemminger
2012-09-04 21:03 ` [PATCH v3 3/3] iproute2: use libgenl for ipl2tp Julian Anastasov

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).