DPDK patches and discussions
 help / color / mirror / Atom feed
From: Congwen Zhang <zhang.congwen@zte.com.cn>
To: bruce.richardson@intel.com, zhang.congwen@zte.com.cn
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH] lib/librte_lpm: remove recursively included header file
Date: Fri, 30 Nov 2018 02:57:29 -0500	[thread overview]
Message-ID: <201812030052.wB30qODU080065@mse01.zte.com.cn> (raw)

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

             reply	other threads:[~2018-12-03  0:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-30  7:57 Congwen Zhang [this message]
2018-12-19 21:39 ` 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=201812030052.wB30qODU080065@mse01.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).