From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 819C5A0C4B; Mon, 8 Nov 2021 22:39:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 16BA540DF7; Mon, 8 Nov 2021 22:39:14 +0100 (CET) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by mails.dpdk.org (Postfix) with ESMTP id E965940040 for ; Mon, 8 Nov 2021 22:39:11 +0100 (CET) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 0C6683201E4A; Mon, 8 Nov 2021 16:39:10 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Mon, 08 Nov 2021 16:39:11 -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=fm2; bh= UCw5+xxoPTQnf9ZACTMe51R2FflqTnI22EWwn+l1Juo=; b=gjNCF/T/iiD3YP6q o8OyBOFmOZbe4KrnY9n4OqoFOx7E98UcBsUOJi0FmCwdChnwZlpRENPZVkVfGmPs lvoDoZ/4rCVlXVpIyM2LOJx50rJdZ8WBYxqq5/QLSfunyGpm7B4umQeg3BO//eP6 IRj7BqKOmhv1VspYhXLy2lmKAMjTK5qE4eQCYFgSv0+IjBZ07VrezQvdcPE102Cc oimnit1OJfaSp5rqgCeD51jmZd1Z6/LA6CY84cuufEztltD8zqTfkITdIoXnGhwB BUlStBgwHW+dTZ3LN8FM7VmJErFb8xDHh2dt35hxRYXVoGIx5bh+Jazuei9d6Ek1 vHVBDQ== 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=UCw5+xxoPTQnf9ZACTMe51R2FflqTnI22EWwn+l1J uo=; b=Laq+fnSbPHV4ezUKaaZpf1PDljXapbjGNOHyY/2sipqd7iL8BiiFiGbtU XcoCNPZbMhRGBDugo7QrGtKLR2YLaCx+JOBMqLYh9D7Zr7RPfR8b1OB7rD2H80Tl blqGul9vWgmk6HAa33mUmKxkG7WPOP9vs75vWDpfUXCQVgFdUCdpDc/2ZW1javI3 B1HjCpEz0zQc9avE3pn2hA36NjsgknkW9lfoRtRqENLicmoGcf1oF8L8fBrL5cr1 5zsUf0Op93C6aWKXd/qGXtnEzvoM0/Ab6GUJY9P5XBM+quzbthXGNnc6EgHuK18s hde93Nxkujj8XEv1kVYFHkhOWxK4g== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddruddvgddugeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 8 Nov 2021 16:39:10 -0500 (EST) From: Thomas Monjalon To: Konstantin Ananyev Cc: dev@dpdk.org Date: Mon, 08 Nov 2021 22:39:08 +0100 Message-ID: <1915929.Zl2kBfzehP@thomas> In-Reply-To: <20211108135555.24164-2-konstantin.ananyev@intel.com> References: <20211108115136.9998-1-konstantin.ananyev@intel.com> <20211108135555.24164-1-konstantin.ananyev@intel.com> <20211108135555.24164-2-konstantin.ananyev@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 1/2] ip_frag: hide internal structures X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/11/2021 14:55, Konstantin Ananyev: > Move internal reassembly structures into new private > header 'ip_reassembly.h'. > > Signed-off-by: Konstantin Ananyev [...] > --- /dev/null > +++ b/lib/ip_frag/ip_reassembly.h > +#ifndef _IP_REASSEMBLY_H_ > +#define _IP_REASSEMBLY_H_ [...] > + > +#endif /* _RTE_IP_REASSEMBLY_H_ */ I removed RTE_ here. Applied this single patch, thanks.