On Sun, Mar 17, 2024 at 08:44:15PM -0600, Ashish Sadanandan 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.
>
> Also updated the coding style contribution guideline with a new
> "Language Linkage" section stating `extern "C"` block should be added to
> public headers.
>
> Fixes: 86c743cf9140 ("eal: define generic vector types")
> Cc: nelio.laranje...@6wind.com
> Cc: sta...@dpdk.org
>
> Signed-off-by: Ashish Sadanandan <ashish.sadanan...@gmail.com>
> ---
Acked-by: Bruce Richardson <bruce.richard...@intel.com>