From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: build break on BSD Date: Thu, 17 Apr 2014 10:21:14 +0200 Message-ID: <534F8EFA.4060208@6wind.com> References: <20140416195220.GA2200@hmsreliant.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: Neil Horman Return-path: In-Reply-To: <20140416195220.GA2200-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi Neil, On 04/16/2014 09:52 PM, Neil Horman wrote: > I was just trying to do a build on bsd for dpdk and hit this: > > =3D=3D Build lib/librte_eal/bsdapp/eal > CC eal.o > /root/git/dpdk/lib/librte_eal/bsdapp/eal/eal.c: In function =E2=80=98ea= l_parse_args=E2=80=99: > /root/git/dpdk/lib/librte_eal/bsdapp/eal/eal.c:654:5: error: implicit > declaration of function =E2=80=98eal_dev_whitelist_add_entry=E2=80=99 > [-Werror=3Dimplicit-function-declaration] > eal_dev_whitelist_add_entry(optarg); > ^ > [...] > > Looks like the recent whitelist/blacklist patches forgot to add the rte= _devargs > headers to the BSD build. Thanks for reporting, I'll have a look ASAP. Regards, Olivier