On 4/5/2017 9:04 AM, Thomas Monjalon wrote: > 2017-04-04 15:54, Jerin Jacob: >> On 17-04-04 09:13:38, Thomas Monjalon wrote: >>> Hi, >>> >>> When trying to pull the tree, the compilation failed at the third patch: >>> eventdev: implement the northbound APIs >>> >>> When building for x86_64: >>> In file included from lib/librte_eventdev/rte_eventdev.c:61: >>> lib/librte_eventdev/rte_eventdev.h:248:10: fatal error: >>> 'rte_mbuf.h' file not found >>> >>> Please, anyone to fix and check compilation on this tree? >> >> Fixed and rebased to >> dd18a2f0b vfio: fix secondary process start > > Pulled, thanks > and congratulations for the first merge of eventdev tree :)
ICC produces following errors after merge: .../drivers/event/octeontx/ssovf_worker.c(212): error #592: variable "get_work0" is used before its value is set RTE_SET_USED(get_work0); ^ .../drivers/event/octeontx/ssovf_worker.c(213): error #592: variable "get_work1" is used before its value is set RTE_SET_USED(get_work1); ^ compilation aborted for .../drivers/event/octeontx/ssovf_worker.c (code 2) make[7]: *** [ssovf_worker.o] Error 2 .../drivers/event/sw/sw_evdev_scheduler.c(379): error #300: const variable "dummy_rob" requires an initializer static const struct reorder_buffer_entry dummy_rob; ^ compilation aborted for .../drivers/event/sw/sw_evdev_scheduler.c (code 2) make[7]: *** [sw_evdev_scheduler.o] Error 2