crypto/aesni_mb: allow device init if no AES-NI is present
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 17 Oct 2019 16:30:49 +0000 (17:30 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 23 Oct 2019 14:57:06 +0000 (16:57 +0200)
commitfb1033a78884d9954d443a8da9c16250e90e404c
tree95825d65d6f9012e1166ec5a61ae70f2d96c2772
parentc0ded849131598760a25e96ff368d035838af0b3
crypto/aesni_mb: allow device init if no AES-NI is present

The IPSec Multi buffer library does not require AES-NI
instructions to be supported by the CPU, as it can emulate these
instructions in software (adding a big performance penalty when
using AES algorithms).

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c