Re: [dpdk-dev] [PATCH v3 10/14] metrics: fix errors in exported header

2017-04-26 Thread Remy Horton
On 26/04/2017 13:07, Adrien Mazarguil wrote: [..] Cc: Remy Horton Signed-off-by: Adrien Mazarguil --- lib/librte_metrics/rte_metrics.h | 10 ++ 1 file changed, 10 insertions(+) Acked-by: Remy Horton

[dpdk-dev] [PATCH v3 10/14] metrics: fix errors in exported header

2017-04-26 Thread Adrien Mazarguil
This commit addresses the following compilation errors: In file included from /tmp/check-includes.sh.21060.c:1:0: build/include/rte_metrics.h:91:2: error: unknown type name 'uint16_t' [...] It also adds C++ awareness to rte_metrics.h. Fixes: 349950ddb9c5 ("metrics: add information metrics lib