3c32e89f68
Adding basic skeleton of the ISA-L compression driver. No compression functionality, but lays the foundation for operations in the rest of the patchset. The ISA-L compression driver utilizes Intel's ISA-L compression library and compressdev API. Signed-off-by: Lee Daly <lee.daly@intel.com> Reviewed-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
9 lines
242 B
Meson
9 lines
242 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Intel Corporation
|
|
|
|
drivers = ['isal']
|
|
|
|
std_deps = ['compressdev'] # compressdev pulls in all other needed deps
|
|
config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
|
|
driver_name_fmt = 'rte_pmd_@0@'
|