Re: [dpdk-dev] [PATCH v3] service: support C++ linkage

2020-07-09 Thread Thomas Monjalon
09/07/2020 15:56, Levend Sayar: > On Thu, Jul 9, 2020 at 4:21 PM Thomas Monjalon wrote: > > 09/07/2020 14:32, levendsa...@gmail.com: > > > From: Levend Sayar > > > > > > "extern C" define is added to rte_service_component.h file > > > to be able to use in C++ context > > > > It is a bug. > > The

Re: [dpdk-dev] [PATCH v3] service: support C++ linkage

2020-07-09 Thread Levend Sayar
Sure I agree Thomas. Thanks in advance. Best, Levend On Thu, Jul 9, 2020 at 4:21 PM Thomas Monjalon wrote: > 09/07/2020 14:32, levendsa...@gmail.com: > > From: Levend Sayar > > > > "extern C" define is added to rte_service_component.h file > > to be able to use in C++ context > > It is a bug.

Re: [dpdk-dev] [PATCH v3] service: support C++ linkage

2020-07-09 Thread Thomas Monjalon
09/07/2020 14:32, levendsa...@gmail.com: > From: Levend Sayar > > "extern C" define is added to rte_service_component.h file > to be able to use in C++ context It is a bug. The title should be "service: fix C++ linkage" And these tags must be added: Fixes: 21698354c832 ("service: introduce servi

[dpdk-dev] [PATCH v3] service: support C++ linkage

2020-07-09 Thread levendsayar
From: Levend Sayar "extern C" define is added to rte_service_component.h file to be able to use in C++ context Signed-off-by: Levend Sayar Acked-by: Harry van Haaren --- lib/librte_eal/include/rte_service_component.h | 9 + 1 file changed, 9 insertions(+) diff --git a/lib/librte_eal/