* [dpdk-dev] [PATCH] lib/librte_lpm: remove recursively included header file
@ 2018-11-30 7:57 Congwen Zhang
2018-12-19 21:39 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Congwen Zhang @ 2018-11-30 7:57 UTC (permalink / raw)
To: bruce.richardson, zhang.congwen; +Cc: dev
includes itself: rte_lpm.h -> rte_lpm_sse.h -> rte_lpm.h
Signed-off-by: Congwen Zhang <zhang.congwen@zte.com.cn>
---
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
+++ b/lib/librte_lpm/rte_lpm_sse.h
@@ -9,7 +9,6 @@
#include <rte_byteorder.h>
#include <rte_common.h>
#include <rte_vect.h>
-#include <rte_lpm.h>
#ifdef __cplusplus
extern "C" {
--
1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] lib/librte_lpm: remove recursively included header file
2018-11-30 7:57 [dpdk-dev] [PATCH] lib/librte_lpm: remove recursively included header file Congwen Zhang
@ 2018-12-19 21:39 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-12-19 21:39 UTC (permalink / raw)
To: Congwen Zhang; +Cc: dev, bruce.richardson
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-12-19 21:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-30 7:57 [dpdk-dev] [PATCH] lib/librte_lpm: remove recursively included header file Congwen Zhang
2018-12-19 21:39 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).