From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] kni: fix build dependency Date: Thu, 11 Jan 2018 18:45:28 +0100 Message-ID: <7942537.rN8x7J2uFX@xps> References: <20171212183956.52341-1-ferruh.yigit@intel.com> <8CEF83825BEC744B83065625E567D7C24E06AA19@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Iremonger, Bernard" , "stable@dpdk.org" To: "Yigit, Ferruh" Return-path: In-Reply-To: <8CEF83825BEC744B83065625E567D7C24E06AA19@IRSMSX108.ger.corp.intel.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" > > kni library has a dependency to new PCI library, adding that dependency. > > > > 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 > > ^ > > > > Fixes: c752998b5e2e ("pci: introduce library and driver") > > Cc: stable@dpdk.org > > > > Reported-by: Bernard Iremonger > > Signed-off-by: Ferruh Yigit > > Acked-by: Bernard Iremonger Applied, thanks