No problem with picking a "good" number, but curious as to what the use
case is for this proposed increase.

On Thu, Nov 19, 2015 at 5:58 AM, Carl Wallen <[email protected]> wrote:

> Increase the ODP_CONFIG_SCHED_GRPS define from 16 to 256 to support a
> larger number of scheduling groups by default.
>
> Signed-off-by: Carl Wallen <[email protected]>
> ---
>  platform/linux-generic/include/odp/config.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/platform/linux-generic/include/odp/config.h
> b/platform/linux-generic/include/odp/config.h
> index ee23df3..da8856f 100644
> --- a/platform/linux-generic/include/odp/config.h
> +++ b/platform/linux-generic/include/odp/config.h
> @@ -61,7 +61,7 @@ static inline int odp_config_sched_prios(void)
>  /**
>   * Number of scheduling groups
>   */
> -#define ODP_CONFIG_SCHED_GRPS 16
> +#define ODP_CONFIG_SCHED_GRPS 256
>  static inline int odp_config_sched_grps(void)
>  {
>         return ODP_CONFIG_SCHED_GRPS;
> --
> 2.1.4
>
> _______________________________________________
> lng-odp mailing list
> [email protected]
> https://lists.linaro.org/mailman/listinfo/lng-odp
>
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to