From: Congwen Zhang <zhang.congwen@zte.com.cn>
To: bruce.richardson@intel.com
Cc: dev@dpdk.org, Congwen Zhang <zhang.congwen@zte.com.cn>
Subject: [dpdk-dev] [PATCH v2] lib/librte_lpm: remove recursively included header file
Date: Wed, 9 Jan 2019 20:32:22 -0500 [thread overview]
Message-ID: <1547083942-15690-1-git-send-email-zhang.congwen@zte.com.cn> (raw)
includes itself: rte_lpm.h -> rte_lpm_sse.h -> rte_lpm.h
includes itself: rte_lpm.h -> rte_lpm_neon.h -> rte_lpm.h
Signed-off-by: Congwen Zhang <zhang.congwen@zte.com.cn>
---
lib/librte_lpm/rte_lpm_neon.h | 1 -
lib/librte_lpm/rte_lpm_sse.h | 1 -
2 files changed, 2 deletions(-)
diff --git a/lib/librte_lpm/rte_lpm_neon.h b/lib/librte_lpm/rte_lpm_neon.h
index 4fd33f3..28c8159 100644
--- a/lib/librte_lpm/rte_lpm_neon.h
+++ b/lib/librte_lpm/rte_lpm_neon.h
@@ -43,7 +43,6 @@
#include <rte_byteorder.h>
#include <rte_common.h>
#include <rte_vect.h>
-#include <rte_lpm.h>
#ifdef __cplusplus
extern "C" {
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
next reply other threads:[~2019-01-10 1:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-10 1:32 Congwen Zhang [this message]
2019-01-28 0:01 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1547083942-15690-1-git-send-email-zhang.congwen@zte.com.cn \
--to=zhang.congwen@zte.com.cn \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).