numam-dpdk/drivers/compress
Matan Azrad f8c97babc9 compress/mlx5: add data-path functions
Add implementation for the next compress data-path functions:
	- dequeue_burst
	- enqueue_burst

Add the next operation for starting \ stopping data-path:
	- dev_stop
	- dev_close

Each compress API enqueued operation is translated to a WQE.
Once WQE is done, the HW sends CQE to the CQ, when SW see the CQE the
operation will be updated and dequeued.

Signed-off-by: Matan Azrad <matan@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
2021-01-27 20:40:03 +01:00
..
isal build: force pkg-config for dependency detection 2021-01-26 00:43:59 +01:00
mlx5 compress/mlx5: add data-path functions 2021-01-27 20:40:03 +01:00
octeontx config: remove compatibility build defines 2021-01-20 01:43:25 +01:00
qat build: replace use of old build macros 2020-10-19 22:15:44 +02:00
zlib build: force pkg-config for dependency detection 2021-01-26 00:43:59 +01:00
meson.build compress/mlx5: introduce PMD 2021-01-27 20:40:03 +01:00