From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergio Gonzalez Monroy Subject: Re: [PATCH v2] examples/ipsec-secgw: fix missed headers for FreeBSD Date: Thu, 31 Mar 2016 14:02:46 +0100 Message-ID: <56FD1FF6.5030300@intel.com> References: <1459415578-3692-1-git-send-email-danielx.t.mrzyglod@intel.com> <1459428190-10256-1-git-send-email-danielx.t.mrzyglod@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Daniel Mrzyglod , dev@dpdk.org 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) In-Reply-To: <1459428190-10256-1-git-send-email-danielx.t.mrzyglod@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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