| /dpdk/lib/kvargs/ |
| H A D | rte_kvargs.c | 88 kvlist->pairs[kvlist->count].value = start; in rte_kvargs_tokenize() 91 kvlist->pairs[kvlist->count].key = start; in rte_kvargs_tokenize() 141 pair = &kvlist->pairs[i]; in check_for_valid_keys() 162 pair = &kvlist->pairs[i]; in rte_kvargs_count() 186 pair = &kvlist->pairs[i]; in rte_kvargs_process() 216 if (key != NULL && strcmp(kvlist->pairs[i].key, key) != 0) in rte_kvargs_get_with_value() 218 if (value != NULL && strcmp(kvlist->pairs[i].value, value) != 0) in rte_kvargs_get_with_value() 220 return kvlist->pairs[i].value; in rte_kvargs_get_with_value()
|
| H A D | rte_kvargs.h | 52 struct rte_kvargs_pair pairs[RTE_KVARGS_MAX]; /**< list of key/values */ member
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | packet_ordering.rst | 54 When setting more than 1 port, traffic would be forwarded in pairs. 56 then the other pair from 2 to 3 and from 3 to 2, having [0,1] and [2,3] pairs.
|
| H A D | vm_power_management.rst | 637 pairs are different depending on which type is sent. 639 The pairs are in the format of standard JSON name-value pairs. The value 640 type varies between the different name-value pairs, and may be integers, 721 The following are the name-value pairs supported by the JSON interface:
|
| /dpdk/app/test/ |
| H A D | test_kvargs.c | 180 if (strcmp(kvlist->pairs[0].value, "[0,1]") != 0) { in test_valid_kvargs() 181 printf("wrong value %s", kvlist->pairs[0].value); in test_valid_kvargs()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | cnxk.rst | 165 - ``Maximum queue pairs limit`` (default ``63``) 167 The number of maximum queue pairs supported by the device, can be limited 174 With the above configuration, the number of maximum queue pairs supported
|
| H A D | armv8.rst | 15 ARMv8 Crypto PMD has support for the following algorithm pairs:
|
| H A D | null.rst | 62 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device (8 by default).
|
| H A D | mvsam.rst | 91 - ``max_nb_queue_pairs``: maximum number of queue pairs in the device (default: 8 - A8K, 4 - A7K/A3…
|
| H A D | chacha20_poly1305.rst | 91 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device (8 by default).
|
| H A D | ccp.rst | 97 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device.
|
| H A D | zuc.rst | 104 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device (8 by default).
|
| H A D | snow3g.rst | 104 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device (8 by default).
|
| H A D | aesni_gcm.rst | 111 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device (8 by default).
|
| H A D | aesni_mb.rst | 159 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device (8 by default).
|
| /dpdk/lib/ethdev/ |
| H A D | ethdev_driver.c | 396 pair = &arglist->pairs[0]; in eth_dev_devargs_tokenise() 425 pair = &arglist->pairs[arglist->count]; in eth_dev_devargs_tokenise() 430 pair = &arglist->pairs[arglist->count]; in eth_dev_devargs_tokenise() 461 pair = &args.pairs[i]; in rte_eth_devargs_parse()
|
| H A D | rte_class_eth.c | 140 ret = strcmp(kvlist->pairs[pair].key, in eth_dev_match()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | regexdev.rst | 66 parameters for the RegEx device for example number of queue pairs, number of 80 /**< Number of RegEx queue pairs to configure on this device. 138 Each RegEx device can be configured with number of queue pairs.
|
| H A D | ipsec_lib.rst | 157 SA database(SAD) is a table with <key, value> pairs. 200 Library also provides methods to add or delete key/value pairs from the SAD.
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | qat_comp.rst | 40 * Queue-pairs are thread-safe on Intel CPUs but Queues are not (that is, within a single
|
| /dpdk/doc/guides/nics/ |
| H A D | intel_vf.rst | 104 Each VF can have a maximum of 16 queue pairs. 174 …For Intel® X710/XL710 Gigabit Ethernet Controller, queues are in pairs. One queue pair means one r… 175 one transmit queue. The default number of queue pairs per VF is 4, and can be 16 in maximum. 265 They are generally referred to (or thought of) as queue pairs (one TX and one RX queue). 266 This gives the controller 16 queue pairs. 268 A pool is a group of queue pairs for assignment to the same VF, used for transmit and receive opera… 269 The controller has eight pools, with each pool containing two queue pairs, that is, two TX and two …
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.c | 136 pair = &mkvlist->kvlist->pairs[i]; in mlx5_kvargs_process() 179 const struct rte_kvargs_pair *pair = &kvlist->pairs[i]; in mlx5_kvargs_prepare() 234 mkvlist->kvlist->pairs[i].key); in mlx5_kvargs_validate()
|
| /dpdk/drivers/net/vdev_netvsc/ |
| H A D | vdev_netvsc.c | 522 const struct rte_kvargs_pair *pair = &kvargs->pairs[i]; in vdev_netvsc_netvsc_probe() 680 const struct rte_kvargs_pair *pair = &kvargs->pairs[i]; in vdev_netvsc_vdev_probe()
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_protocol_type.h | 414 struct ice_fv_word pairs[ICE_NUM_WORDS_RECIPE]; member
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_devargs.c | 127 kv = &layers[i].kvlist->pairs[0]; in rte_devargs_layers_parse()
|