]> git.droids-corp.org - dpdk.git/commit
compress/qat: add gen-specific implementation
authorFan Zhang <roy.fan.zhang@intel.com>
Thu, 4 Nov 2021 10:34:54 +0000 (10:34 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Thu, 4 Nov 2021 18:46:27 +0000 (19:46 +0100)
commit2d148597ce7649c41326925fe5526dcb04de0b2b
tree10e464707918b2512cf4792ac9260d2803056011
parent4c6912d3acfc7b56ddbb60b485327480b86f5379
compress/qat: add gen-specific implementation

This patch replaces the mixed QAT compression support
implementation by separate files with shared or individual
implementation for specific QAT generation.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Signed-off-by: Kai Ji <kai.ji@intel.com>
Acked-by: Ciara Power <ciara.power@intel.com>
drivers/common/qat/meson.build
drivers/compress/qat/dev/qat_comp_pmd_gen1.c [new file with mode: 0644]
drivers/compress/qat/dev/qat_comp_pmd_gen2.c [new file with mode: 0644]
drivers/compress/qat/dev/qat_comp_pmd_gen3.c [new file with mode: 0644]
drivers/compress/qat/dev/qat_comp_pmd_gen4.c [new file with mode: 0644]
drivers/compress/qat/dev/qat_comp_pmd_gens.h [new file with mode: 0644]