| /dpdk/examples/qos_sched/ |
| H A D | profile.cfg | 148 tc 0 update interval = 15 153 tc 1 update interval = 15 158 tc 2 update interval = 15 163 tc 3 update interval = 15 168 tc 4 update interval = 15 173 tc 5 update interval = 15 178 tc 6 update interval = 15 183 tc 7 update interval = 15 188 tc 8 update interval = 15 193 tc 9 update interval = 15 [all …]
|
| /dpdk/drivers/event/octeontx/ |
| H A D | timvf_evdev.c | 122 uint64_t interval; in timvf_ring_start() local 135 interval = NSEC2CLK(timr->tck_nsec, dinfo.clk_freq); in timvf_ring_start() 139 interval = 0; in timvf_ring_start() 142 interval = NSEC2CLK(timr->tck_nsec, dinfo.clk_freq); in timvf_ring_start() 145 interval = NSEC2CLK(timr->tck_nsec, dinfo.clk_freq); in timvf_ring_start() 157 rctrl.rctrl0 = interval; in timvf_ring_start() 200 timr->nb_bkts, timr->tck_nsec, interval, in timvf_ring_start()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_tim.h | 38 uint32_t interval, uint64_t intervalns, 43 uint64_t *interval);
|
| H A D | roc_tim.c | 158 uint32_t interval, uint64_t intervalns, uint64_t clockfreq) in roc_tim_lf_config() argument 176 req->interval = interval; in roc_tim_lf_config() 195 uint64_t *interval) in roc_tim_lf_interval() argument 218 *interval = rsp->intvl_cyc; in roc_tim_lf_interval()
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf.h | 347 iavf_calc_itr_interval(int16_t interval) in iavf_calc_itr_interval() argument 349 if (interval < 0 || interval > IAVF_QUEUE_ITR_INTERVAL_MAX) in iavf_calc_itr_interval() 350 interval = IAVF_QUEUE_ITR_INTERVAL_DEFAULT; in iavf_calc_itr_interval() 353 return interval / 2; in iavf_calc_itr_interval()
|
| H A D | iavf_ethdev.c | 766 uint16_t interval, i; in iavf_config_rx_queues_irqs() local 821 interval = iavf_calc_itr_interval( in iavf_config_rx_queues_irqs() 827 (interval << in iavf_config_rx_queues_irqs()
|
| /dpdk/drivers/net/ark/ |
| H A D | ark_ddm.c | 86 ark_ddm_setup(struct ark_ddm_t *ddm, rte_iova_t cons_addr, uint32_t interval) in ark_ddm_setup() argument 89 ddm->setup.write_index_interval = interval / 4; /* 4 ns period */ in ark_ddm_setup()
|
| H A D | ark_ddm.h | 149 uint32_t interval);
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | keep_alive.rst | 21 dispatching pings at a regular time interval (default is 5ms) and 24 pings within the specified time interval. When a core is Dead, a 67 8 RX queues per lcore and a ping interval of 10ms, issue the command:
|
| H A D | vhost.rst | 129 **--stats interval** 131 The parameter specifies an interval (in unit of seconds) to print statistics, 132 with an interval of 0 seconds disabling statistics.
|
| H A D | l3_forward_power_man.rst | 213 * If idle count is between 100 and 999, a fixed sleep interval of 100 μs is used. 214 …A 100 μs sleep interval allows the core to enter the C1 state while keeping a fast response time i…
|
| H A D | dma.rst | 71 * i SI: set the interval, in second, between statistics prints (default is 1)
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf_ethdev.c | 153 iavf_calc_itr_interval(int16_t interval) in iavf_calc_itr_interval() argument 155 if (interval < 0 || interval > IAVF_QUEUE_ITR_INTERVAL_MAX) in iavf_calc_itr_interval() 156 interval = IAVF_QUEUE_ITR_INTERVAL_DEFAULT; in iavf_calc_itr_interval() 159 return interval / 2; in iavf_calc_itr_interval() 168 uint16_t interval, i; in ice_dcf_config_rx_queues_irqs() local 210 interval = in ice_dcf_config_rx_queues_irqs() 216 (interval << in ice_dcf_config_rx_queues_irqs()
|
| /dpdk/app/dumpcap/ |
| H A D | main.c | 173 double interval = strtod(value, &endp); in auto_stop() local 175 if (*value == '\0' || *endp != '\0' || interval <= 0) in auto_stop() 178 stop.duration = NSEC_PER_SEC * interval; in auto_stop()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.h | 1494 uint16_t interval = 0; in i40e_calc_itr_interval() local 1497 interval = I40E_QUEUE_ITR_INTERVAL_MAX; in i40e_calc_itr_interval() 1500 interval = I40E_QUEUE_ITR_INTERVAL_DEFAULT; in i40e_calc_itr_interval() 1502 interval = I40E_VF_QUEUE_ITR_INTERVAL_DEFAULT; in i40e_calc_itr_interval() 1506 return interval / 2; in i40e_calc_itr_interval()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | kernel_nic_interface.rst | 64 …parm: min_scheduling_interval: KNI thread min scheduling interval (default=100 microseco… 66 …parm: max_scheduling_interval: KNI thread max scheduling interval (default=200 microseco… 213 control the rescheduling interval of the KNI kthreads. 236 not specified, the default interval limits will be set to *100* and *200* respectively.
|
| H A D | ipsec_lib.rst | 337 * Hard/soft limit for SA lifetime (time interval/byte count).
|
| H A D | link_bonding_poll_mode_drv_lib.rst | 227 API, the default polling interval is 10ms. When a device is added as a slave to 450 * lsc_poll_period_ms: Optional parameter which defines the polling interval
|
| /dpdk/examples/pipeline/examples/ |
| H A D | learner.spec | 11 ; interval.
|
| /dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_pf.c | 773 u32 interval = FM10K_TC_RATE_INTERVAL_4US_GEN3; in fm10k_iov_configure_tc_pf() local 783 interval = FM10K_TC_RATE_INTERVAL_4US_GEN1; in fm10k_iov_configure_tc_pf() 786 interval = FM10K_TC_RATE_INTERVAL_4US_GEN2; in fm10k_iov_configure_tc_pf() 809 interval <<= 1; in fm10k_iov_configure_tc_pf() 815 FM10K_WRITE_REG(hw, FM10K_TC_RATE(vf_idx), tc_rate | interval); in fm10k_iov_configure_tc_pf()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_ethdev_vf.c | 1894 wait_data->interval = HNS3_WAIT_PF_RESET_READY_TIME * in hns3vf_wait_hardware_ready() 1898 rte_eal_alarm_set(wait_data->interval, hns3_wait_callback, in hns3vf_wait_hardware_ready() 1915 wait_data->interval = HNS3VF_RESET_WAIT_MS * USEC_PER_MSEC; in hns3vf_wait_hardware_ready() 1918 rte_eal_alarm_set(wait_data->interval, hns3_wait_callback, wait_data); in hns3vf_wait_hardware_ready()
|
| H A D | hns3_ethdev.h | 376 uint64_t interval; member
|
| H A D | hns3_intr.c | 2475 rte_eal_alarm_set(data->interval, hns3_wait_callback, data); in hns3_wait_callback() 2510 hw->reset.wait_data->interval = HNS3_RESET_SYNC_US; in hns3_reset_req_hw_reset() 2513 rte_eal_alarm_set(hw->reset.wait_data->interval, in hns3_reset_req_hw_reset()
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_prototype.h | 82 u32 time, u32 interval); 641 u32 time, u32 interval);
|
| /dpdk/doc/guides/nics/ |
| H A D | netvsc.rst | 114 periodic interval. This parameter allows adjusting the value that
|