From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] examples/ipsec-secgw: fix missed headers for FreeBSD Date: Thu, 31 Mar 2016 22:28:42 +0200 Message-ID: <8277202.UG7rzcHmMD@xps13> References: <1459415578-3692-1-git-send-email-danielx.t.mrzyglod@intel.com> <1459428190-10256-1-git-send-email-danielx.t.mrzyglod@intel.com> <56FD1FF6.5030300@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Sergio Gonzalez Monroy To: Daniel Mrzyglod Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 0D1FD960E for ; Thu, 31 Mar 2016 22:30:36 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id p65so129015069wmp.0 for ; Thu, 31 Mar 2016 13:30:36 -0700 (PDT) In-Reply-To: <56FD1FF6.5030300@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" 2016-03-31 14:02, Sergio Gonzalez Monroy: > 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 Applied, thanks