[ovs-dev] [PATCH ovn 2/2] ovn-macros.at: Enable northd parallelization

Fabrizio D'Angelo fdangelo at redhat.com
Thu Jun 17 13:49:41 UTC 2021


There's another small mistake here...

> +# Test parallelization with dp groups enabled and disabled
> +m4_define([OVN_NORTHD_PARALLELIZATION_DUMMY], [
> +m4_pushdef([NORTHD_TYPE], [ovn_northd])
> +m4_pushdef(NORTHD_DUMMY_NUMA, [yes])
> +[m4_foreach([NORTHD_USE_DP_GROUPS], [yes, no],
> +    [[NORTHD_USE_PARALLELIZATION], [yes]
> +])]])


> +m4_define([OVN_NORTHD_PARALLELIZATION_NO_DUMMY], [
> +m4_pushdef([NORTHD_TYPE], [ovn_northd])
> +m4_pushdef(NORTHD_DUMMY_NUMA, [yes])
> +[m4_foreach([NORTHD_USE_DP_GROUPS], [yes, no],
> +    [[NORTHD_USE_PARALLELIZATION], [yes]
> +])]])

The two lines defining NORTH_DUMMY_NUMA are set to yes when the second
should be set to no.



More information about the dev mailing list