From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 4444072FC for ; Thu, 31 Mar 2016 15:02:50 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 31 Mar 2016 06:02:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,422,1455004800"; d="scan'208";a="775403871" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.8]) ([10.237.221.8]) by orsmga003.jf.intel.com with ESMTP; 31 Mar 2016 06:02:47 -0700 To: Daniel Mrzyglod , dev@dpdk.org References: <1459415578-3692-1-git-send-email-danielx.t.mrzyglod@intel.com> <1459428190-10256-1-git-send-email-danielx.t.mrzyglod@intel.com> From: Sergio Gonzalez Monroy Message-ID: <56FD1FF6.5030300@intel.com> Date: Thu, 31 Mar 2016 14:02:46 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1459428190-10256-1-git-send-email-danielx.t.mrzyglod@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] examples/ipsec-secgw: fix missed headers for FreeBSD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 13:02:50 -0000 On 31/03/2016 13:43, Daniel Mrzyglod wrote: > In FreeBSD, sys/types.h and netinet/in.h need to be included before > netinet/ip.h > > There were misssed typedef for u_char - > There were missed network definitions - > > Failure #13: http://dpdk.org/ml/archives/test-report/2016-March/001896.html > > Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application") > > Signed-off-by: Daniel Mrzyglod > --- > Other than typo in commit message: "misssed" Acked-by: Sergio Gonzalez Monroy