[dpdk-dev] [PATCH] Added missing extern 'C' decls in rte_ip_frag.h

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Jan 27 12:53:36 CET 2015


> Signed-off-by: Marc Sune <marc.sune at bisdn.de>

> --- a/lib/librte_ip_frag/rte_ip_frag.h
> +++ b/lib/librte_ip_frag/rte_ip_frag.h
> +#ifdef __cplusplus
> +extern "C" {
> +#endif

Fixes: 601e279df074 ("move fragmentation/reassembly headers into a library")
Acked-by: Thomas Monjalon <thomas.monjalon at 6wind.com>

Applied

It seems that the same kind of fix is needed for
	lib/librte_pmd_bond/rte_eth_bond_8023ad.h

Thanks
-- 
Thomas


More information about the dev mailing list