[PATCH v2] build: make buffer headroom configurable

2024-02-26 Thread Parthakumar Roy
The default value for RTE_PKTMBUF_HEADROOM used to be set in config/rte_config.h. This patch removes it from the file and instead, a meson option, pkt_mbuf_headroom, is introduced to make headroom tunable from the build process. Signed-off-by: Parthakumar Roy --- config/meson.build | 1

meson option to customize RTE_PKTMBUF_HEADROOM patch

2024-02-15 Thread Parthakumar Roy
Hello, Bruce Richardson suggested that I submit this patch - at IBM we needed to adjust the pkt_mbuf_headroom​ for our application to work. This is my first ever patch through a mailing list, I have only done it through Pull Requests before, so let me know if I need to correct something. Messag