From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Iremonger, Bernard" Subject: Re: [PATCH] kni: fix build dependency Date: Tue, 19 Dec 2017 12:35:48 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C24E06AA19@IRSMSX108.ger.corp.intel.com> References: <20171212183956.52341-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , "stable@dpdk.org" To: "Yigit, Ferruh" Return-path: In-Reply-To: <20171212183956.52341-1-ferruh.yigit@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Ferruh, > -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, December 12, 2017 6:40 PM > To: Yigit, Ferruh > Cc: dev@dpdk.org; Iremonger, Bernard ; > stable@dpdk.org > Subject: [PATCH] kni: fix build dependency >=20 > kni library has a dependency to new PCI library, adding that dependency. >=20 > build error: > CC rte_kni.o > In file included from dpdk/lib/librte_kni/rte_kni.c:48:0: > dpdk/build/include/rte_kni.h:49:21: > fatal error: rte_pci.h: No such file or directory > #include > ^ >=20 > Fixes: c752998b5e2e ("pci: introduce library and driver") > Cc: stable@dpdk.org >=20 > Reported-by: Bernard Iremonger > Signed-off-by: Ferruh Yigit Acked-by: Bernard Iremonger