| dbfe8027 | 11-Jun-2024 |
Zhangfei Gao <zhangfei.gao@linaro.org> |
compress/uadk: support burst enqueue/dequeue
This commit adds the burst enqueue and dequeue operations,
Test: sudo dpdk-test --vdev=compress_uadk RTE>>compressdev_autotest RTE>>quit
Signed-off-by:
compress/uadk: support burst enqueue/dequeue
This commit adds the burst enqueue and dequeue operations,
Test: sudo dpdk-test --vdev=compress_uadk RTE>>compressdev_autotest RTE>>quit
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
show more ...
|
| 96df3648 | 11-Jun-2024 |
Zhangfei Gao <zhangfei.gao@linaro.org> |
compress/uadk: support basic operations
Support the basic dev control operations: configure, close, start, stop, infos_get, and queue pairs operations, etc.
Signed-off-by: Zhangfei Gao <zhangfei.ga
compress/uadk: support basic operations
Support the basic dev control operations: configure, close, start, stop, infos_get, and queue pairs operations, etc.
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
show more ...
|
| 1b47e7a5 | 13-Mar-2024 |
Nagadheeraj Rottela <rnagadheeraj@marvell.com> |
compress/nitrox: fix null dereference
In nitrox_check_comp_req() while updating the last byte during FINAL flush there is possibility of accessing null mbuf in two rare cases. First case is when the
compress/nitrox: fix null dereference
In nitrox_check_comp_req() while updating the last byte during FINAL flush there is possibility of accessing null mbuf in two rare cases. First case is when the application changes the dst mbuf between enqueue and dequeue. Second case is when data length reported by hardware is greater than the mbuf length. Fix this issue by adding mbuf null checks.
Coverity issue: 415046 Fixes: f008628a6d08 ("compress/nitrox: support stateless request")
Signed-off-by: Nagadheeraj Rottela <rnagadheeraj@marvell.com>
show more ...
|
| 477d7d05 | 01-Mar-2024 |
Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com> |
common/qat: decouple drivers from common code
Service specific functions were moved to services files. Weak symbols for device create/destroy were removed, named private devs were replaced by an opa
common/qat: decouple drivers from common code
Service specific functions were moved to services files. Weak symbols for device create/destroy were removed, named private devs were replaced by an opaque array.
Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Brian Dooley <brian.dooley@intel.com>
show more ...
|
| 99ab2806 | 01-Mar-2024 |
Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com> |
common/qat: isolate parser arguments configuration
This commit isolates qat device arguments from the common code. Now arguments are defined per service, and only appear in the application if the se
common/qat: isolate parser arguments configuration
This commit isolates qat device arguments from the common code. Now arguments are defined per service, and only appear in the application if the service is compiled-in.
Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Brian Dooley <brian.dooley@intel.com>
show more ...
|