On Tue, Jan 6, 2015 at 9:29 PM, Jerin Jacob <jerin.ja...@caviumnetworks.com>
wrote:

> Signed-off-by: Jerin Jacob <jerin.ja...@caviumnetworks.com>
>

Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org>


> ---
>  example/ipsec/odp_ipsec_cache.c | 2 +-
>  example/ipsec/odp_ipsec_cache.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/example/ipsec/odp_ipsec_cache.c
> b/example/ipsec/odp_ipsec_cache.c
> index 7a0c813..4447163 100644
> --- a/example/ipsec/odp_ipsec_cache.c
> +++ b/example/ipsec/odp_ipsec_cache.c
> @@ -41,7 +41,7 @@ int create_ipsec_cache_entry(sa_db_entry_t *cipher_sa,
>                              crypto_api_mode_e api_mode,
>                              bool in,
>                              odp_queue_t completionq,
> -                            odp_buffer_t out_pool)
> +                            odp_buffer_pool_t out_pool)
>  {
>         odp_crypto_session_params_t params;
>         ipsec_cache_entry_t *entry;
> diff --git a/example/ipsec/odp_ipsec_cache.h
> b/example/ipsec/odp_ipsec_cache.h
> index 2cbaabd..8d9d393 100644
> --- a/example/ipsec/odp_ipsec_cache.h
> +++ b/example/ipsec/odp_ipsec_cache.h
> @@ -90,7 +90,7 @@ int create_ipsec_cache_entry(sa_db_entry_t *cipher_sa,
>                              crypto_api_mode_e api_mode,
>                              bool in,
>                              odp_queue_t completionq,
> -                            odp_buffer_t out_pool);
> +                            odp_buffer_pool_t out_pool);
>
>  /**
>   * Find a matching IPsec cache entry for input packet
> --
> 1.9.3
>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
>
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to