Home
last modified time | relevance | path

Searched refs:request (Results 1 – 25 of 55) sorted by relevance

123

/dpdk/drivers/crypto/mvsam/
H A Drte_mrvl_pmd.c580 mrvl_request_prepare_crp(struct sam_cio_op_params *request, in mrvl_request_prepare_crp() argument
600 request->sa = sess->sam_sess; in mrvl_request_prepare_crp()
601 request->cookie = op; in mrvl_request_prepare_crp()
624 request->num_bufs = segments_nb; in mrvl_request_prepare_crp()
638 request->src = src_bd; in mrvl_request_prepare_crp()
650 request->dst = dst_bd; in mrvl_request_prepare_crp()
661 request->cipher_len = op->sym->aead.data.length; in mrvl_request_prepare_crp()
662 request->cipher_offset = op->sym->aead.data.offset; in mrvl_request_prepare_crp()
663 request->cipher_iv = rte_crypto_op_ctod_offset(op, uint8_t *, in mrvl_request_prepare_crp()
666 request->auth_aad = op->sym->aead.aad.data; in mrvl_request_prepare_crp()
[all …]
/dpdk/drivers/net/mlx4/
H A Dmlx4_ethdev.c180 struct ifreq request; in mlx4_get_mac() local
181 int ret = mlx4_ifreq(priv, SIOCGIFHWADDR, &request); in mlx4_get_mac()
185 memcpy(mac, request.ifr_hwaddr.sa_data, RTE_ETHER_ADDR_LEN); in mlx4_get_mac()
203 struct ifreq request; in mlx4_mtu_get() local
204 int ret = mlx4_ifreq(priv, SIOCGIFMTU, &request); in mlx4_mtu_get()
208 *mtu = request.ifr_mtu; in mlx4_mtu_get()
227 struct ifreq request = { .ifr_mtu = mtu, }; in mlx4_mtu_set() local
228 int ret = mlx4_ifreq(priv, SIOCSIFMTU, &request); in mlx4_mtu_set()
252 struct ifreq request; in mlx4_set_flags() local
253 int ret = mlx4_ifreq(priv, SIOCGIFFLAGS, &request); in mlx4_set_flags()
[all …]
/dpdk/drivers/net/mana/
H A Drx.c65 struct gdma_work_request request; in mana_post_rx_wqe() local
78 request.gdma_header.struct_size = sizeof(request); in mana_post_rx_wqe()
86 request.sgl = sgl; in mana_post_rx_wqe()
87 request.num_sgl_elements = 1; in mana_post_rx_wqe()
88 request.inline_oob_data = NULL; in mana_post_rx_wqe()
89 request.inline_oob_size_in_bytes = 0; in mana_post_rx_wqe()
90 request.flags = 0; in mana_post_rx_wqe()
91 request.client_data_unit = NOT_USING_CLIENT_DATA_UNIT; in mana_post_rx_wqe()
93 ret = gdma_post_work_request(&rxq->gdma_rq, &request, &wqe_size_in_bu); in mana_post_rx_wqe()
/dpdk/doc/guides/prog_guide/
H A Dpdump_lib.rst64 For the calls to these APIs from secondary process, the library creates the "pdump enable" request
65 the request to the primary process over the multi process channel. The primary process takes this r…
80 For the calls to these APIs from secondary process, the library creates the "pdump disable" request
81 the request to the primary process over the multi process channel. The primary process takes this r…
H A Dpacket_distrib_lib.rst34 #. As workers request packets, the distributor takes packets from the set of packets passed in and…
40 and given to it in preference to other packets when that work next makes a request for work.
88 Each worker calls "rte_distributor_get_pkt()" API to request a new packet when it has finished proc…
H A Dpdcp_lib.rst49 When upper layers request a PDCP entity suspend (``rte_pdcp_entity_suspend()``),
53 When upper layers request a PDCP entity release (``rte_pdcp_entity_release()``),
87 When upper layer request for operations such as re-establishment,
90 The API ``rte_pdcp_control_pdu_create()`` allows application to request the same.
/dpdk/examples/vhost_blk/
H A Dvhost_blk_compat.c88 switch ((int)msg->request) { in extern_vhost_pre_msg_handler()
136 switch (msg->request) { in extern_vhost_post_msg_handler()
H A Dblk_spec.h77 enum vhost_user_request request; member
/dpdk/lib/eal/common/
H A Dmalloc_mp.c21 /**< request sent by primary process to notify of changes in memory map */
23 /**< request sent by primary process to notify of changes in memory map. this is
24 * essentially a regular sync request, but we cannot send sync requests while
29 /**< request sent by secondary process to ask for allocation/deallocation */
31 /**< response sent to secondary process to indicate result of request */
35 handle_sync_response(const struct rte_mp_msg *request,
38 handle_rollback_response(const struct rte_mp_msg *request,
63 struct malloc_mp_req user_req; /**< contents of request */
64 pthread_cond_t cond; /**< variable we use to time out on this request */
65 enum req_state state; /**< indicate status of this request */
403 handle_sync_response(const struct rte_mp_msg * request,const struct rte_mp_reply * reply) handle_sync_response() argument
551 handle_rollback_response(const struct rte_mp_msg * request,const struct rte_mp_reply * reply __rte_unused) handle_rollback_response() argument
[all...]
H A Deal_common_proc.c81 struct rte_mp_msg *request; member
127 !strcmp(r->request->name, act_name)) in find_pending_request()
463 sr->dst, sr->request->name); in process_async_request()
504 param->clb(sr->request, reply); in trigger_async_action()
509 free(sr->request); in trigger_async_action()
876 pending_req->request = req; in mp_request_async()
931 pending_req.request = req; in mp_request_sync()
1156 dummy->request = copy; in rte_mp_request_async()
/dpdk/examples/bond/
H A Dcommands.list4 send <IP>ip # sends one ARP request through bonding for IP
/dpdk/drivers/common/sfc_efx/base/
H A DREADME16 Please contact the driver maintainers to request changes.
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c202 struct ifreq request; in mlx5_vdpa_mtu_set() local
219 request.ifr_name); in mlx5_vdpa_mtu_set()
230 ret = ioctl(sock, SIOCGIFMTU, &request); in mlx5_vdpa_mtu_set()
233 kern_mtu = request.ifr_mtu; in mlx5_vdpa_mtu_set()
238 request.ifr_mtu = vhost_mtu; in mlx5_vdpa_mtu_set()
239 ret = ioctl(sock, SIOCSIFMTU, &request); in mlx5_vdpa_mtu_set()
242 request.ifr_mtu = 0; in mlx5_vdpa_mtu_set()
/dpdk/lib/vhost/
H A Dvhost_user.c157 "expect %d FDs for request %s, received %d", in validate_msg_fds()
158 expected_fds, vhost_message_handlers[ctx->msg.request.frontend].description, in validate_msg_fds()
1273 if (ack_ctx.msg.request.frontend != VHOST_USER_SET_MEM_TABLE) { in vhost_user_postcopy_register()
1276 ack_ctx.msg.request.frontend); in vhost_user_postcopy_register()
3012 if (msg_reply.msg.request.backend != ctx->msg.request.backend) { in send_vhost_backend_message_process_reply()
3015 msg_reply.msg.request.backend, ctx->msg.request.backend); in send_vhost_backend_message_process_reply()
3035 switch (ctx->msg.request.frontend) { in vhost_user_check_and_alloc_queue_pair()
3115 uint32_t request; in vhost_user_msg_handler()
3110 uint32_t request; vhost_user_msg_handler() local
[all...]
H A Dvhost_user.h150 } request; member
/dpdk/lib/eal/include/
H A Drte_eal.h181 * @note When handling IPC request callbacks, the reply must be sent even in
197 * @note When handling IPC request callbacks, the reply must be sent even in
204 typedef int (*rte_mp_async_reply_t)(const struct rte_mp_msg *request,
263 * Send a request to the peer process and expect a reply.
265 * This function sends a request message to the peer process, and will
277 * The req argument contains the customized request message.
295 * Send a request to the peer process and expect a reply in a separate callback.
297 * This function sends a request message to the peer process, and will not
304 * The req argument contains the customized request message.
310 * The callback to trigger when all responses for this request hav
[all...]
/dpdk/doc/guides/sample_app_ug/
H A Dfips_validation.rst30 * The version of request file supported is ``CAVS 21.0``.
102 * Run ``dos2unix`` on the request files
128 * req-file: The path of the request file or folder, separated by
H A Dvm_power_management.rst29 VM applications can request frequency changes for a vCPU. The VM
31 virtual CPU (vCPU) request to a physical CPU (pCPU) request and
103 ``librte_power`` request over the ``virtio-serial`` channel to the host. Each
104 request contains the vCPU and power command (scale up/down/min/max). The
108 receiving a request, the host translates the vCPU to a pCPU using the
620 Send a request or policy to the VM Power Manager by simply opening a
624 The JSON string can be a power management request or a policy, and takes
635 whether a power management request or policy is being sent. The two
673 The following is an example JSON string for a power management request.
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_kernel.c88 vhost_kernel_ioctl(int fd, uint64_t request, void *arg) in vhost_kernel_ioctl() argument
92 ret = ioctl(fd, request, arg); in vhost_kernel_ioctl()
95 request, strerror(errno)); in vhost_kernel_ioctl()
/dpdk/doc/guides/nics/
H A Dnetvsc.rst131 multiple small packets into one request. If tx_copybreak is 0 then
132 each packet goes as a VMBus request (no copying). If tx_copybreak is
135 go as a single direct request. The default value is 512 (bytes).
/dpdk/doc/guides/howto/
H A Davx512.rst16 Apps can request DPDK uses AVX-512 at runtime, if it provides improved application performance.
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst72 the security team will request the submitter to report it
111 request a CVE identifier from a CNA.
113 The CVE request should be sent
198 have made the request to `techboard@dpdk.org <mailto:techboard@dpdk.org>`_
H A Dnew_library.rst36 * Technical Board may additionally request this specification collateral
/dpdk/drivers/compress/qat/
H A Dqat_comp.c799 enum qat_comp_request_type request) in qat_comp_create_req_hdr() argument
801 if (request == QAT_COMP_REQUEST_FIXED_COMP_STATELESS) in qat_comp_create_req_hdr()
803 else if (request == QAT_COMP_REQUEST_DYNAMIC_COMP_STATELESS) in qat_comp_create_req_hdr()
805 else if (request == QAT_COMP_REQUEST_DECOMPRESS) in qat_comp_create_req_hdr()
/dpdk/doc/guides/cryptodevs/
H A Docteontx.rst10 poll mode driver enqueues the crypto request to this accelerator and dequeues

123