> -----Original Message-----
> From: [email protected] [mailto:lng-odp-
> [email protected]] On Behalf Of ext Mike Holmes
> Sent: Monday, February 23, 2015 8:35 PM
> To: [email protected]
> Subject: [lng-odp] [PATCH v2 3/3] api: config: rename ODP_SHM_NUM_BLOCKS
> to ODP_CONFIG_SHM_NUM_BLOCKS
> 
> Signed-off-by: Mike Holmes <[email protected]>
> ---
>  include/odp/api/config.h                   |  2 +-
>  platform/linux-generic/odp_shared_memory.c | 16 ++++++++--------
>  2 files changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/include/odp/api/config.h b/include/odp/api/config.h
> index 965f6f0..1cc07a3 100644
> --- a/include/odp/api/config.h
> +++ b/include/odp/api/config.h
> @@ -125,7 +125,7 @@ extern "C" {
>   *
>   * Limits how many blocks are available for calls to odp_shm_reserve()
>   */
> -#define ODP_SHM_NUM_BLOCKS 64
> +#define ODP_CONFIG_SHM_NUM_BLOCKS 64


I think this should be renamed to ODP_CONFIG_SHM_BLOCKS, since it's better 
inline with other macros in config.h (ODP_CONFIG_POOLS, ODP_CONFIG_QUEUES, ...).

-Petri


_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to