#
d66269c0 |
| 11-Jun-2024 |
Zhangfei Gao <zhangfei.gao@linaro.org> |
compress/uadk: introduce UADK driver
Introduce a new compression & decompression PMD for hardware accelerators based on UADK [1].
UADK is a framework for user applications to access hardware accele
compress/uadk: introduce UADK driver
Introduce a new compression & decompression PMD for hardware accelerators based on UADK [1].
UADK is a framework for user applications to access hardware accelerators. UADK relies on IOMMU SVA (Shared Virtual Address) feature, which shares the same page table between IOMMU and MMU. Thereby user application can directly use the virtual address for the device DMA, which enhances the performance as well as easy usability.
This patch adds the basic framework.
[1] https://github.com/Linaro/uadk
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
show more ...
|
#
b4ce3594 |
| 02-Mar-2024 |
Nagadheeraj Rottela <rnagadheeraj@marvell.com> |
compress/nitrox: add Nitrox driver
Introduce Nitrox compressdev driver. This patch implements below operations - dev_configure - dev_close - dev_infos_get - private_xform_create - private_xform_free
compress/nitrox: add Nitrox driver
Introduce Nitrox compressdev driver. This patch implements below operations - dev_configure - dev_close - dev_infos_get - private_xform_create - private_xform_free
Signed-off-by: Nagadheeraj Rottela <rnagadheeraj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
384bac8d |
| 20-Jan-2021 |
Matan Azrad <matan@nvidia.com> |
compress/mlx5: add supported capabilities
Add all the capabilities supported by the device.
Add the driver documentations.
Signed-off-by: Matan Azrad <matan@nvidia.com> Acked-by: Viacheslav Ovsiie
compress/mlx5: add supported capabilities
Add all the capabilities supported by the device.
Add the driver documentations.
Signed-off-by: Matan Azrad <matan@nvidia.com> Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
show more ...
|
#
f23c977d |
| 25-Jul-2018 |
Ashish Gupta <ashish.gupta@caviumnetworks.com> |
doc: add octeonx zip guide
Add Octeontx ZIP PMD feature specification and user guide with build and run instructions.
Signed-off-by: Ashish Gupta <ashish.gupta@caviumnetworks.com> Signed-off-by: Sh
doc: add octeonx zip guide
Add Octeontx ZIP PMD feature specification and user guide with build and run instructions.
Signed-off-by: Ashish Gupta <ashish.gupta@caviumnetworks.com> Signed-off-by: Shally Verma <shally.verma@caviumnetworks.com> Signed-off-by: Sunila Sahu <sunila.sahu@caviumnetworks.com>
show more ...
|
#
0baf9204 |
| 24-Jul-2018 |
Shally Verma <shally.verma@caviumnetworks.com> |
doc: add zlib PMD guide
Add zlib pmd feature support and user guide with build and run instructions
Signed-off-by: Sunila Sahu <sunila.sahu@caviumnetworks.com> Signed-off-by: Shally Verma <shally.v
doc: add zlib PMD guide
Add zlib pmd feature support and user guide with build and run instructions
Signed-off-by: Sunila Sahu <sunila.sahu@caviumnetworks.com> Signed-off-by: Shally Verma <shally.verma@caviumnetworks.com> Signed-off-by: Ashish Gupta <ashish.gupta@caviumnetworks.com>
show more ...
|
#
bb44fb6f |
| 13-Jul-2018 |
Fiona Trahe <fiona.trahe@intel.com> |
doc: add QAT compression guide
Extend QAT guide to cover crypto and compression and common information, particularly about kernel driver dependency. Update release note. Update compression feature l
doc: add QAT compression guide
Extend QAT guide to cover crypto and compression and common information, particularly about kernel driver dependency. Update release note. Update compression feature list for qat.
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
show more ...
|
#
5a441543 |
| 09-May-2018 |
Lee Daly <lee.daly@intel.com> |
doc: add compression driver and ISA-L PMD guides
This adds general compression drivers feature guide as well as the ISA-L PMD documentation and guide.
Signed-off-by: Lee Daly <lee.daly@intel.com> R
doc: add compression driver and ISA-L PMD guides
This adds general compression drivers feature guide as well as the ISA-L PMD documentation and guide.
Signed-off-by: Lee Daly <lee.daly@intel.com> Reviewed-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|