Re: [B.A.T.M.A.N.] pull request: batman-adv 20160518

2016-05-18 Thread Sven Eckelmann
On Wednesday 18 May 2016 13:04:44 Antonio Quartulli wrote: > I also have a question: I have another bugfix that should only be > applied to 4.6 and not to 4.7/net-next - should I directly send it > to sta...@vger.kernel.org ? Allow me to give some background info: The bug was (accidentally)

[B.A.T.M.A.N.] [PATCH v11 0/3] batman-adv: throughput meter

2016-05-18 Thread Sven Eckelmann
Hi, Antonio had some extra suggestions about the tpmeter. All are now included in the patchset. I have also noticed some problems with the patches (net.git/net-next.git) scheduled for 4.7 which required some adjustments to the netlink code. batman-adv: * moved batadv_tp_meter_init to

[B.A.T.M.A.N.] [PATCH] batman-adv: Ignore auto-generated files in compat-sources

2016-05-18 Thread Sven Eckelmann
Signed-off-by: Sven Eckelmann --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 59c6a30..4c03561 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ /compat-autoconf.h /compat-autoconf.h.tmp

[B.A.T.M.A.N.] [PATCH v11 2/2] batman-adv: throughput meter implementation

2016-05-18 Thread Sven Eckelmann
From: Antonio Quartulli The throughput meter module is a simple, kernel-space replacement for throughtput measurements tool like iperf and netperf. It is intended to approximate TCP behaviour. It is invoked through batctl: the protocol is connection oriented,

[B.A.T.M.A.N.] [PATCH v11 1/2] batman-adv: return netdev status in the TX path

2016-05-18 Thread Sven Eckelmann
From: Antonio Quartulli Return the proper netdev TX status along the TX path so that the tp_meter can understand when the queue is full and should stop sending packets. Signed-off-by: Antonio Quartulli Signed-off-by: Sven

[B.A.T.M.A.N.] [PATCH v11] batctl: introduce throughput meter support

2016-05-18 Thread Sven Eckelmann
From: Antonio Quartulli Add command to launch the throughput meter test. The throughput meter is a batman kernelspace tool for throughput measurements. The syntax is: batctl tp The test is interruptible with SIGINT or SIGTERM; if the test succeeds with no