From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: fix flow command compilation errors Date: Fri, 23 Dec 2016 16:58:10 +0100 Message-ID: <5344519.mfNrzUS4LM@xps13> References: <1482508376-15171-1-git-send-email-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Adrien Mazarguil Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 21B0910A7 for ; Fri, 23 Dec 2016 16:58:11 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id k184so19945995wme.1 for ; Fri, 23 Dec 2016 07:58:11 -0800 (PST) In-Reply-To: <1482508376-15171-1-git-send-email-adrien.mazarguil@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-12-23 16:52, Adrien Mazarguil: > A missing include causes the following compilation errors: > > error: use of undeclared identifier 'AF_INET' > error: use of undeclared identifier 'AF_INET6' > > Fixes: ef6e38550f07 ("app/testpmd: add items ipv4/ipv6 to flow command") > > Signed-off-by: Adrien Mazarguil As this error happens only on BSD, I've reworded the title: app/testpmd: fix flow command build on FreeBSD Applied, thanks