-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mptcpd: add package #25203
mptcpd: add package #25203
Conversation
Thanks but I have failed to see on how ell will take over some parts of libc related functionalities. [EDIT] |
|
getting error (x86_64, glibc, gcc 14.2.0) :
|
Ok, thanks for testing with glibc. What does |
It's only the folder named from CONFIG_BUILD_SUFFIX . Normally i am just testing around with glibc trunk/main/master version/2.41, seems faster by general on 2.41. [EDIT] |
Based on the changelog, they have moved out the function declaration into other header file "netlink.h", the fix is simple :
|
@dangowrt: Nice PR, thanks! |
0f151f9
to
3d66d1c
Compare
@vortexilation I managed to reproduce the problem with GCC-14 and included your fix. Please also post your patch to the ell@lists.linux.dev mailing list for inclusion in future versions. See https://subspace.kernel.org/lists.linux.dev.html on how to join the mailing lists and post there. Thank you! |
Thank you for packaging ell and mptcpd (and enabling MPTCP in the kernel config!) @vortexilation @dangowrt : Regarding the error with GCC 14, it looks like the issue comes from mptcpd, because it was including only the header files it needed. Even if that sounds like the proper thing to do, that's apparently not what is supposed to be done with ell. See multipath-tcp/mptcpd#309 In other words, no need to send a patch to ELL devs I suppose. (Or send a patch to have a proper documentation for ELL ;-) ) |
Add package for Embedded Linux Library (ell) from kernel.org. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Package Multipath TCP daemon (mptcpd) and wrapper (mptcpize). Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Maintainer: me
Compile tested: aarch64/cortex-a53
Run tested: -
Description:
Package the Multipath TCP daemon as well as the Embedded Linux Library (ell) it depends on.
Loosely based on prior work of @jeff277
Requires openwrt/openwrt#16786