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 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
next 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
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/dev/0 dev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dev dev/ https://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git