From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: implicit declaration of function rte_igb_pmd_init() Date: Wed, 09 Jul 2014 15:03:14 +0200 Message-ID: <10643925.PO8B9qmg9Z@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: sothy shan Return-path: In-Reply-To: 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, 2014-07-09 14:52, sothy shan: > /home/cubiq/sothy/dpdk-ovs/openvswitch/datapath/dpdk/init.c:42:0: > /home/cubiq/sothy/dpdk-ovs/openvswitch/datapath/dpdk/init_drivers.h: = In > function =E2=80=98init_drivers=E2=80=99: > /home/cubiq/sothy/dpdk-ovs/openvswitch/datapath/dpdk/init_drivers.h:4= 9:4: > error: implicit declaration of function =E2=80=98rte_igb_pmd_init=E2=80= =99 > [-Werror=3Dimplicit-function-declaration] > (rte_igb_pmd_init() < 0) || > ^ You are building an openvswitch application using an old DPDK API. This function is not public anymore in DPDK 1.7.0. Please fix and report it on the appropriate mailing list. You can use some macros in version.h to keep compatibility with older versions. --=20 Thomas