87086b3398
QAT_LOG() has access to the uninitialized variable "name" Fixes: 21792c443205 ("crypto/qat: add multi-process handling of driver ID") Cc: stable@dpdk.org Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com> Acked-by: Arek Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Declan Doherty <declan.doherty@intel.com>
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2015-2018 Intel Corporation Makefile for crypto QAT PMD is in common/qat directory. The build for the QAT driver is done from there as only one library is built for the whole QAT pci device and that library includes all the services (crypto, compression) which are enabled on the device.