Home
last modified time | relevance | path

Searched refs:interval (Results 1 – 25 of 33) sorted by relevance

12

/dpdk/examples/qos_sched/
H A Dprofile.cfg148 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 Dtimvf_evdev.c122 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 Droc_tim.h38 uint32_t interval, uint64_t intervalns,
43 uint64_t *interval);
H A Droc_tim.c158 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 Diavf.h347 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 Diavf_ethdev.c766 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 Dark_ddm.c86 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 Dark_ddm.h149 uint32_t interval);
/dpdk/doc/guides/sample_app_ug/
H A Dkeep_alive.rst21 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 Dvhost.rst129 **--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 Dl3_forward_power_man.rst213 * 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 Ddma.rst71 * i SI: set the interval, in second, between statistics prints (default is 1)
/dpdk/drivers/net/ice/
H A Dice_dcf_ethdev.c153 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 Dmain.c173 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 Di40e_ethdev.h1494 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 Dkernel_nic_interface.rst64 …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 Dipsec_lib.rst337 * Hard/soft limit for SA lifetime (time interval/byte count).
H A Dlink_bonding_poll_mode_drv_lib.rst227 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 Dlearner.spec11 ; interval.
/dpdk/drivers/net/fm10k/base/
H A Dfm10k_pf.c773 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 Dhns3_ethdev_vf.c1894 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 Dhns3_ethdev.h376 uint64_t interval; member
H A Dhns3_intr.c2475 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 Di40e_prototype.h82 u32 time, u32 interval);
641 u32 time, u32 interval);
/dpdk/doc/guides/nics/
H A Dnetvsc.rst114 periodic interval. This parameter allows adjusting the value that

12