netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Craig Gallek <kraigatgoog@gmail.com>
To: Eric Dumazet <edumazet@google.com>,
	Willem de Bruijn <willemb@google.com>,
	Marcelo Ricardo Leitner <mleitner@redhat.com>
Cc: kraigatgoog@gmail.com, David Miller <davem@davemloft.net>,
	netdev@vger.kernel.org
Subject: [PATCH net-next 0/2] sock_diag: introducing udp_info
Date: Mon,  5 Oct 2015 15:55:25 -0400	[thread overview]
Message-ID: <1444074927-27098-1-git-send-email-kraigatgoog@gmail.com> (raw)

From: Craig Gallek <kraig@google.com>

These patches introduce a structure for reporting udp statistics
through netlink.  Simple datagram and byte counters are included.

Craig Gallek (2):
  sock_diag: create udp_info for udp socket stats
  sock_diag: initial udp_info metrics

 include/linux/inet_diag.h      |  1 +
 include/linux/udp.h            |  7 +++++++
 include/net/udp.h              |  2 ++
 include/uapi/linux/inet_diag.h |  3 ++-
 include/uapi/linux/udp.h       |  7 +++++++
 net/dccp/diag.c                |  1 +
 net/ipv4/inet_diag.c           | 25 ++++++++++++-------------
 net/ipv4/tcp_diag.c            |  1 +
 net/ipv4/udp.c                 | 26 ++++++++++++++++++++++++--
 net/ipv4/udp_diag.c            | 18 ++++++++++++++++--
 net/ipv6/udp.c                 | 14 +++++++++++++-
 11 files changed, 86 insertions(+), 19 deletions(-)

-- 
2.6.0.rc2.230.g3dd15c0

             reply	other threads:[~2015-10-05 19:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-05 19:55 Craig Gallek [this message]
2015-10-05 19:55 ` [PATCH net-next 1/2] sock_diag: create udp_info for udp socket stats Craig Gallek
2015-10-05 19:55 ` [PATCH net-next 2/2] sock_diag: initial udp_info metrics Craig Gallek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444074927-27098-1-git-send-email-kraigatgoog@gmail.com \
    --to=kraigatgoog@gmail.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=mleitner@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=willemb@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).