Trying to do 'make test' on dpdk-next-crypto clone, throw these error. Even if I try to disable this file build by setting CONFIG_RTE_LIBRTE_EVENTDEV=n , don't help, fails at some other places. Can there be quick resolve for same?
CC test_event_timer_adapter.o /home/sverma/dpdk/latest/test/test/test_event_timer_adapter.c: In function 'test_timer_state': /home/sverma/dpdk/latest/test/test/test_event_timer_adapter.c:381:3: error: missing initializer for field 'priority' of 'struct <anonymous>' [-Werror=missing-field-initializers] .ev.sched_type = RTE_SCHED_TYPE_ATOMIC, ^ In file included from /home/sverma/dpdk/latest/test/test/test_event_timer_adapter.c:12:0: /home/sverma/dpdk/latest/build/include/rte_eventdev.h:1049:12: note: 'priority' declared here uint8_t priority; ^ Thanks Shally