crypto/zuc: do not set default op status
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 19 Apr 2018 14:55:39 +0000 (15:55 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Mon, 23 Apr 2018 17:20:10 +0000 (18:20 +0100)
commit466dcf34d728db0ae86d83f37dd7db5c20dd2979
treec8dd04e3608ce917dbf21fd2b3c31bd208c7ac69
parent1ab91ad5bb9cb4cd24b86c12bbd1f23433cd9cff
crypto/zuc: do not set default op status

When crypto operations are allocated from the operation
pool, their status get reset to NOT_PROCESSED.
Therefore, there is no need to set this status again.

Fixes: cf7685d68f00 ("crypto/zuc: add driver for ZUC library")
Cc: stable@dpdk.org
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
drivers/crypto/zuc/rte_zuc_pmd.c