Re: [lng-odp] [API-NEXT PATCH v2 4/4] api: crypto: enforce deprecated API status

2017-05-02 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: Dmitry Eremin-Solenikov [mailto:dmitry.ereminsoleni...@linaro.org] > Sent: Thursday, April 27, 2017 12:47 PM > To: Petri Savolainen <petri.savolai...@linaro.org>; lng- > o...@lists.linaro.org > Subject: Re: [lng-odp] [API-NEXT P

Re: [lng-odp] [API-NEXT PATCH v2 4/4] api: crypto: enforce deprecated API status

2017-04-27 Thread Dmitry Eremin-Solenikov
On 30.03.2017 16:58, Petri Savolainen wrote: > diff --git a/platform/linux-generic/odp_crypto.c > b/platform/linux-generic/odp_crypto.c > index 2ba504b..228e598 100644 > --- a/platform/linux-generic/odp_crypto.c > +++ b/platform/linux-generic/odp_crypto.c > @@ -644,12 +644,13 @@ int

[lng-odp] [API-NEXT PATCH v2 4/4] api: crypto: enforce deprecated API status

2017-03-30 Thread Petri Savolainen
Used ODP_DEPRECATE() to control if deprecated API definitions are visible in the API or not. Signed-off-by: Petri Savolainen --- include/odp/api/spec/crypto.h | 29 ++-- platform/linux-generic/odp_crypto.c | 45