From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id E5609A0096 for ; Wed, 5 Jun 2019 11:37:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A53FA1B9F9; Wed, 5 Jun 2019 11:37:02 +0200 (CEST) Received: from mail-ua1-f67.google.com (mail-ua1-f67.google.com [209.85.222.67]) by dpdk.org (Postfix) with ESMTP id 10E2F1B9DD for ; Wed, 5 Jun 2019 11:37:02 +0200 (CEST) Received: by mail-ua1-f67.google.com with SMTP id w44so8852761uad.6 for ; Wed, 05 Jun 2019 02:37:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NLsNQEonpa6AvrmwJ1n+5Pa32rrM/YBunvoiGJ1oOUc=; b=KZIaLrNOIwm6B2N9l0lrq9Iqu90M7nh+yz7eYtyRm0DeoflOrYhKgHfhyD3+oCV59K LSkZwmfG9F3yXqS7z+RS7oDRF+mFotrTZ4VFfCuBoc5lvNN62YPW0U35mpECaU1GHtsO nd0dxRNGQrtuu10iR+ooA6PfETrh3FxI24mPNLJhQT19Ulz3VBt6Fi2v91Xe2S0RBrFn zrly62Z2/kNn2C5JOQenqug/v1JWYmw9BJlyk2m/Fn7FEZ+l5b8j/pg5rEt6wAzdd97W 5UT/7IX0qz/uf5aP49n0lYwuHc3Wja4iZ8RRCawzd/IGCT7wbhsV/YSpUd4R/zZVtgRa AnlQ== X-Gm-Message-State: APjAAAWWjdw3jIhqKCM/rwAKpoInso+3+/zYrkvQ/p0asYpLG7OQOT2/ muiaVUzVt62Yo7+vfRMIOvekNQg6f1Sw3ZD+VElX8dl/ X-Google-Smtp-Source: APXvYqzF1uywkRhy4p6eq/KQXjHKn7MZMZJK0I1mPBLdq4IPFqmg4TousNVn1Z23YR+lPkWu9A6YWRghydX3keASLiI= X-Received: by 2002:ab0:2bc6:: with SMTP id s6mr19652068uar.86.1559727421501; Wed, 05 Jun 2019 02:37:01 -0700 (PDT) MIME-Version: 1.0 References: <1559725576-6427-1-git-send-email-david.marchand@redhat.com> <2833528.hd4umUYrtg@xps> In-Reply-To: <2833528.hd4umUYrtg@xps> From: David Marchand Date: Wed, 5 Jun 2019 11:36:50 +0200 Message-ID: To: Thomas Monjalon Cc: dev , Bruce Richardson , Anatoly Burakov Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH] examples/multi_process: fix compilation error on FreeBSD 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jun 5, 2019 at 11:26 AM Thomas Monjalon wrote: > 05/06/2019 11:06, David Marchand: > > Caught on FreeBSD 12: > > > > /usr/include/netinet/ip.h:71:17: error: field 'ip_src' has incomplete > type > > struct in_addr ip_src,ip_dst; /* source and dest address */ > > ^~~~~~ > > > > POSIX defines netinet/in.h as the right header for in_addr. > > Linux seems fine without it but let's include it explicitly. > > > > Signed-off-by: David Marchand > > Please could you add a "Fixes:" tag with Cc stable? > We did not build the examples before. Not sure what to tag as the "culprit". The one that adds FreeBSD support ? -- David Marchand