Re: [dpdk-dev] [PATCH] lib/librte_lpm: remove recursively included header file

2018-12-19 Thread Thomas Monjalon
30/11/2018 08:57, Congwen Zhang: > includes itself: rte_lpm.h -> rte_lpm_sse.h -> rte_lpm.h It is the same in rte_lpm_neon.h

[dpdk-dev] [PATCH] lib/librte_lpm: remove recursively included header file

2018-12-02 Thread Congwen Zhang
includes itself: rte_lpm.h -> rte_lpm_sse.h -> rte_lpm.h Signed-off-by: Congwen Zhang --- lib/librte_lpm/rte_lpm_sse.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_lpm/rte_lpm_sse.h b/lib/librte_lpm/rte_lpm_sse.h index 3b27e97..44770b6 100644 --- a/lib/librte_lpm/rte_lpm_sse.h +