2015-11-27 15:40, Jan Viktorin:
> Hello,
> 
> this what I was talking about at the Userspace Summit in Dublin...
> Somebody adds a feature or change a default setting and it breaks
> builds of other configurations and platforms. The current build system
> in DPDK is really imperfect.

The issue is due to enablement of a new feature for every platforms without
dependency check.
Actually the patch should disable CONFIG_RTE_SCHED_VECTOR for every non-x86
platforms.
Another fix is discussed in another thread to disable the feature inside the
code if the platform cannot support it (currently AVX is required).

Reply via email to