Searched refs:qat (Results 1 – 11 of 11) sorted by relevance
| /dpdk/doc/guides/cryptodevs/features/ |
| H A D | qat.ini | 2 ; Supported features of the 'qat' crypto driver. 23 ; Supported crypto algorithms of the 'qat' crypto driver. 44 ; Supported authentication algorithms of the 'qat' crypto driver. 67 ; Supported AEAD algorithms of the 'qat' crypto driver. 79 ; Supported Asymmetric algorithms of the 'qat' crypto driver. 87 ; Supported Operating systems of the 'qat' crypto driver.
|
| /dpdk/drivers/compress/qat/ |
| H A D | qat_comp.c | 958 struct qat_comp_dev_private *qat = dev->data->dev_private; in qat_comp_private_xform_create() local 966 if (unlikely(qat->xformpool == NULL)) { in qat_comp_private_xform_create() 970 if (rte_mempool_get(qat->xformpool, private_xform)) { in qat_comp_private_xform_create() 982 && qat->interm_buff_mz == NULL in qat_comp_private_xform_create() 991 (qat->interm_buff_mz != NULL || in qat_comp_private_xform_create() 1085 struct qat_comp_dev_private *qat = dev->data->dev_private; in qat_comp_stream_create() local 1096 if (unlikely(qat->streampool == NULL)) { in qat_comp_stream_create() 1100 if (rte_mempool_get(qat->streampool, stream)) { in qat_comp_stream_create() 1112 qat->qat_dev->qat_dev_gen)) { in qat_comp_stream_create() 1114 rte_mempool_put(qat->streampool, *stream); in qat_comp_stream_create() [all …]
|
| /dpdk/drivers/common/qat/ |
| H A D | qat_logs.c | 20 RTE_LOG_REGISTER(qat_gen_logtype, pmd.qat.general, NOTICE); 21 RTE_LOG_REGISTER(qat_dp_logtype, pmd.qat.dp, NOTICE);
|
| H A D | meson.build | 11 qat_crypto_path = 'crypto/qat' 14 qat_compress_path = 'compress/qat'
|
| H A D | qat_common.h | 12 #define QAT_PCI_NAME qat
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | qat.rst | 458 Copy qat binaries to ``/lib/firmware``:: 650 ./dpdk-test -l1 -n1 -a <your qat bdf> 656 ./dpdk-test -l1 -n1 -a <your qat bdf> 662 ./dpdk-test -l1 -n1 -a <your qat bdf> 671 * pmd.qat.dp exposes trace on the data-path. 672 * pmd.qat.general exposes all other trace. 674 pmd.qat exposes both sets of traces. 678 --log-level="pmd.qat.general,8" 679 --log-level="pmd.qat.dp,8" 680 --log-level="pmd.qat,8" [all …]
|
| H A D | index.rst | 32 qat
|
| /dpdk/drivers/ |
| H A D | meson.build | 10 'common/qat', # depends on bus.
|
| /dpdk/doc/guides/tools/ |
| H A D | cryptoperf.rst | 569 To run crypto-perf-qat latency test suite only: 573 ./dpdk-graph-crypto-perf configs/crypto-perf-qat -t latency
|
| /dpdk/ |
| H A D | MAINTAINERS | 1051 F: drivers/crypto/qat/ 1052 F: drivers/common/qat/ 1053 F: doc/guides/cryptodevs/qat.rst 1054 F: doc/guides/cryptodevs/features/qat.ini 1154 F: drivers/compress/qat/ 1155 F: drivers/common/qat/
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_16_04.rst | 378 * **qat: Fixed AES GCM decryption.**
|