Re: [dpdk-dev] [PATCH 2/3] crypto/zuc: remove unnecessary check

2018-04-19 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, March 29, 2018 4:56 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH 2/3] crypto/zuc: remove unnecessary check &g

[dpdk-dev] [PATCH 2/3] crypto/zuc: remove unnecessary check

2018-03-29 Thread Pablo de Lara
When processing operations, the operation type was being checked to avoid if it was set to NOT SUPPORTED. In data path, doing so is not required since that is already checked when creating the crypto session, so that case will not ever happen. Fixes: cf7685d68f00 ("crypto/zuc: add driver for ZUC l