| /dpdk/lib/kvargs/ |
| H A D | rte_kvargs.c | 38 /* browse each key/value pair and add it in kvlist */ in rte_kvargs_tokenize() 95 /* Ignore empty pair. */ in rte_kvargs_tokenize() 138 struct rte_kvargs_pair *pair; in check_for_valid_keys() local 141 pair = &kvlist->pairs[i]; in check_for_valid_keys() 142 ret = is_valid_key(valid, pair->key); in check_for_valid_keys() 157 const struct rte_kvargs_pair *pair; in rte_kvargs_count() local 162 pair = &kvlist->pairs[i]; in rte_kvargs_count() 163 if (key_match == NULL || strcmp(pair->key, key_match) == 0) in rte_kvargs_count() 174 const struct rte_kvargs_pair *pair; in rte_kvargs_process() 181 pair in rte_kvargs_process() 179 const struct rte_kvargs_pair *pair; rte_kvargs_process() local [all...] |
| /dpdk/lib/ethdev/ |
| H A D | rte_class_eth.c | 121 unsigned int pair; in eth_dev_match() 140 for (pair = 0; pair < kvlist->count; pair++) { in eth_dev_match() 141 ret = strcmp(kvlist->pairs[pair].key, in eth_dev_match() 119 unsigned int pair; eth_dev_match() local
|
| H A D | ethdev_driver.c | 428 struct rte_kvargs_pair *pair; in eth_dev_devargs_tokenise() 438 pair = &arglist->pairs[0]; in eth_dev_devargs_tokenise() 448 pair->key = letter; in eth_dev_devargs_tokenise() 454 pair->value = letter + 1; in eth_dev_devargs_tokenise() 467 pair = &arglist->pairs[arglist->count]; in eth_dev_devargs_tokenise() 472 pair = &arglist->pairs[arglist->count]; in eth_dev_devargs_tokenise() 480 * becomes ']' so each can be considered as different pair key in eth_dev_devargs_tokenise() 483 * be considered as one pair value, hence checking if end of outer in eth_dev_devargs_tokenise() 486 if ((strcmp("representor", pair->key) == 0) && in eth_dev_devargs_tokenise() 623 struct rte_kvargs_pair *pair; in rte_eth_devargs_parse() 418 struct rte_kvargs_pair *pair; eth_dev_devargs_tokenise() local 613 struct rte_kvargs_pair *pair; rte_eth_devargs_parse() local [all...] |
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.c | 131 const struct rte_kvargs_pair *pair; in mlx5_kvargs_process() local 137 pair = &mkvlist->kvlist->pairs[i]; in mlx5_kvargs_process() 139 if (strcmp(pair->key, keys[j]) != 0) in mlx5_kvargs_process() 141 if ((*handler)(pair->key, pair->value, opaque_arg) < 0) in mlx5_kvargs_process() 181 const struct rte_kvargs_pair *pair = &kvlist->pairs[i]; in mlx5_kvargs_prepare() local 182 if (pair->value == NULL || *(pair->value) == '\0') { in mlx5_kvargs_prepare() 183 DRV_LOG(ERR, "Key %s is missing value.", pair->key); in mlx5_kvargs_prepare()
|
| /dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 86 pair. 88 * If there are redirect to a specific port queue pair with, ensure RX lcore 99 * If there are multiple port queue pair, it might be the RX thread, RX 124 is configured to fetch packets from the port queue pair. 261 * Parallelize enqueue thread for varied multiple queue pair. 269 * Parallelize dequeue thread for varied multiple queue pair. 274 with right (SIMD) flags or check if the queue pair using CPU ISA for 418 Use pdump in primary to allow secondary to access port-queue pair. The
|
| /dpdk/lib/cryptodev/ |
| H A D | cryptodev_trace_points.c | 22 lib.cryptodev.queue.pair.setup) 25 lib.cryptodev.queue.pair.reset) 106 lib.cryptodev.queue.pair.count)
|
| /dpdk/doc/guides/tools/ |
| H A D | testmldev.rst | 108 Set the size of queue-pair to be created for inference enqueue / dequeue operations. 109 Queue size would translate into ``rte_ml_dev_qp_conf::nb_desc`` field during queue-pair creation. 298 In the inference test, a pair of lcores are mapped to each queue pair. 328 as per the queue-pair related options (queue_pairs and queue_size) specified by the user. 385 as per the queue-pair related options (queue_pairs and queue_size) specified by the user.
|
| H A D | proc_info.rst | 53 associated to RX port queue pair.
|
| H A D | graph.rst | 271 …| | | pair. | | …
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | qat_comp.rst | 46 queue-pair all enqueues to the TX queue must be done from one thread and all dequeues
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | compressdev.rst | 84 Each compression device queue pair is individually configured through the 98 A queue pair cannot be shared, and should be exclusively used by a single processing 101 to use a different logical core to dequeue an operation on a queue pair from the logical 349 rte_exit(EXIT_FAILURE, "Failed to setup queue pair\n"); 497 rte_exit(EXIT_FAILURE, "Failed to setup queue pair\n"); 588 performed using a burst oriented asynchronous API set. A queue pair on a compression 594 from the queue pair on the compression device, from physical devices this is usually 619 Also, if multiple threads calls enqueue_burst() on the same queue pair then it's 626 The burst enqueue API uses a compression device identifier and a queue pair 627 identifier to specify the compression device queue pair to schedule the processing on.
|
| /dpdk/drivers/net/ark/ |
| H A D | ark_ethdev.c | 935 struct rte_kvargs_pair *pair = NULL; in eth_ark_check_args() local 946 pair = &kvlist->pairs[k_idx]; in eth_ark_check_args() 948 pair->key, in eth_ark_check_args() 949 pair->value); in eth_ark_check_args()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | packet_ordering.rst | 56 then the other pair from 2 to 3 and from 3 to 2, having [0,1] and [2,3] pairs.
|
| H A D | ipsec_secgw.rst | 78 event device - eth device pair has Tx internal port, then application can call 80 So a thread which assumes that the device pair has internal port will not be the 81 right solution for another pair. The infrastructure added for the event mode aims 266 * ``--desc-nb NUMBER_OF_DESC``: Number of descriptors per queue pair. 1112 ``ssh-keygen`` will make a private & public key pair on the SUT.
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | dpaa_sec.rst | 28 configure and destroy the device instance using queue pair with CAAM portal.
|
| H A D | qat.rst | 129 queue-pair all enqueues to the TX queue must be done from one thread and all dequeues 201 queue-pair all enqueues to the TX queue must be done from one thread and all dequeues 345 to the QAT firmware during queue pair initialization. If supported by the firmware,
|
| /dpdk/doc/guides/nics/ |
| H A D | gve.rst | 53 DQO_RDA queue format has submission and completion queue pair
|
| H A D | intel_vf.rst | 195 …For Intel® X710/XL710 Gigabit Ethernet Controller, queues are in pairs. One queue pair means one r… 204 have at least one queue pair (RX/TX). 205 The current implementation of the DPDK ixgbevf driver supports a single queue pair (RX/TX) per Virt…
|
| H A D | pcap_ring.rst | 220 To run a DPDK application on a machine without any Ethernet devices, a pair of ring-based rte_ethde…
|
| /dpdk/config/ppc/ |
| H A D | meson.build | 113 machine_args += '-mno-block-ops-vector-pair'
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | mlx5.rst | 142 - 1 - 128, Maximum number of virtio queue pair (including 1 Rx queue and 1 Tx queue)
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_02.rst | 150 a single queue-pair all enqueues to the TX queue must be done from one thread
|
| H A D | release_17_11.rst | 121 * Removed atomics from the internal queue pair structure.
|
| H A D | release_19_11.rst | 223 * Added support for RSA algorithm with pair ``(n, d)`` private key
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_hsi.h | 4473 struct eth_classify_pair_cmd pair; member
|