Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 57) sorted by relevance

123

/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst122 Enqueue first step
137 Enqueue second step
151 Enqueue last step
175 Dequeue last step
190 Dequeue second step
204 Dequeue last step
229 Multiple producer enqueue first step
251 Multiple producer enqueue second step
266 Multiple producer enqueue third step
281 Multiple producer enqueue fourth step
[all …]
H A Deventdev.rst27 Step-by-step instructions of the eventdev design is available in the `API
221 Once the eventdev itself is configured, the next step is to configure queues.
223 calling the setup function. Repeat this step for each queue, starting from
298 The final step is to "wire up" the ports to the queues. After this, the
H A Dtraffic_metering_and_policing.rst93 at this step.
/dpdk/app/test/
H A Dtest_fib_perf.c200 uint32_t step; in generate_random_rule_prefix() local
242 step = 1; in generate_random_rule_prefix()
244 step = round((double)range / rule_num); in generate_random_rule_prefix()
256 start = (start + step) & mask; in generate_random_rule_prefix()
H A Dtest_lpm_perf.c221 uint32_t step; in generate_random_rule_prefix() local
263 step = 1; in generate_random_rule_prefix()
265 step = round((double)range / rule_num); in generate_random_rule_prefix()
287 start = (start + step) & mask; in generate_random_rule_prefix()
H A Dtest_common.c221 const uint32_t step = 1; in test_log2() local
235 for (i = 1; i < max; i = i + step) { in test_log2()
/dpdk/app/test-sad/
H A Dmain.c240 double step; in get_random_rules() local
242 step = (double)UINT32_MAX / nb_rules; in get_random_rules()
243 for (i = 0; i < nb_rules; i++, edge += step) { in get_random_rules()
247 (uint64_t)(edge + step)); in get_random_rules()
273 (uint64_t)(edge + step)); in get_random_rules()
/dpdk/app/test-fib/
H A Dmain.c335 double step; in gen_random_rt_4() local
336 step = (double)(1ULL << i) / config.nb_routes_per_depth[i]; in gen_random_rt_4()
338 j++, k++, edge += step) { in gen_random_rt_4()
340 (uint64_t)(edge + step)); in gen_random_rt_4()
375 double step = (double)(1ULL << i) / in gen_random_rt_6() local
378 j++, k++, edge += step) { in gen_random_rt_6()
380 (uint64_t)(edge + step)); in gen_random_rt_6()
543 int step = (af == AF_INET) ? 4 : 16; in parse_lookup() local
553 i += step; in parse_lookup()
/dpdk/app/test-acl/
H A Dmain.c859 search_ip5tuples_once(uint32_t categories, uint32_t step, const char *alg) in search_ip5tuples_once() argument
863 const uint8_t *data[step], *v; in search_ip5tuples_once()
864 uint32_t results[step * categories]; in search_ip5tuples_once()
869 n = RTE_MIN(step, config.used_traces - i); in search_ip5tuples_once()
897 categories, step, alg, i); in search_ip5tuples_once()
/dpdk/app/test-eventdev/
H A Dtest_perf_queue.c245 uint8_t step = RTE_EVENT_DEV_PRIORITY_LOWEST / in perf_queue_eventdev_setup() local
249 (step * stage_pos); in perf_queue_eventdev_setup()
/dpdk/doc/guides/sample_app_ug/
H A Dflow_filtering.rst132 In the next step we create and apply the flow rule. which is to send packets
150 The last step is to start the port.
220 number of steps. In each step we build one level of the pattern starting with
H A Dl3_forward_power_man.rst53 a step up based on the near to full trend of polled Rx queues.
54 Also, it decreases frequency a step if packet processed per loop is far less than the expected thre…
197 … the average packet per iteration is less than expectation, the frequency is decreased by one step.
/dpdk/drivers/net/ice/base/
H A Dice_acl_ctrl.c54 s8 step; in ice_acl_scen_assign_entry_idx() local
61 step = first_idx <= last_idx ? 1 : -1; in ice_acl_scen_assign_entry_idx()
63 for (i = first_idx; i != last_idx + step; i += step) in ice_acl_scen_assign_entry_idx()
/dpdk/drivers/common/cnxk/
H A Droc_cpt.h140 uint32_t step; member
H A Droc_cpt.c297 req->step = cfg->step; in roc_cpt_rxc_time_cfg()
/dpdk/doc/guides/linux_gsg/
H A Dnic_perf_intel_platform.rst7 This document is a step-by-step guide for getting high performance from DPDK applications on Intel …
H A Dbuild_dpdk.rst75 with the `ninja install` step copying the built objects to their final system-wide locations,
76 and the last step causing the dynamic loader `ld.so` to update its cache to take account of the new…
/dpdk/drivers/common/sfc_efx/base/
H A Dsiena_nic.c719 address += rsp->step; in siena_nic_test_tables()
734 address += rsp->step; in siena_nic_test_tables()
/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c162 uint8_t step = (RTE_EVENT_DEV_PRIORITY_LOWEST + 1) / in _eventdev_setup() local
171 queue_conf.priority = i * step; in _eventdev_setup()
/dpdk/doc/guides/cryptodevs/
H A Docteontx.rst89 The device bus ID, `dev_bus_id`, to be used in the above step can be found out
H A Dmlx5.rst39 (Key Encrypting Key) should be set as the first step.
/dpdk/doc/guides/vdpadevs/
H A Dmlx5.rst64 - 0, A nonzero value to set timer step in micro-seconds. The timer thread
/dpdk/doc/guides/nics/
H A Dbuild_and_test.rst110 #. Bind the adapters to ``igb_uio`` or ``vfio-pci`` loaded in the previous step:
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst164 If the fix is already published, this step is skipped,
168 This step may be started in parallel with CVE creation.
/dpdk/examples/dma/
H A Ddmafwd.c339 uint32_t num, uint32_t step, uint16_t dev_id) in dma_enqueue() argument
346 m = RTE_MIN(step, num - i); in dma_enqueue()

123