accel/dpdk_compressdev: start with copy of C file
We will be creating a new accel module for DPDK compressdev. We can heavily leverage all of the code from the existing vbdev_compress.c file. So just copy that file exactly to start, and then the next patch will contain only the deltas for removing the bdev/reduce plumbing and adding the accel plumbing. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I4f6ca1c2dad92eb8dd38b351602b65b8cb4ee4e8 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15829 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Community-CI: Mellanox Build Bot
This commit is contained in:
parent
6d4d5c62e7
commit
05e7a8a8bf
1872
module/accel/dpdk_compressdev/accel_dpdk_compressdev.c
Normal file
1872
module/accel/dpdk_compressdev/accel_dpdk_compressdev.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -56,3 +56,7 @@ module/bdev/daos/bdev_daos_rpc
|
||||
# Not configured to test xNVMe bdev
|
||||
module/bdev/xnvme/bdev_xnvme
|
||||
module/bdev/xnvme/bdev_xnvme_rpc
|
||||
|
||||
# Temporarily include this in the skipped files. Next patches will remove
|
||||
# this and start building it.
|
||||
module/accel/dpdk_compressdev/accel_dpdk_compressdev
|
||||
|
Loading…
Reference in New Issue
Block a user