From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 688D7239 for ; Thu, 17 Jan 2019 02:17:46 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2019 17:17:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,488,1539673200"; d="scan'208";a="110489323" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga008.jf.intel.com with ESMTP; 16 Jan 2019 17:17:44 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 16 Jan 2019 17:17:44 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 16 Jan 2019 17:17:44 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.196]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.160]) with mapi id 14.03.0415.000; Thu, 17 Jan 2019 09:17:34 +0800 From: "Wu, ChangqingX" To: "Ananyev, Konstantin" , "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [PATCH] test/ipsec: fix compile error on BSD Thread-Index: AQHUraHTXafL9hmTQUOpJoslfRZRJKWxZnQAgAFDHgA= Date: Thu, 17 Jan 2019 01:17:34 +0000 Message-ID: <7F81DD3887C58F49A6B2EFEC3C28E22E0B690480@SHSMSX101.ccr.corp.intel.com> References: <1547646341-17346-1-git-send-email-bernard.iremonger@intel.com> <2601191342CEEE43887BDE71AB977258010D9049A7@irsmsx105.ger.corp.intel.com> In-Reply-To: <2601191342CEEE43887BDE71AB977258010D9049A7@irsmsx105.ger.corp.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:17:47 -0000 Tested-by: Wu, ChangqingX -----Original Message----- From: Ananyev, Konstantin=20 Sent: Wednesday, January 16, 2019 10:01 PM To: Iremonger, Bernard ; dev@dpdk.org; Wu, Cha= ngqingX Subject: RE: [PATCH] test/ipsec: fix compile error on BSD > -----Original Message----- > From: Iremonger, Bernard > Sent: Wednesday, January 16, 2019 1:46 PM > To: dev@dpdk.org; Ananyev, Konstantin ;=20 > Wu, ChangqingX > Cc: Iremonger, Bernard > Subject: [PATCH] test/ipsec: fix compile error on BSD >=20 > Removed ip.h and in.h headers to fix unknown type errors when=20 > compiling on BSD. >=20 > Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") > Signed-off-by: Bernard Iremonger > --- > test/test/test_ipsec.c | 3 --- > 1 file changed, 3 deletions(-) >=20 > diff --git a/test/test/test_ipsec.c b/test/test/test_ipsec.c index=20 > 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 > -- Acked-by: Konstantin Ananyev > 2.7.4