Re: [B.A.T.M.A.N.] batman-adv on different archs

2010-01-18 Thread Andrew Lunn
The problem comes when I try to add my little ARM based linux box onto the group. Again same sources used (latest stable from the wiki), crosscompiles fine and I can load the module as normal on the box. Setup goes as it should on both the device and the laptop, and both systems seems to be

Re: [B.A.T.M.A.N.] batman-adv on different archs

2010-01-18 Thread Juha Ylönen
Hi, And thanks for quick responses. Some comments below. Original-Nachricht Datum: Mon, 18 Jan 2010 12:39:54 +0100 Von: Andrew Lunn and...@lunn.ch What do you see in /proc/net/batman-adv/originiators on the three devices? Here's what I see (or not see) in the laptop:

Re: [B.A.T.M.A.N.] batman-adv on different archs

2010-01-18 Thread Marek Lindner
On Monday 18 January 2010 21:29:35 Juha Ylönen wrote: I couldn't find any info on debug build in the README, and some instructions I came across in the wiki didn't really work, Could you please let us know what part of the wiki does not work as expected ? Only then we can improve it. :)

Re: [B.A.T.M.A.N.] batman-adv on different archs

2010-01-18 Thread Andrew Lunn
Yes, the devices are talking to each other. real recv indicates you received the other node's messages but the other node does not repeat our own broadcasts (see own_bcast). Would be interesting to see the log from the other side. It looks like the messages get dropped there. It would

Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Add bonding functionality

2010-01-18 Thread Andrew Lunn
On Mon, Jan 18, 2010 at 07:31:22PM +0800, Marek Lindner wrote: Hi, i've just committed this patch in revision 1551, as no further comments and critiques came in. I would consider this patch rather simple, and as experimental feature it is switched off by default anyways ... :)

Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Add bonding functionality

2010-01-18 Thread Andrew Lunn
CHECK /home/lunn/batman/trunk/batman-adv-kernelland/gateway_common.c /home/lunn/batman/trunk/batman-adv-kernelland/gateway_common.c:28:6: warning: symbol 'kbit_to_gw_srv_class' was not declared. Should it be static? CHECK /home/lunn/batman/trunk/batman-adv-kernelland/gateway_client.c