Re: [dpdk-dev] [PATCH] eal: declare extern "C" link when building with __cplusplus

2021-03-17 Thread Dmitry Kozlyuk
2021-03-16 22:33 (UTC-0700), Tyler Retzlaff: > Add missing extern "C" linkage for rte_reciprocal.h consistent with > other eal headers. > > Signed-off-by: Tyler Retzlaff > --- > lib/librte_eal/include/rte_reciprocal.h | 8 > 1 file changed, 8 insertions(+) This is worth backporting:

Re: [dpdk-dev] [PATCH] eal: declare extern "C" link when building with __cplusplus

2021-03-16 Thread Stephen Hemminger
On Tue, 16 Mar 2021 22:33:18 -0700 Tyler Retzlaff wrote: > Add missing extern "C" linkage for rte_reciprocal.h consistent with > other eal headers. > > Signed-off-by: Tyler Retzlaff Looks good all exported headers should have this Acked-by: Stephen Hemminger

[dpdk-dev] [PATCH] eal: declare extern "C" link when building with __cplusplus

2021-03-16 Thread Tyler Retzlaff
Add missing extern "C" linkage for rte_reciprocal.h consistent with other eal headers. Signed-off-by: Tyler Retzlaff --- lib/librte_eal/include/rte_reciprocal.h | 8 1 file changed, 8 insertions(+) diff --git a/lib/librte_eal/include/rte_reciprocal.h b/lib/librte_eal/include/rte_recip