Hi Ferruh, > -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, December 12, 2017 6:40 PM > To: Yigit, Ferruh <[email protected]> > Cc: [email protected]; Iremonger, Bernard <[email protected]>; > [email protected] > Subject: [PATCH] kni: fix build dependency > > 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 <rte_pci.h> > ^ > > Fixes: c752998b5e2e ("pci: introduce library and driver") > Cc: [email protected] > > Reported-by: Bernard Iremonger <[email protected]> > Signed-off-by: Ferruh Yigit <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

