All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Lindner <mareklindner@neomailbox.ch>
To: b.a.t.m.a.n@lists.open-mesh.org
Cc: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Subject: Re: [B.A.T.M.A.N.] [PATCH v11] batctl: introduce throughput meter support
Date: Fri, 20 May 2016 17:50:49 +0800	[thread overview]
Message-ID: <6573732.RtTdeoGNuy@voltaire> (raw)
In-Reply-To: <1463564330-11178-3-git-send-email-sven.eckelmann@open-mesh.com>

[-- Attachment #1: Type: text/plain, Size: 1765 bytes --]

On Wednesday, May 18, 2016 11:38:50 Sven Eckelmann wrote:
> From: Antonio Quartulli <antonio.quartulli@open-mesh.com>
> 
> Add command to launch the throughput meter test. The throughput meter is a
> batman kernelspace tool for throughput measurements. The syntax is:
> 
>     batctl tp <MAC>
> 
> The test is interruptible with SIGINT or SIGTERM; if the test succeeds with
> no error the throughput and the elapsed time are printed to stdout,
> otherwise occurred an error message is displayed (on stdout) accordingly.
> 
> Based on a prototype from Edo Monticelli <montik@autistici.org>
> 
> Signed-off-by: Antonio Quartulli <antonio.quartulli@open-mesh.com>
> Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
> ---
> v11:
>  * introduce new attribute BATADV_ATTR_PAD used for u64 alignment
> v10:
>  * fix "a a" typo in batman_adv.h
> v9:
>  * rebase on top of current master
>  * added include guards to tp_meter.h
>  * imported newest batman_adv.h and packet.h from batman-adv
>  * move iw/genl.c functions into own file "genl.c"
>  * adjust result handling based on new BATADV_TP_REASON_* names
> v8:
>  * rebase on top of current master
> ---
>  Makefile     |   2 +
>  batman_adv.h |  43 +++++
>  genl.c       | 140 ++++++++++++++++
>  genl.h       |  31 ++++
>  main.c       |   6 +
>  main.h       |   2 +
>  man/batctl.8 |  24 ++-
>  netlink.c    |   8 +
>  packet.h     |  54 ++++++
>  tcpdump.c    |  14 +-
>  tp_meter.c   | 540
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> tp_meter.h   |  27 +++
>  12 files changed, 888 insertions(+), 3 deletions(-)
>  create mode 100644 genl.c
>  create mode 100644 genl.h
>  create mode 100644 tp_meter.c
>  create mode 100644 tp_meter.h

Applied in revision f109b34.

Thanks,
Marek

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

      reply	other threads:[~2016-05-20  9:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-18  9:38 [B.A.T.M.A.N.] [PATCH v11 0/3] batman-adv: throughput meter Sven Eckelmann
2016-05-18  9:38 ` [B.A.T.M.A.N.] [PATCH v11 1/2] batman-adv: return netdev status in the TX path Sven Eckelmann
2016-05-20  8:43   ` Marek Lindner
2016-05-18  9:38 ` [B.A.T.M.A.N.] [PATCH v11 2/2] batman-adv: throughput meter implementation Sven Eckelmann
2016-05-20  9:45   ` Marek Lindner
2016-05-18  9:38 ` [B.A.T.M.A.N.] [PATCH v11] batctl: introduce throughput meter support Sven Eckelmann
2016-05-20  9:50   ` Marek Lindner [this message]

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=6573732.RtTdeoGNuy@voltaire \
    --to=mareklindner@neomailbox.ch \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=sven.eckelmann@open-mesh.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.