xref: /f-stack/dpdk/drivers/crypto/qat/README (revision d30ea906)
1*d30ea906Sjfb8856606# SPDX-License-Identifier: BSD-3-Clause
2*d30ea906Sjfb8856606# Copyright(c) 2015-2018 Intel Corporation
3*d30ea906Sjfb8856606
4*d30ea906Sjfb8856606Makefile for crypto QAT PMD is in common/qat directory.
5*d30ea906Sjfb8856606The build for the QAT driver is done from there as only one library is built for the
6*d30ea906Sjfb8856606whole QAT pci device and that library includes all the services (crypto, compression)
7*d30ea906Sjfb8856606which are enabled on the device.
8