| /dpdk/doc/guides/prog_guide/ |
| H A D | ring_lib.rst | 122 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 D | eventdev.rst | 27 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 D | traffic_metering_and_policing.rst | 93 at this step.
|
| /dpdk/app/test/ |
| H A D | test_fib_perf.c | 200 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 D | test_lpm_perf.c | 221 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 D | test_common.c | 221 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 D | main.c | 240 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 D | main.c | 335 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 D | main.c | 859 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 D | test_perf_queue.c | 245 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 D | flow_filtering.rst | 132 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 D | l3_forward_power_man.rst | 53 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 D | ice_acl_ctrl.c | 54 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 D | roc_cpt.h | 140 uint32_t step; member
|
| H A D | roc_cpt.c | 297 req->step = cfg->step; in roc_cpt_rxc_time_cfg()
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | nic_perf_intel_platform.rst | 7 This document is a step-by-step guide for getting high performance from DPDK applications on Intel …
|
| H A D | build_dpdk.rst | 75 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 D | siena_nic.c | 719 address += rsp->step; in siena_nic_test_tables() 734 address += rsp->step; in siena_nic_test_tables()
|
| /dpdk/drivers/event/dpaa2/ |
| H A D | dpaa2_eventdev_selftest.c | 162 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 D | octeontx.rst | 89 The device bus ID, `dev_bus_id`, to be used in the above step can be found out
|
| H A D | mlx5.rst | 39 (Key Encrypting Key) should be set as the first step.
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | mlx5.rst | 64 - 0, A nonzero value to set timer step in micro-seconds. The timer thread
|
| /dpdk/doc/guides/nics/ |
| H A D | build_and_test.rst | 110 #. Bind the adapters to ``igb_uio`` or ``vfio-pci`` loaded in the previous step:
|
| /dpdk/doc/guides/contributing/ |
| H A D | vulnerability.rst | 164 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 D | dmafwd.c | 339 uint32_t num, uint32_t step, uint16_t dev_id) in dma_enqueue() argument 346 m = RTE_MIN(step, num - i); in dma_enqueue()
|