On Thursday 02 April 2015 00:53:02 Alex Suykov wrote:
Wed, Apr 01, 2015 at 10:02:14PM +0200, Sven Eckelmann wrote:
The linux/if_ether.h -> netinet/if_ether.h seems to be understandable (but rather unfortunate).
I am not sure why why you include linux/types.h to the different source files. Most likely because this include should actually be in packet.h as mentioned in
https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2015-March/012930.html https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2015-March/012942.html
I assume any changes in packet.h must be done in batman-adv first, then ported to batctl, and preferably not the other way around. And since I was only concerned with batctl, I saw packet.h as read-only.
Yes, this is the preferable way to modify packet.h. I was asking to understand if these are needed for something else which I may have missed.
Maybe you can remove the type.h stuff and ask to get it queued in after my patches are in. At least if this would work
Moving linux/types.h to packet.h does make sense I think. However, it also brings linux/if_ether.h there, which immediately makes musl support difficult. Maybe even impractical.
The maintainers rejected the use of __KERNEL__ checks when Markus Pargmann wanted to use them [1]. So I may have to modify my patch to move bitops and if_ether.h back to main.h. Maybe you can try to modify your packet.h as seen in the new version of "[PATCHv3 2/4] batman-adv: Add required to includes to all files" which I will send in some minutes. Would be nice when this version + your linux/if_ether.h -> netinet/if_ether.h would work with musl.
I'm not saying that's wrong, because I'm not trying to say batctl needs musl support in the first place. Just another point to consider.
We can at least try to get support in. But when we have two problems to solve then it may takes some more rounds and extra discussion :)
Kind regards, Sven
[1] https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2014-December/012699.html