From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 569662A6A for ; Fri, 18 Jan 2019 00:25:05 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 1AD9A148B; Thu, 17 Jan 2019 18:25:04 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 17 Jan 2019 18:25:04 -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=LqkB0TNIYEo5fuOwgBKrCmy++RJlTlPZJCKSDmFoVpc=; b=QuHUO8AKoecn NSgxCiBABlel7uAJSwj59jGq7Cz/fxqWndY5p2/azAuft4sE+ZJaVfACSeeTMjAo pDJubnrAXSMiW+VOm84PTc0Ar6SGd+wX7NUr9lFbQbC9KmutcvOIfRqcfH+fUVLq w6kjrYrDm+vlgM/WlhU8PDDm7gFYlgA= 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=LqkB0TNIYEo5fuOwgBKrCmy++RJlTlPZJCKSDmFoV pc=; b=xEv73jFrx3aEcYvyKdde7AKM1EU9PntK5Vv5vgIV9rHXJ4HTdWFlyVGu3 ANG0BKZ5R3QTiaqBusvxAtmtLDDv7djw0cpIQat7+/rIQXSLyavoW+/JbDXnFUdJ fUMyqIJwPDAM+syEjG5KXroNs88kCrhJoSzYiEXIh6ANanadXuqNZ+1cbPZ83cv0 tDAKItU64311+Gc1MB6jzlSA9tAupuKJX9INZvVQlbQ3H2VmmP7EW6hVqEy5A1gx F6LJc9IhflXW/OQKY8z7h9ASCMSW3cbUu+vSVzMAI/nJGiuGD0Do1S4pGt4gzNGZ IpPrDZrVspZmHTsXhUKeU92zd4tXg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgeelgddtkecutefuodetggdotefrodftvf 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 55957E44A6; Thu, 17 Jan 2019 18:25:02 -0500 (EST) From: Thomas Monjalon To: "Iremonger, Bernard" Cc: dev@dpdk.org, "Ananyev, Konstantin" , "Wu, ChangqingX" Date: Fri, 18 Jan 2019 00:25:01 +0100 Message-ID: <6512008.snu5GkxfH3@xps> In-Reply-To: <2601191342CEEE43887BDE71AB977258010D9049A7@irsmsx105.ger.corp.intel.com> References: <1547646341-17346-1-git-send-email-bernard.iremonger@intel.com> <2601191342CEEE43887BDE71AB977258010D9049A7@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test/ipsec: fix compile error on BSD 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: Thu, 17 Jan 2019 23:25:05 -0000 > > Removed ip.h and in.h headers to fix unknown type errors > > when compiling on BSD. > > > > Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") > > Signed-off-by: Bernard Iremonger > > Acked-by: Konstantin Ananyev Applied, thanks