directly This patch removes hardcoded compressdev code from the vbdev module and instead uses the accel_fw. The port required a few changes based on how things are plumbed and accessed, nothing that isn't be too obscure. CI tests were updated to run ISAL accel_fw module as well as DPDK compressdev with QAT. Unit tests for the new module will follow in a separate patch. Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: I769cbc888658fb846d89f6f0bfeeb1a2a820767e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13610 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
16 lines
220 B
JSON
16 lines
220 B
JSON
{
|
|
"subsystems": [
|
|
{
|
|
"subsystem": "accel",
|
|
"config": [
|
|
{
|
|
"method": "compressdev_scan_accel_module",
|
|
"params": {
|
|
"pmd": 1
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|