On 04/04/17 21:47, Brian Brooks wrote:
> Signed-off-by: Ola Liljedahl <ola.liljed...@arm.com>
> Reviewed-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com>
> Reviewed-by: Brian Brooks <brian.bro...@arm.com>
> ---
>  platform/linux-generic/include/odp_config_internal.h | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/platform/linux-generic/include/odp_config_internal.h 
> b/platform/linux-generic/include/odp_config_internal.h
> index dadd59e7..4822e69d 100644
> --- a/platform/linux-generic/include/odp_config_internal.h
> +++ b/platform/linux-generic/include/odp_config_internal.h
> @@ -22,6 +22,13 @@ extern "C" {
>  #define ODP_CONFIG_QUEUES 1024
>  
>  /*
> + * Maximum queue depth. Maximum number of elements that can be stored in a
> + * queue. This value is used only when the size is not explicitly provided
> + * during queue creation.
> + */
> +#define ODP_CONFIG_QUEUE_SIZE 4096
> +

internal things should not start this ODP_ . Just follow syntax in that
file.

Patch has to be merge to patch where it is used.

Maxim.

> +/*
>   * Maximum number of ordered locks per queue
>   */
>  #define CONFIG_QUEUE_MAX_ORD_LOCKS 4
> 

Reply via email to