numam-dpdk/lib/librte_mbuf
Ashish Sadanandan 397fb6a8d9 mbuf: add C++ include guard for dynamic fields header
The header was missing the extern "C" directive which causes name
mangling of functions by C++ compilers, leading to linker errors
complaining of undefined references to these functions.

Fixes: 4958ca3a44 ("mbuf: support dynamic fields and flags")
Cc: stable@dpdk.org

Signed-off-by: Ashish Sadanandan <ashish.sadanandan@gmail.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2021-01-11 15:34:21 +01:00
..
meson.build build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
rte_mbuf_core.h mbuf: move pool pointer in first half 2020-11-12 16:39:10 +01:00
rte_mbuf_dyn.c mbuf: move pool pointer in first half 2020-11-12 16:39:10 +01:00
rte_mbuf_dyn.h mbuf: add C++ include guard for dynamic fields header 2021-01-11 15:34:21 +01:00
rte_mbuf_pool_ops.c mbuf: prevent setting mempool ops name empty 2020-04-25 22:56:10 +02:00
rte_mbuf_pool_ops.h mbuf: remove experimental tag from pool ops 2018-07-26 23:37:08 +02:00
rte_mbuf_ptype.c mbuf: add IGMP packet type 2018-10-25 15:51:16 +02:00
rte_mbuf_ptype.h doc: fix spelling reported by aspell in comments 2019-05-03 00:38:14 +02:00
rte_mbuf.c mbuf: clean up comments and prefix 2020-11-05 17:53:15 +01:00
rte_mbuf.h mbuf: move pool pointer in first half 2020-11-12 16:39:10 +01:00
version.map mbuf: add Tx timestamp registration helper 2020-11-03 16:21:15 +01:00