| /dpdk/lib/jobstats/ |
| H A D | rte_jobstats.c | 202 if (period < job->min_period) in rte_jobstats_set_period() 203 period = job->min_period; in rte_jobstats_set_period() 205 period = job->max_period; in rte_jobstats_set_period() 208 job->period = period; in rte_jobstats_set_period() 214 job->min_period = period; in rte_jobstats_set_min() 215 if (job->period < period) in rte_jobstats_set_min() 216 job->period = period; in rte_jobstats_set_min() 222 job->max_period = period; in rte_jobstats_set_max() 223 if (job->period > period) in rte_jobstats_set_max() 224 job->period = period; in rte_jobstats_set_max() [all …]
|
| H A D | rte_jobstats.h | 37 uint64_t period; member 254 rte_jobstats_set_period(struct rte_jobstats *job, uint64_t period, 266 rte_jobstats_set_min(struct rte_jobstats *job, uint64_t period); 277 rte_jobstats_set_max(struct rte_jobstats *job, uint64_t period);
|
| /dpdk/lib/meter/ |
| H A D | rte_meter.c | 22 double period; in rte_meter_get_tb_params() local 30 period = ((double) hz) / ((double) rate); in rte_meter_get_tb_params() 32 if (period >= RTE_METER_TB_PERIOD_MIN) { in rte_meter_get_tb_params() 34 *tb_period = (uint64_t) period; in rte_meter_get_tb_params() 36 *tb_bytes_per_period = (uint64_t) ceil(RTE_METER_TB_PERIOD_MIN / period); in rte_meter_get_tb_params()
|
| /dpdk/lib/timer/ |
| H A D | rte_timer.c | 470 uint64_t period, unsigned tim_lcore, in __rte_timer_reset() argument 512 tim->period = period; in __rte_timer_reset() 558 uint64_t period; in rte_timer_alt_reset() local 564 period = ticks; in rte_timer_alt_reset() 566 period = 0; in rte_timer_alt_reset() 749 if (tim->period == 0) { in __rte_timer_manage() 772 __rte_timer_reset(tim, tim->expire + tim->period, in __rte_timer_manage() 773 tim->period, lcore_id, tim->f, tim->arg, 1, in __rte_timer_manage() 937 if (tim->period == 0) { in rte_timer_alt_manage() 960 __rte_timer_reset(tim, tim->expire + tim->period, in rte_timer_alt_manage() [all …]
|
| H A D | rte_timer.h | 105 uint64_t period; /**< Period of timer (0 if not periodic). */ member
|
| /dpdk/drivers/net/softnic/ |
| H A D | firmware.cli | 6 pipeline RX period 10 offset_port_id 0 13 pipeline TX period 10 offset_port_id 0
|
| /dpdk/examples/ip_pipeline/examples/ |
| H A D | rss.cli | 57 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0 70 pipeline PIPELINE1 period 10 offset_port_id 0 cpu 0 83 pipeline PIPELINE2 period 10 offset_port_id 0 cpu 0 96 pipeline PIPELINE3 period 10 offset_port_id 0 cpu 0
|
| H A D | l2fwd.cli | 24 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0
|
| H A D | flow_crypto.cli | 33 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 1
|
| H A D | firewall.cli | 34 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0
|
| H A D | flow.cli | 34 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0
|
| H A D | tap.cli | 39 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0
|
| H A D | kni.cli | 42 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0
|
| H A D | route.cli | 34 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0
|
| H A D | route_ecmp.cli | 25 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rcu_lib.rst | 78 identifying the end of grace period and subsequent freeing of memory, 79 to a minimum. The following paras explain how grace period and critical 82 The writer has to poll the readers to identify the end of grace period. 84 is not available for reuse during the grace period. Longer grace periods 88 is proportional to the duration of the grace period. Keeping the critical 89 sections smaller will keep the grace period smaller. However, keeping the 93 Hence, we need the characteristics of a small grace period and large critical 113 end of grace period for each data structure. This helps keep the length of grace 114 period to a minimum. 199 #. Has to start the grace period [all …]
|
| H A D | qos_framework.rst | 651 …| 2 | tb_period | Bytes | Time period that should elapse since the last credit update… 775 …| | | | current TC during each enforcement period tc_period. … 780 …| | | | enforcement period. … 998 …uted at the subport level at the beginning of each traffic class upper limit enforcement period and 999 the same value is used by all the subport member pipes throughout the current enforcement period. 1000 illustrates how the watermark computed as subport level at the beginning of each period is propagat… 1002 …the beginning of the current enforcement period (which coincides with the end of the previous enfo… 1003 …on the amount of bandwidth allocated to best effort TC at the beginning of the previous period that 1004 was not left unused by the subport member pipes at the end of the previous period. 1007 the value of the watermark for the current period is increased to encourage the subport member pipe… [all …]
|
| /dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 179 jobs_period[i] = job->period; in show_lcore_stats() 189 flush_period = qconf->flush_job.period; in show_lcore_stats() 373 if (job->min_period + UPDATE_STEP_DOWN < job->period) in l2fwd_job_update_cb() 374 job->period -= UPDATE_STEP_DOWN; in l2fwd_job_update_cb() 376 if (job->period + UPDATE_STEP_UP < job->max_period) in l2fwd_job_update_cb() 377 job->period += UPDATE_STEP_UP; in l2fwd_job_update_cb() 430 rte_timer_reset(&qconf->rx_timers[port_idx], job->period, PERIODICAL, in l2fwd_fwd_job()
|
| /dpdk/examples/qos_sched/ |
| H A D | profile_ov.cfg | 33 tc period = 10 ; Milliseconds 55 tc period = 28 ; Milliseconds
|
| H A D | profile.cfg | 49 tc period = 10 ; Milliseconds 72 tc period = 40 ; Milliseconds
|
| /dpdk/doc/guides/nics/ |
| H A D | softnic.rst | 142 pipeline RX period 10 offset_port_id 0 148 pipeline TX period 10 offset_port_id 0 231 pipeline RX period 10 offset_port_id 0 (Soft NIC rx-path pipeline) 232 pipeline TX period 10 offset_port_id 0 (Soft NIC tx-path pipeline) 336 pipeline RX period 10 offset_port_id 0 348 pipeline TX period 10 offset_port_id 0
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_job_stats.rst | 248 * 0 as minimal poll period 250 * drain_tsc as maximum poll period 306 :start-after: Adjust period time in which we are running here. 8< 307 :end-before: >8 End of adjust period time in which we are running. 311 If total_nb_rx is smaller than target value job->period will be increased. If it is greater the per…
|
| H A D | l3_forward_power_man.rst | 38 However, during the period of processing light network traffic, 67 … we introduce a heuristic algorithm that allows packet processing cores to sleep for a short period 196 …he sleep times of a logical core indicate that it is sleeping more than 25% of the sampling period, 207 to select C-state to enter based on actual sleep period time of giving logical core.
|
| H A D | qos_scheduler.rst | 161 …* qavg period X: period is the number of microseconds that will be allowed between each calculat…
|
| /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
|