| /dpdk/dts/framework/testbed_model/ |
| H A D | posix_session.py | 237 timeout: float = SETTINGS.compile_timeout, 246 timeout, 256 timeout, 263 f"ninja -C {remote_dpdk_build_dir}", timeout, verify=True, env=env_vars 376 f"{compiler_name} --version", SETTINGS.timeout 380 f"{compiler_name} --version", SETTINGS.timeout 383 return self.send_command("cl", SETTINGS.timeout).stdout 385 return self.send_command(f"{compiler_name} -V", SETTINGS.timeout).stdout 393 SETTINGS.timeout, 395 kernel_version = self.send_command("uname -r", SETTINGS.timeout) [all...] |
| H A D | sut_node.py | 452 timeout=self._app_compile_timeout, 472 self, app_path: PurePath, eal_params: EalParams, timeout: float = 30 482 timeout: Wait at most this long in seconds for `command` execution to complete. 488 f"{app_path} {eal_params}", timeout, privileged=True, verify=True
|
| /dpdk/lib/eal/x86/ |
| H A D | rte_power_intrinsics.c | 48 static void intel_umwait(const uint64_t timeout) in intel_umwait() 51 _umwait(0, timeout); in intel_umwait() 53 const uint32_t tsc_l = (uint32_t)timeout; in intel_umwait() 54 const uint32_t tsc_h = (uint32_t)(timeout >> 32); in intel_umwait() 82 static void amd_mwaitx(const uint64_t timeout) in amd_mwaitx() 84 RTE_SET_USED(timeout); in amd_mwaitx() 97 void (*mwait)(const uint64_t timeout); in __umwait_wakeup() 362 /* none of the conditions were met, sleep until timeout */ in rte_power_monitor_multi() 43 intel_umwait(const uint64_t timeout) intel_umwait() argument 77 amd_mwaitx(const uint64_t timeout) amd_mwaitx() argument
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_hw.c | 134 unsigned int timeout = SEC_TIMEOUT; in hw_shutdown_job_ring() local 165 JRINT_ERR_HALT_INPROGRESS) && --timeout); in hw_shutdown_job_ring() 169 timeout == 0) { in hw_shutdown_job_ring() 170 CAAM_JR_ERR("0x%x, %d", tmp, timeout); in hw_shutdown_job_ring() 178 timeout = SEC_TIMEOUT; in hw_shutdown_job_ring() 184 } while ((tmp & JR_REG_JRCR_VAL_RESET) && --timeout); in hw_shutdown_job_ring() 187 if (timeout == 0) { in hw_shutdown_job_ring()
|
| /dpdk/app/test-cmdline/ |
| H A D | cmdline_test.py | 36 child.expect("History buffer size: \\d+", timeout=1) 45 child.expect(str(i + 100000000), timeout=1) 49 child.expect("100000000", timeout=1)
|
| /dpdk/examples/l2fwd-keepalive/ka-agent/ |
| H A D | main.c | 52 struct timespec timeout = { .tv_nsec = 0 }; in main() local 73 timeout.tv_sec = time(NULL) + SEM_TIMEOUT_SECS; in main() 74 if (sem_timedwait(&shm->core_died, &timeout) == -1) { in main()
|
| /dpdk/drivers/event/dlb2/ |
| H A D | dlb2_selftest.c | 819 uint64_t timeout; in test_load_balanced_traffic() local 902 timeout = 0xFFFFFFFFF; in test_load_balanced_traffic() 903 if (rte_event_dequeue_burst(evdev, 0, &ev, 1, timeout) != 1) { in test_load_balanced_traffic() 918 if (rte_event_dequeue_burst(evdev, 0, &ev, 1, timeout) != 1) { in test_load_balanced_traffic() 943 uint64_t timeout; in test_directed_traffic() local 1029 timeout = 0xFFFFFFFFF; in test_directed_traffic() 1030 if (rte_event_dequeue_burst(evdev, 0, &ev, 1, timeout) != 1) { in test_directed_traffic() 1051 if (rte_event_dequeue_burst(evdev, 0, &ev, 1, timeout) != 1) { in test_directed_traffic() 1076 uint64_t timeout; in test_deferred_sched() local 1191 timeout = 0xFFFFFFFFF; in test_deferred_sched() [all …]
|
| /dpdk/lib/eal/include/ |
| H A D | rte_epoll.h | 69 int maxevents, int timeout); 90 int maxevents, int timeout);
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_mgmt.c | 410 void *buf_out, u16 *out_size, u32 timeout) in hinic_pf_to_mgmt_sync() argument 432 timeo = msecs_to_jiffies(timeout ? timeout : MGMT_MSG_TIMEOUT); in hinic_pf_to_mgmt_sync() 484 void *buf_out, u16 *out_size, u32 timeout) in hinic_msg_to_mgmt_sync() argument 493 buf_out, out_size, timeout); in hinic_msg_to_mgmt_sync() 496 buf_out, out_size, timeout); in hinic_msg_to_mgmt_sync() 708 int hinic_aeq_poll_msg(struct hinic_eq *eq, u32 timeout, void *param) in hinic_aeq_poll_msg() argument 719 for (i = 0; ((timeout == 0) && (i < eq->eq_len)) || in hinic_aeq_poll_msg() 720 ((timeout > 0) && (done != HINIC_OK) && (i < eq->eq_len)); i++) { in hinic_aeq_poll_msg() 722 end = jiffies + msecs_to_jiffies(timeout); in hinic_aeq_poll_msg() 739 if (timeout != 0) in hinic_aeq_poll_msg()
|
| H A D | hinic_pmd_mgmt.h | 110 int hinic_aeq_poll_msg(struct hinic_eq *eq, u32 timeout, void *param); 114 void *buf_out, u16 *out_size, u32 timeout);
|
| H A D | hinic_pmd_cmdq.c | 713 static int hinic_cmdq_poll_msg(struct hinic_cmdq *cmdq, u32 timeout) in hinic_cmdq_poll_msg() argument 743 end = jiffies + msecs_to_jiffies(timeout); in hinic_cmdq_poll_msg() 775 u64 *out_param, u32 timeout) in cmdq_sync_cmd_direct_resp() argument 819 timeo = msecs_to_jiffies(timeout ? timeout : CMDQ_CMD_TIMEOUT); in cmdq_sync_cmd_direct_resp() 849 u64 *out_param, u32 timeout) in hinic_cmdq_direct_resp() argument 867 out_param, timeout); in hinic_cmdq_direct_resp()
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_interrupts.c | 242 int maxevents, int timeout) in rte_epoll_wait() argument 247 RTE_SET_USED(timeout); in rte_epoll_wait() 254 int maxevents, int timeout) in rte_epoll_wait_interruptible() argument 259 RTE_SET_USED(timeout); in rte_epoll_wait_interruptible()
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_vf.c | 105 u32 timeout = TXGBE_VF_INIT_TIMEOUT; in txgbe_reset_hw_vf() local 117 mbx->timeout = TXGBE_VF_MBX_INIT_TIMEOUT; in txgbe_reset_hw_vf() 130 while (!mbx->check_for_rst(hw, 0) && timeout) { in txgbe_reset_hw_vf() 131 timeout--; in txgbe_reset_hw_vf() 136 if (!timeout) in txgbe_reset_hw_vf() 143 mbx->timeout = TXGBE_VF_MBX_INIT_TIMEOUT; in txgbe_reset_hw_vf() 476 if (!mbx->check_for_rst(hw, 0) || !mbx->timeout) in txgbe_check_mac_link_vf() 533 if (!mbx->timeout) { in txgbe_check_mac_link_vf()
|
| H A D | txgbe_mbx.c | 122 int countdown = mbx->timeout; in txgbe_poll_for_msg() 151 int countdown = mbx->timeout; in txgbe_poll_for_ack() 214 if (!mbx->write || !mbx->timeout) in txgbe_write_posted_mbx() 438 mbx->timeout = 0; in txgbe_init_mbx_params_vf() 639 mbx->timeout = 0; in txgbe_init_mbx_params_pf()
|
| H A D | txgbe_eeprom.c | 75 u32 timeout = 2000; in txgbe_get_eeprom_semaphore() local 80 for (i = 0; i < timeout; i++) { in txgbe_get_eeprom_semaphore() 93 if (i == timeout) { in txgbe_get_eeprom_semaphore()
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_mbox.c | 88 int timeout = OTX_CPT_MBOX_MSG_TIMEOUT; in otx_cpt_send_msg_to_pf_timeout() local 104 timeout -= sleep_ms; in otx_cpt_send_msg_to_pf_timeout() 105 if (!timeout) { in otx_cpt_send_msg_to_pf_timeout()
|
| /dpdk/examples/pipeline/examples/ |
| H A D | learner.spec | 10 ; Each table key expires automatically after a configurable timeout period if not hit during this 51 // Key timeout. 79 // Pick the key timeout. Timeout ID #1 (i.e. 120 seconds) is selected. 120 timeout {
|
| /dpdk/app/test/ |
| H A D | test_pmd_perf.c | 514 uint64_t timeout = 10000; in main_loop() local 524 timeout--; in main_loop() 525 } while (nb_free != pkt_per_port && timeout != 0); in main_loop() 554 uint64_t timeout = MAX_IDLE; in poll_burst() local 588 timeout--; in poll_burst() 589 if (unlikely(timeout == 0)) in poll_burst() 590 goto timeout; in poll_burst() 598 timeout: in poll_burst() 602 total, MAX_IDLE - timeout); in poll_burst()
|
| /dpdk/drivers/crypto/bcmfs/hw/ |
| H A D | bcmfs5_rm.c | 536 int timeout; in bcmfs5_start_qp() local 567 timeout = 1000; in bcmfs5_start_qp() 582 } while (--timeout); in bcmfs5_start_qp() 583 if (!timeout) { in bcmfs5_start_qp() 589 timeout = 1000; in bcmfs5_start_qp() 596 } while (--timeout); in bcmfs5_start_qp() 597 if (!timeout) { in bcmfs5_start_qp()
|
| H A D | bcmfs4_rm.c | 603 int timeout; in bcmfs4_start_qp() local 636 timeout = 1000; in bcmfs4_start_qp() 651 } while (--timeout); in bcmfs4_start_qp() 652 if (!timeout) { in bcmfs4_start_qp() 658 timeout = 1000; in bcmfs4_start_qp() 665 } while (--timeout); in bcmfs4_start_qp() 666 if (!timeout) { in bcmfs4_start_qp()
|
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_eeprom.c | 69 u32 timeout = 2000; in ngbe_get_eeprom_semaphore() local 74 for (i = 0; i < timeout; i++) { in ngbe_get_eeprom_semaphore() 87 if (i == timeout) { in ngbe_get_eeprom_semaphore()
|
| /dpdk/app/test-bbdev/ |
| H A D | test-bbdev.py | 109 output = subprocess.run(call_params, timeout=args.timeout, universal_newlines=True)
|
| /dpdk/lib/dispatcher/ |
| H A D | rte_dispatcher.c | 27 uint64_t timeout; member 190 events, batch_size, port->timeout); in evd_port_dequeue() 345 uint8_t event_port_id, uint16_t batch_size, uint64_t timeout, in rte_dispatcher_bind_port_to_lcore() argument 364 .timeout = timeout in rte_dispatcher_bind_port_to_lcore()
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_main.c | 126 ionic_adminq_check_err(struct ionic_admin_ctx *ctx, bool timeout) in ionic_adminq_check_err() argument 133 if (ctx->comp.comp.status || timeout) { in ionic_adminq_check_err() 138 timeout ? "TIMEOUT" : status, in ionic_adminq_check_err() 139 timeout ? -1 : ctx->comp.comp.status); in ionic_adminq_check_err()
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal_interrupts.c | 702 int maxevents, int timeout) in rte_epoll_wait() argument 707 RTE_SET_USED(timeout); in rte_epoll_wait() 714 int maxevents, int timeout) in rte_epoll_wait_interruptible() argument 719 RTE_SET_USED(timeout); in rte_epoll_wait_interruptible()
|