Home
last modified time | relevance | path

Searched refs:outputs (Results 1 – 8 of 8) sorted by relevance

/dpdk/.github/workflows/
H A Dbuild.yml103 key: ${{ steps.get_ref_keys.outputs.libabigail }}
109 key: ${{ steps.get_ref_keys.outputs.abi }}
181 key: ${{ steps.get_keys.outputs.image }}
183 if: steps.image_cache.outputs.cache-hit != 'true'
190 if: steps.image_cache.outputs.cache-hit != 'true'
193 if: steps.image_cache.outputs.cache-hit != 'true'
199 if: steps.image_cache.outputs.cache-hit != 'true'
205 if: steps.image_cache.outputs.cache-hit != 'true'
247 key: ${{ steps.get_keys.outputs.image }}
249 if: steps.image_cache.outputs.cache-hit != 'true'
[all …]
/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_fastpath.c594 queue->outputs->lkey, in setup_qps()
631 qp->outputs = mlx5_glue->reg_mr(pd, ptr, in setup_buffers()
634 if (!qp->outputs) { in setup_buffers()
662 (uint8_t *)qp->outputs->addr + in setup_buffers()
676 ptr = qp->outputs->addr; in setup_buffers()
678 mlx5_glue->dereg_mr(qp->outputs); in setup_buffers()
741 if (qp->outputs) { in free_buffers()
742 mlx5_glue->dereg_mr(qp->outputs); in free_buffers()
743 rte_free(qp->outputs->addr); in free_buffers()
H A Dmlx5_regex.h43 struct ibv_mr *outputs; member
/dpdk/doc/guides/tools/
H A Dtestregex.rst31 The test outputs the following data per QP and core:
66 only outputs the performance data
/dpdk/doc/guides/nics/
H A Dice.rst232 signal outputs via SDP[20:23]. User can select GPIO pin index flexibly.
/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c1349 struct rte_bbdev_op_data *outputs, in copy_reference_enc_op() argument
1385 ops[i]->turbo_enc.output = outputs[start_idx + i]; in copy_reference_enc_op()
1758 struct rte_bbdev_op_data *outputs, in copy_reference_ldpc_enc_op() argument
1782 ops[i]->ldpc_enc.output = outputs[start_idx + i]; in copy_reference_ldpc_enc_op()
/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst148 a hash function that produces the correct outputs for each key in the group.
H A Dpacket_framework.rst771 The outputs *match*, *match_many* and *match_pos* are 1 bit, 1 bit and 2 bits in size respectively …