| /dpdk/lib/security/ |
| H A D | rte_security.c | 58 if (instance->ops->session_create(instance->device, conf, in rte_security_session_create() 63 instance->sess_cnt++; in rte_security_session_create() 78 return instance->ops->session_update(instance->device, sess, conf); in rte_security_session_update() 86 return instance->ops->session_get_size(instance->device); in rte_security_session_get_size() 99 return instance->ops->session_stats_get(instance->device, sess, stats); in rte_security_session_stats_get() 112 ret = instance->ops->session_destroy(instance->device, sess); in rte_security_session_destroy() 119 instance->sess_cnt--; in rte_security_session_destroy() 135 return instance->ops->set_pkt_metadata(instance->device, in __rte_security_set_pkt_metadata() 149 if (instance->ops->get_userdata(instance->device, md, &userdata)) in __rte_security_get_userdata() 160 return instance->ops->capabilities_get(instance->device); in rte_security_capabilities_get() [all …]
|
| H A D | rte_security.h | 540 rte_security_session_create(struct rte_security_ctx *instance, 557 rte_security_session_update(struct rte_security_ctx *instance, 571 rte_security_session_get_size(struct rte_security_ctx *instance); 588 rte_security_session_destroy(struct rte_security_ctx *instance, 652 rte_security_set_pkt_metadata(struct rte_security_ctx *instance, in rte_security_set_pkt_metadata() argument 657 if (instance->flags & RTE_SEC_CTX_F_FAST_SET_MDATA) { in rte_security_set_pkt_metadata() 694 if (instance->flags & RTE_SEC_CTX_F_FAST_GET_UDATA) in rte_security_get_userdata() 698 return __rte_security_get_userdata(instance, md); in rte_security_get_userdata() 801 rte_security_session_stats_get(struct rte_security_ctx *instance, 921 rte_security_capabilities_get(struct rte_security_ctx *instance); [all …]
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_ops.c | 140 struct cpt_instance *instance = NULL; in otx_cpt_que_pair_setup() local 166 if (ret != 0 || instance == NULL) { in otx_cpt_que_pair_setup() 172 instance->queue_id = que_pair_id; in otx_cpt_que_pair_setup() 188 ret = otx_cpt_put_resource(instance); in otx_cpt_que_pair_release() 432 mark_cpt_inst(instance); in otx_cpt_request_enqueue() 577 instance->sess_mp_priv); in otx_cpt_enq_single_sym_sessless() 709 struct cpt_instance *instance; in otx_crypto_adapter_enqueue() local 737 otx_cpt_ring_dbell(instance, 1); in otx_crypto_adapter_enqueue() 738 req->qp = instance; in otx_crypto_adapter_enqueue() 1002 const struct cpt_instance *instance; in otx_crypto_adapter_dequeue() local [all …]
|
| H A D | otx_cryptodev_hw_access.h | 83 struct cpt_instance instance; member 169 struct cpt_instance **instance, uint16_t qp_id); 172 otx_cpt_put_resource(struct cpt_instance *instance); 204 otx_cpt_ring_dbell(struct cpt_instance *instance, uint16_t count) in otx_cpt_ring_dbell() argument 206 struct cpt_vf *cptvf = (struct cpt_vf *)instance; in otx_cpt_ring_dbell() 220 fill_cpt_inst(struct cpt_instance *instance, void *req, uint64_t ucmd_w3) in fill_cpt_inst() argument 224 struct cpt_vf *cptvf = (struct cpt_vf *)instance; in fill_cpt_inst() 251 mark_cpt_inst(struct cpt_instance *instance) in mark_cpt_inst() argument 253 struct cpt_vf *cptvf = (struct cpt_vf *)instance; in mark_cpt_inst() 266 struct cpt_instance *instance) in check_nb_command_id() argument [all …]
|
| H A D | otx_cryptodev_hw_access.c | 411 struct cpt_instance *instance, uint8_t qp_id, in otx_cpt_metabuf_mempool_create() argument 481 meta_info = &instance->meta_info; in otx_cpt_metabuf_mempool_create() 497 struct cpt_qp_meta_info *meta_info = &instance->meta_info; in otx_cpt_metabuf_mempool_destroy() 508 struct cpt_instance **instance, uint16_t qp_id) in otx_cpt_get_resource() argument 524 cpt_instance = &cptvf->instance; in otx_cpt_get_resource() 631 *instance = cpt_instance; in otx_cpt_get_resource() 642 *instance = NULL; in otx_cpt_get_resource() 647 otx_cpt_put_resource(struct cpt_instance *instance) in otx_cpt_put_resource() argument 649 struct cpt_vf *cptvf = (struct cpt_vf *)instance; in otx_cpt_put_resource() 659 otx_cpt_metabuf_mempool_destroy(instance); in otx_cpt_put_resource() [all …]
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | multi_process.rst | 47 since all DPDK processes will default to being a primary instance, 86 the process starts up, displaying largely similar status messages to the primary instance as it ini… 103 …If the primary instance is terminated, the secondary instance must also be shut-down and restarted… 104 …This is necessary because the primary instance will clear and reset the shared memory regions on s… 158 …s with the simple_mp example, the first instance of the symmetric_mp process must be run as the pr… 172 and the first two must be the same as those passed to the primary instance, or errors result. 195 it is not necessary to restart all processes if the primary instance dies. 215 :start-after: Primary instance initialized. 8< 216 :end-before: >8 End of primary instance initialization. 269 the only application parameter needed by a client process is its client instance ID. [all …]
|
| H A D | ip_pipeline.rst | 421 Enable given input port for specific pipeline instance :: 425 Disable given input port for specific pipeline instance :: 429 Add default rule to table for specific pipeline instance :: 441 Add rule to table for specific pipeline instance :: 505 Add bulk rules to table for specific pipeline instance :: 513 Delete table rule for specific pipeline instance :: 518 Delete default table rule for specific pipeline instance :: 524 Add meter profile to the table for specific pipeline instance :: 537 pipeline instance :: 550 Enable given pipeline instance for specific data plane thread :: [all …]
|
| /dpdk/drivers/net/enic/base/ |
| H A D | vnic_cq.c | 23 static int instance; in vnic_cq_alloc() local 34 snprintf(res_name, sizeof(res_name), "%d-cq-%u", instance++, index); in vnic_cq_alloc()
|
| H A D | vnic_rq.c | 26 static int instance; in vnic_rq_alloc() local 39 snprintf(res_name, sizeof(res_name), "%d-rq-%u", instance++, index); in vnic_rq_alloc()
|
| H A D | vnic_wq.c | 24 static int instance; in vnic_wq_alloc_ring() local 26 snprintf(res_name, sizeof(res_name), "%d-wq-%u", instance++, wq->index); in vnic_wq_alloc_ring()
|
| /dpdk/doc/guides/howto/ |
| H A D | telemetry.rst | 96 naturally wish to be able to select the instance to which the connection is 97 being made. The method to select the instance depends on how the individual 122 This suffix count can be passed to the telemetry script using the `-i` or `--instance` flag.
|
| /dpdk/usertools/ |
| H A D | dpdk-telemetry.py | 180 if args.instance > 0: 181 sock_path += ":{}".format(args.instance)
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | event_crypto_adapter.rst | 87 a single eventdev, then add cryptodev and queue pair to the adapter instance. 89 Create an adapter instance 92 An adapter instance is created using ``rte_event_crypto_adapter_create()``. This 175 Adding queue pair to the adapter instance 191 These cryptodev id and queue pair are added to the instance using the 294 Start the adapter instance
|
| /dpdk/examples/vmdq_dcb/ |
| H A D | meson.build | 7 # DPDK instance, use 'make'
|
| /dpdk/examples/service_cores/ |
| H A D | meson.build | 7 # DPDK instance, use 'make'
|
| /dpdk/examples/vmdq/ |
| H A D | meson.build | 7 # DPDK instance, use 'make'
|
| /dpdk/examples/flow_filtering/ |
| H A D | meson.build | 7 # DPDK instance, use 'make'
|
| /dpdk/examples/helloworld/ |
| H A D | meson.build | 7 # DPDK instance, use 'make'
|
| /dpdk/examples/ptpclient/ |
| H A D | meson.build | 7 # DPDK instance, use 'make'
|
| /dpdk/examples/multi_process/symmetric_mp/ |
| H A D | meson.build | 7 # DPDK instance, use 'make'
|
| /dpdk/examples/skeleton/ |
| H A D | meson.build | 7 # DPDK instance, use 'make'
|
| /dpdk/examples/link_status_interrupt/ |
| H A D | meson.build | 7 # DPDK instance, use 'make'
|
| /dpdk/examples/vhost_crypto/ |
| H A D | meson.build | 7 # DPDK instance, use 'make'
|
| /dpdk/examples/bond/ |
| H A D | meson.build | 7 # DPDK instance, use 'make'
|
| /dpdk/examples/rxtx_callbacks/ |
| H A D | meson.build | 7 # DPDK instance, use 'make'
|