[dpdk-dev] [PATCH 1/1] mbuf: add extern "C" to rte_mbuf_dyn.h

Stephen Hemminger stephen at networkplumber.org
Tue Dec 29 21:10:08 CET 2020


On Tue, 29 Dec 2020 12:41:44 -0700
Ashish Sadanandan <ashish.sadanandan at gmail.com> wrote:

> 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.
> 
> Signed-off-by: Ashish Sadanandan <ashish.sadanandan at gmail.com>

Could you add a Fixes tag please?


More information about the dev mailing list