Re: [lng-odp] [API-NEXT PATCH] api: crypto: change iv_len field to feature min-max len

2017-05-17 Thread Krishna Garapati
On 16 May 2017 at 17:46, Dmitry Eremin-Solenikov < dmitry.ereminsoleni...@linaro.org> wrote: > On 16.05.2017 10:43, Krishna Garapati wrote: > > > > > > On 15 May 2017 at 19:38, Dmitry Eremin-Solenikov > > > > wrote: >

Re: [lng-odp] [API-NEXT PATCH] api: crypto: change iv_len field to feature min-max len

2017-05-16 Thread Dmitry Eremin-Solenikov
On 16.05.2017 10:43, Krishna Garapati wrote: > > > On 15 May 2017 at 19:38, Dmitry Eremin-Solenikov > > wrote: > > On 15.05.2017 15:42, Balakrishna Garapati wrote: > > This change is needed to support dpdk

Re: [lng-odp] [API-NEXT PATCH] api: crypto: change iv_len field to feature min-max len

2017-05-16 Thread Krishna Garapati
On 15 May 2017 at 19:38, Dmitry Eremin-Solenikov < dmitry.ereminsoleni...@linaro.org> wrote: > On 15.05.2017 15:42, Balakrishna Garapati wrote: > > This change is needed to support dpdk crypto pmd's > > Could you please be more specific, what are you trying to express. If > you need, you can

Re: [lng-odp] [API-NEXT PATCH] api: crypto: change iv_len field to feature min-max len

2017-05-15 Thread Dmitry Eremin-Solenikov
On 15.05.2017 15:42, Balakrishna Garapati wrote: > This change is needed to support dpdk crypto pmd's Could you please be more specific, what are you trying to express. If you need, you can provide several entries, one for each IV len. > > Signed-off-by: Balakrishna Garapati

[lng-odp] [API-NEXT PATCH] api: crypto: change iv_len field to feature min-max len

2017-05-15 Thread Balakrishna Garapati
This change is needed to support dpdk crypto pmd's Signed-off-by: Balakrishna Garapati --- include/odp/api/spec/crypto.h | 12 +++- platform/linux-generic/odp_crypto.c| 8 +-- .../validation/api/crypto/odp_crypto_test_inp.c