compress/isal: add skeleton ISA-L compression PMD
authorLee Daly <lee.daly@intel.com>
Wed, 9 May 2018 16:14:26 +0000 (17:14 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 10 May 2018 16:46:20 +0000 (17:46 +0100)
commit3c32e89f68e1f6edfd715b76925b95700e9cd4aa
tree12bc656c513848926429a2b93d4b3fb9139a9a43
parent8723590ec603081ff43823d011464a195332e3e4
compress/isal: add skeleton ISA-L compression PMD

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>
13 files changed:
MAINTAINERS
config/common_base
devtools/test-build.sh
doc/guides/rel_notes/release_18_05.rst
drivers/Makefile
drivers/compress/Makefile [new file with mode: 0644]
drivers/compress/isal/Makefile [new file with mode: 0644]
drivers/compress/isal/isal_compress_pmd.c [new file with mode: 0644]
drivers/compress/isal/meson.build [new file with mode: 0644]
drivers/compress/isal/rte_pmd_isal_version.map [new file with mode: 0644]
drivers/compress/meson.build [new file with mode: 0644]
drivers/meson.build
mk/rte.app.mk