crypto/mrvl: fix driver name in debug log
authorTomasz Duszynski <tdu@semihalf.com>
Tue, 17 Oct 2017 07:17:46 +0000 (09:17 +0200)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 25 Oct 2017 16:10:40 +0000 (18:10 +0200)
commit238fba5b977f5a120ceb6958e2f80a21f91d0e2f
tree4a23749ae80432e58c557284e21612685672b9f2
parent3417350e7f1726d6495e0d85e2212f6d4f959e4e
crypto/mrvl: fix driver name in debug log

Since CRYPTODEV_NAME_MRVL_CRYPTO_PMD is undefined RTE_STR() expands
it to "CRYPTODEV_NAME_MRVL_CRYPTO_PMD" instead of "crypto_mrvl".

This patch fixes that by using proper name definition in debug logs.

Fixes: 8a61c83af2fa ("crypto/mrvl: add mrvl crypto driver")

Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
drivers/crypto/mrvl/rte_mrvl_pmd_private.h