[dpdk-dev] [PATCH v5] eal/service: improve error checking of coremasks

Thomas Monjalon thomas at monjalon.net
Thu Jul 26 18:40:31 CEST 2018


26/07/2018 18:31, Harry van Haaren:
> 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 specifying the coremask as 0xf, and the service
> coremask as 0xff00 is invalid as not all service-cores are
> contained within the coremask. A warning is now printed to
> inform the user.
> 
> Reported-by: Vipin Varghese <vipin.varghese at intel.com>
> Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>
> Acked-by: Vipin Varghese <vipin.varghese at intel.com>

Applied, thanks




More information about the dev mailing list