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 A5886271 for ; Wed, 16 Jan 2019 15:01:06 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2019 06:01:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,486,1539673200"; d="scan'208";a="126498943" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga002.jf.intel.com with ESMTP; 16 Jan 2019 06:01:04 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 16 Jan 2019 14:01:03 +0000 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.116]) by irsmsx155.ger.corp.intel.com ([169.254.14.157]) with mapi id 14.03.0415.000; Wed, 16 Jan 2019 14:01:03 +0000 From: "Ananyev, Konstantin" To: "Iremonger, Bernard" , "dev@dpdk.org" , "Wu, ChangqingX" Thread-Topic: [PATCH] test/ipsec: fix compile error on BSD Thread-Index: AQHUraHTZe2UpZHnGkaNVpzOgfGhrKWx7GQA Date: Wed, 16 Jan 2019 14:01:02 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258010D9049A7@irsmsx105.ger.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-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmRiODFhYTQtYzExZS00NTc4LWExYWUtNTg5ZjYwMWI4Y2M1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZm03MVN1Kzl6ckcwdm1SSDd3R3pzU3J5TytzMjB2clNRXC9qUEErcmVmZ3lQcStueXpZWUY0a0pqdmNQWWt4dFcifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] 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: Wed, 16 Jan 2019 14:01:07 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Wednesday, January 16, 2019 1:46 PM > To: dev@dpdk.org; Ananyev, Konstantin ; 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 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 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