From: Dmitry Kozlyuk <kozl...@bifit.com> Hugepages often contain information useful for debugging and thus desired for inclusion in core dumps. However, including them has implications and drawbacks, so it must be an opt-in at user's discretion. This patchset add the ability to do so for FreeBSD and for Linux it just documents existing settings.
v2: * Make it work for FreeBSD (thanks Lewis for testing). * Drop all EAL code, document required user actions. Dmitry Kozlyuk (2): contigmem: support including mapped buffers in core dump doc: add instruction for including hugepages in core dump doc/guides/freebsd_gsg/build_dpdk.rst | 26 ++++++++++++++++------ doc/guides/linux_gsg/build_sample_apps.rst | 17 ++++++++++++++ kernel/freebsd/contigmem/contigmem.c | 8 +++++++ 3 files changed, 44 insertions(+), 7 deletions(-) -- 2.38.4