From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 4F22320BD for ; Mon, 28 Jan 2019 01:01:07 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C2E6621C39; Sun, 27 Jan 2019 19:01:06 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 Jan 2019 19:01:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=PoeuGrlgD2LM7BVGDGEuVyN0gxCCI8K0Tlgc1Wb/uRI=; b=SFPspLtrUlu3 T+5VzmUFjCfJGm8Yh9toR1YzptdQi5ThgjPbZV1rv7ij3Plhig0Ndjoj055SNp5N 569FPG7cA9YSoj0+jir2z25RVgrrCh5R9sCo1sJgYfghiDTVcp+J0lvK/rFXsHw9 GCMML6SDrqToJWbdGYqdBdSSzo+j5ps= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=PoeuGrlgD2LM7BVGDGEuVyN0gxCCI8K0Tlgc1Wb/u RI=; b=JVnIQC7scJzQw0ZydEyL0WIPkXxKtmSbhjx/6HyqeV8b0Fu+fD9VRFgXg GQsLLqPAwxHWfHh3egJabFUAY9mQ1roOm2RWszFkU01VPn4JsOr6EnwGicFoQmiT QUCEgwDsQmuaJDTHrGv9yl9ky6Oefqe87cOaZ8OoP3dBz9eOfGAakcI4vSxhpGN4 +TveD3clNY7craLknmjNVcsCvDaLNpP3bIy8I5hQE3P7CEbusauMQ/XHP5bdAZ14 2J2lgBbuojvnaljwcoswNQ8G69ka68IgVklrueuqO6gs2mhLzVvj3mXB0k8y70GE ffjzp+fLXLQv7Bk0h4wEXx5uJmhjg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrieelgddujecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1DBCAE41F3; Sun, 27 Jan 2019 19:01:05 -0500 (EST) From: Thomas Monjalon To: Congwen Zhang Cc: dev@dpdk.org, bruce.richardson@intel.com Date: Mon, 28 Jan 2019 01:01:04 +0100 Message-ID: <1610244.UuOnXdSXdy@xps> In-Reply-To: <1547083942-15690-1-git-send-email-zhang.congwen@zte.com.cn> References: <1547083942-15690-1-git-send-email-zhang.congwen@zte.com.cn> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] lib/librte_lpm: remove recursively included header file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2019 00:01:07 -0000 10/01/2019 02:32, Congwen Zhang: > 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 Applied, thanks