crypto/null: fix key size increment value
authorDeepak Kumar Jain <deepak.k.jain@intel.com>
Fri, 16 Sep 2016 10:49:34 +0000 (11:49 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 4 Oct 2016 18:41:09 +0000 (20:41 +0200)
This patch fixes the values of increment in key size.

Fixes: 94b0ad8e0aa5 ("null_crypto: add driver for null crypto operations")

Signed-off-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
drivers/crypto/null/null_crypto_pmd_ops.c

index cf1a519..26ff631 100644 (file)
@@ -70,7 +70,7 @@ static const struct rte_cryptodev_capabilities null_crypto_pmd_capabilities[] =
                                .key_size = {
                                        .min = 0,
                                        .max = 0,
-                                       .increment = 8
+                                       .increment = 0
                                },
                                .iv_size = {
                                        .min = 0,