From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id AFED8239 for ; Thu, 17 Jan 2019 02:18:47 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2019 17:18:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,488,1539673200"; d="scan'208";a="138934309" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 16 Jan 2019 17:18:46 -0800 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 16 Jan 2019 17:18:45 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 16 Jan 2019 17:18:44 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.196]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.239]) with mapi id 14.03.0415.000; Thu, 17 Jan 2019 09:18:42 +0800 From: "Wu, ChangqingX" To: "Iremonger, Bernard" , "dev@dpdk.org" , "Ananyev, Konstantin" Thread-Topic: [PATCH] test/ipsec: fix compile error on BSD Thread-Index: AQHUraHTXafL9hmTQUOpJoslfRZRJKWyqdtQ Date: Thu, 17 Jan 2019 01:18:41 +0000 Message-ID: <7F81DD3887C58F49A6B2EFEC3C28E22E0B690494@SHSMSX101.ccr.corp.intel.com> References: <1547646341-17346-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1547646341-17346-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 01:18:48 -0000 Tested-by: Wu, ChangqingX -----Original Message----- From: Iremonger, Bernard=20 Sent: Wednesday, January 16, 2019 9:46 PM To: dev@dpdk.org; Ananyev, Konstantin ; Wu, C= hangqingX Cc: Iremonger, Bernard Subject: [PATCH] test/ipsec: fix compile error on BSD 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 --- test/test/test_ipsec.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test/test_ipsec.c b/test/test/test_ipsec.c index ff1a1c4.= .f49c8d8 100644 --- a/test/test/test_ipsec.c +++ b/test/test/test_ipsec.c @@ -4,9 +4,6 @@ =20 #include =20 -#include -#include - #include #include #include -- 2.7.4