numam-dpdk/drivers/crypto/qat
Arek Kusztal 4dc73ff704 crypto/qat: fix message for NULL algo setting unused counter
NULL algo algo does not to set counter flag so it should be zeroed.

Fixes: db0e952a5c ("crypto/qat: add NULL capability")
Cc: stable@dpdk.org

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
2018-12-19 11:19:10 +01:00
..
meson.build compress/qat: add empty driver 2018-07-24 01:48:10 +02:00
qat_sym_capabilities.h crypto/qat: support AES-CMAC 2018-10-17 12:23:40 +02:00
qat_sym_pmd.c common/qat: support GEN3 devices 2018-10-17 12:23:40 +02:00
qat_sym_pmd.h crypto/qat: fix typo 2018-08-30 05:10:50 +02:00
qat_sym_session.c crypto/qat: fix message for NULL algo setting unused counter 2018-12-19 11:19:10 +01:00
qat_sym_session.h crypto/qat: support AES-CMAC 2018-10-17 12:23:40 +02:00
qat_sym.c common/qat: fix offset greater than first segment 2018-08-03 09:14:24 +02:00
qat_sym.h common/qat: add scatter-gather header 2018-07-25 08:19:54 +02:00
README crypto/qat: move common qat files to common dir 2018-07-11 00:55:30 +02:00

# 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.