15/05/2018 16:52, Harry van Haaren:
> + if (eal_service_cores_parsed())
> + RTE_LOG(ERR, EAL,
> + "Warning: Service cores parsed before dataplane cores.
> Ensure -c is before -s or -S.\n");
> +
[...]
> + if (core_parsed && taken_lcore_count != count) {
> +
This commit improves the error checking performed on the
core masks (or lists) of the service cores, in particular
with respect to the data-plane (RTE) cores of DPDK.
With this commit, invalid configurations are detected at
runtime, and warning messages are printed to inform the user.
For example
2 matches
Mail list logo