Home
last modified time | relevance | path

Searched refs:pairs (Results 1 – 25 of 52) sorted by relevance

123

/dpdk/lib/kvargs/
H A Drte_kvargs.c88 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 Drte_kvargs.h52 struct rte_kvargs_pair pairs[RTE_KVARGS_MAX]; /**< list of key/values */ member
/dpdk/doc/guides/sample_app_ug/
H A Dpacket_ordering.rst54 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 Dvm_power_management.rst637 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 Dtest_kvargs.c180 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 Dcnxk.rst165 - ``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 Darmv8.rst15 ARMv8 Crypto PMD has support for the following algorithm pairs:
H A Dnull.rst62 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device (8 by default).
H A Dmvsam.rst91 - ``max_nb_queue_pairs``: maximum number of queue pairs in the device (default: 8 - A8K, 4 - A7K/A3…
H A Dchacha20_poly1305.rst91 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device (8 by default).
H A Dccp.rst97 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device.
H A Dzuc.rst104 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device (8 by default).
H A Dsnow3g.rst104 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device (8 by default).
H A Daesni_gcm.rst111 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device (8 by default).
H A Daesni_mb.rst159 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device (8 by default).
/dpdk/lib/ethdev/
H A Dethdev_driver.c396 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 Drte_class_eth.c140 ret = strcmp(kvlist->pairs[pair].key, in eth_dev_match()
/dpdk/doc/guides/prog_guide/
H A Dregexdev.rst66 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 Dipsec_lib.rst157 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 Dqat_comp.rst40 * Queue-pairs are thread-safe on Intel CPUs but Queues are not (that is, within a single
/dpdk/doc/guides/nics/
H A Dintel_vf.rst104 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 Dmlx5_common.c136 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 Dvdev_netvsc.c522 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 Dice_protocol_type.h414 struct ice_fv_word pairs[ICE_NUM_WORDS_RECIPE]; member
/dpdk/lib/eal/common/
H A Deal_common_devargs.c127 kv = &layers[i].kvlist->pairs[0]; in rte_devargs_layers_parse()

123