crypto/qat: use generic driver name for PCI registration
authorFiona Trahe <fiona.trahe@intel.com>
Wed, 13 Jun 2018 12:14:03 +0000 (14:14 +0200)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 27 Jun 2018 23:25:33 +0000 (01:25 +0200)
commit8f8aa719f58afecb6fbbb77e3f65c532336b0616
tree0cf57479369ff7ec109bcd49a27d3ec6deb7e20b
parentb2c862d80e93be569b4a7aafeb0b7849d68692c8
crypto/qat: use generic driver name for PCI registration

The QAT PMD used to register with PCI using the name "crypto_qat".
Keep this name for the driver registered with cryptodev
and use a more generic name "qat" for the PCI registration.
This paves the way for the PCI device to host other services.

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
drivers/crypto/qat/qat_common.h
drivers/crypto/qat/rte_qat_cryptodev.c