[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/

[dpdk-dev] [PATCH v2] build: C++ linkage support is added to rte_service_component.h file

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/

[dpdk-dev] [PATCH v2] build: Add C++ linkage support to rte_service_component.h file

2020-07-08 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

[dpdk-dev] [PATCH] acl: Fix RTE_ACL_RULE_SZ macro definition

2020-07-07 Thread levendsayar
From: Levend Sayar Signed-off-by: Levend Sayar --- lib/librte_acl/rte_acl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_acl/rte_acl.h b/lib/librte_acl/rte_acl.h index aa22e70c6..d34fdbc0e 100644 --- a/lib/librte_acl/rte_acl.h +++ b/lib/librte_acl/rte_acl.h @@

[dpdk-dev] [PATCH] build: C++ linkage support is added to rte_service_component.h file

2020-07-07 Thread levendsayar
From: Levend Sayar Signed-off-by: Levend Sayar --- lib/librte_eal/include/rte_service_component.h | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/librte_eal/include/rte_service_component.h b/lib/librte_eal/include/rte_service_component.h index b75aba11b..c1e