summaryrefslogtreecommitdiffstats
path: root/recipes-extended/qat/files
Commit message (Collapse)AuthorAgeFilesLines
* qat16: remove recipe for older version 2.5.0-80Tan, Raymond2018-09-051-387/+0
| | | | | | This patch removes the older version recipe for qat16 Signed-off-by: Tan, Raymond <raymond.tan@intel.com>
* qat: update to qat17_4.1.0-00022Tan, Raymond2018-06-073-37/+73
| | | | | | | | | | - update qat17 version to 4.1.0-00022 - update previous patch to redefine yocto specific kernel path - merge and clean up qat17.inc into bb file - patch cpa_sample_code to use static lib for linking - generate qat17-src package which contains full source Signed-off-by: Tan, Raymond <raymond.tan@intel.com>
* qat16: fix build with musl and x32Anuj Mittal2018-01-261-0/+53
| | | | | | | | | | | | | | | | | | | | | | Make sure that the architecture dependent types are defined correctly. Prevents errors like: | quickassist/lookaside/access_layer/src/qat_direct/src/adf_user_ETring_mgr_dp.c: In function 'icp_adf_getQueueMemory': | quickassist/lookaside/access_layer/src/qat_direct/src/adf_user_ETring_mgr_dp.c:83:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] | (((UARCH_INT)pRingHandle->ring_virt_addr) | ^ | quickassist/lookaside/access_layer/src/qat_direct/src/adf_user_ETring_mgr_dp.c:82:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] | *targetAddr = (Cpa32U*) | ^ | quickassist/lookaside/access_layer/src/qat_direct/src/adf_user_ETring_mgr_dp.c: In function 'icp_adf_getSingleQueueAddr': | quickassist/lookaside/access_layer/src/qat_direct/src/adf_user_ETring_mgr_dp.c:112:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] | (((UARCH_INT)pRingHandle->ring_virt_addr) | ^ Partially fixes [YOCTO #12121] Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* qat: move patches to a single directoryAnuj Mittal2018-01-2613-0/+1118
Right now, patches for the two supported drivers are in separate directories and duplicated. Move them to a single files/ dir. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>