[Buildroot] [PATCH 0/5] package/dpdk: version bump and selectable build components
Vincent Jardin
vjardin at free.fr
Wed Oct 29 13:44:07 UTC 2025
Hi Maxime,
On Tue, Oct 21, 2025 at 02:03:37PM +0100, Maxime Leroy wrote:
> This series bumps DPDK to 24.11.3 and adds options to enable/disable kernel modules,
> drivers, libraries, and apps, matching Meson’s selection model
> and allowing smaller builds.
>
> Tested manually on x86_64 and NXP DPAA2.
> CI passed for build and runtime:
>
> build: https://gitlab.com/maxime-leroy/buildroot/-/pipelines/2111122925
> test: https://gitlab.com/maxime-leroy/buildroot/-/pipelines/2111137175
Thanks for sharing with tests.
>
> Maxime Leroy (5):
> package/dpdk: bump to 24.11.3 version
> package/dpdk: add toggle for deprecated kernel modules
> package/dpdk: make drivers selectable
> package/dpdk: make libraries selectable
> package/dpdk: make apps selectable
It is a good idea. It helps to save CO2 and to have quicker compilation
on the targets.
What's about a free definition of DPDK_CONF_OPTS= too ?
For instance:
DPDK_CONF_OPTS += -Dc_args='-DRTE_LOG_DP_LEVEL=RTE_LOG_DEBUG'
It would be useful tune those for the DPDK too.
It is a minor improvement, it does not prevent from merging into
Buildroot.
LGTM.
Reviewed-by: Vincent Jardin <vjardin at free.fr>
thank you,
Vincent
More information about the buildroot
mailing list