| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_options_parse.c | 157 uint8_t number; in parse_range() local 174 *min = number; in parse_range() 185 number == 0) in parse_range() 188 *inc = number; in parse_range() 199 number < *min) in parse_range() 202 *max = number; in parse_range() 221 uint32_t number; in parse_list() local 242 temp_min = number; in parse_list() 243 temp_max = number; in parse_list() 265 temp_min = number; in parse_list() [all …]
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | reorder_lib.rst | 10 sequence number. 19 At a given time, the reorder buffer contains mbufs whose sequence number are 21 sequence number and the number of entries that the buffer was configured to hold. 23 number of 350, the sequence window has low and high limits of 350 and 550 27 and late mbufs depending on the sequence number of the inserted mbuf: 29 * valid: the sequence number is inside the window. 30 * late: the sequence number is outside the window and less than the low limit. 31 * early: the sequence number is outside the window and greater than the high 48 (incrementing the minimum sequence number) so that the mbuf becomes a valid one. 57 sequence number, and we need to insert an early mbuf with 565 sequence number. [all …]
|
| H A D | lpm6_lib.rst | 15 * Maximum number of rules: This defines the size of the table that holds the rules, 16 and therefore the maximum number of rules that can be added. 20 This parameter is related to the number of rules you can have, 21 but there is no way to accurately predict the number needed to hold a specific number of rules, 24 several thousand IPv6 rules, but the number can vary depending on the case. 55 or number of bits inspected on each level varies from level to level. 69 * A number of tables, configurable by the user through the API, with 2^8 entries 81 By splitting the process in different tables/levels and limiting the number of tbl8s, 182 There are different things that limit the number of rules that can be added. 186 The second limitation is in the number of tbl8s available. [all …]
|
| H A D | dmadev.rst | 9 support a number of different DMA operations. 45 ``rte_dma_pmd_allocate`` based on the number of hardware DMA channels. 104 enqueue requests. ``rte_dma_completed`` will return the number of successfully 105 completed operations. ``rte_dma_completed_status`` will return the number of 118 * ``submitted``: The number of operations submitted to the device. 119 * ``completed``: The number of operations which have completed (successful and failed). 120 * ``errors``: The number of operations that completed with error.
|
| H A D | regexdev.rst | 9 APIs which support a number of different RegEx operations. 66 parameters for the RegEx device for example number of queue pairs, number of 67 groups, max number of matches and so on. 138 Each RegEx device can be configured with number of queue pairs. 163 The ``nb_ops`` parameter is the number of operations to process which are 165 The enqueue function returns the number of operations it actually enqueued for 175 The API call returns the actual number of processed operations returned, this
|
| H A D | member_lib.rst | 112 by changing the number of hash functions (``k``) and the vector length (``m``). 183 and can easily outperform vBF when the number of sets is 187 while HTSS should be used with a larger number of sets. 298 number of bloom filters will be created. 300 the number of hash functions and the bloom filter size. 333 ``num_keys`` is the number 344 the number of matches 351 to the number of sets. For HTSS, the maximum number of matches per key is equal to two time 359 return value is the number of keys that find one or more matches in the 364 maximum number of matches for each key, ``match_count`` which is the returned number [all …]
|
| H A D | bbdev.rst | 55 - ``max_nb_queues`` - maximum number of queues supported by the device. 110 - ``num_queues`` argument identifies the total number of queues to setup for 586 total number of CBs that composes the whole TB (this maps to C as 644 "iter_count","number of iterations to performed in decoding all CBs" 646 "num_maps","number of MAP engines to use in decode" 691 total number of CBs that composes the whole TB (this maps to C as 862 The first CB index is given by ``r`` but the number of the CBs is 865 The number of CBs in the group should not be confused with ``c``, the 1108 number of the remaining CB VCBs is calculated automatically by BBDEV 1111 The number of remaining CB VCBs should not be confused with ``c``, the [all …]
|
| H A D | lpm_lib.rst | 15 The main configuration parameter for LPM component instances is the maximum number of rules to supp… 36 …which means that the rule has the highest number of most significant bits matching between the inp… 54 * A number of tables (RTE_LPM_TBL8_NUM_GROUPS) with 2^8 entries. 65 By splitting the process in two different tables/levels and limiting the number of tbl8s, 84 The first field can either contain a number indicating the tbl8 in which the lookup process should … 88 The depth or length of the rule is the number of bits of the rule that is stored in a specific entr… 198 There are different things that limit the number of rules that can be added. 199 The first one is the maximum number of rules, which is a parameter passed through the API. 200 Once this number is reached, 204 As explained before, to avoid high memory consumption, the number of tbl8s is limited in compilatio… [all …]
|
| /dpdk/doc/guides/tools/ |
| H A D | testeventdev.rst | 17 The application has a number of command line options: 93 Set the number of flows to produce. 256 the free running expected sequence number per flow. 385 Q and P is a function of the number of workers, the number of producers and 388 The user can choose the number of workers, the number of producers and number of 400 to get the number of events processed in one second. 513 and P ports, where Q and P is a function of the number of workers and number of 619 where Q and P is a function of the number of workers, the number of producers 622 The user can choose the number of workers and number of stages through the 626 The number of producers depends on the number of ethernet devices detected and [all …]
|
| H A D | testregex.rst | 16 By default the test supports one QP per core, however a higher number of cores 18 are assigned the same number of segments of input file to parse. Given n QPs 57 number of jobs to use 60 number of QPs to use 63 number of cores to use 69 number of iteration to run 72 number of mbuf segment 93 The tool has a number of command line options. Here is the sample command line::
|
| H A D | comp_perf.rst | 16 a number of iterations are performed, compressing first and decompressing later, 20 the number of cycles per operation for the 3 phases: setup, enqueue_burst and 30 if the max-num-sgl-segs x seg_sz > input size then segments number in 81 ``--max-num-sgl-segs N``: maximum number of segments for each mbuf (default: 16) 83 ``--num-iter N``: number of times the file will be compressed/decompressed (default: 10000) 103 The tool has a number of command line options. Here is the sample command line:
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_options_parsing.c | 161 uint32_t number; in parse_range() local 176 number == 0) in parse_range() 179 *min = number; in parse_range() 190 number == 0) in parse_range() 193 *inc = number; in parse_range() 204 number == 0 || in parse_range() 205 number < *min) in parse_range() 208 *max = number; in parse_range() 227 uint32_t number; in parse_list() local 245 number == 0) in parse_list() [all …]
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 67 Set the number of forwarding cores, 73 Set the number of forwarding ports, 75 The default value is the number of ports on the board. 114 where 0 <= N < number of sockets on the board. 278 Set the number of descriptors in the RX rings to N, where N > 0. 288 Set the number of descriptors in the TX rings to N, where N > 0. 295 number of TX queues and to the number of RX queues. then the first 304 Set the number of packets per burst to N, where 1 <= N <= 512. 478 Set the UDP port number of tunnel VXLAN-GPE to N. 593 The number of processes which will be used. [all …]
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | sw.rst | 54 The scheduling quanta sets the number of events that the device attempts to 70 The credit quanta is the number of credits that a port will fetch at a time from 72 atomic credit fetch code, however it also reduces the overall number of credits 73 in the system faster. A balanced number (e.g. 32) ensures that only small numbers 80 system with a higher number of credits at all times. 93 The scheduler minimum number of events that are processed can be increased to 97 * ``min_burst`` specifies the minimum number of inflight events that can be 152 This allows a core to wait for an event to arrive, or until ``timeout`` number
|
| H A D | octeontx.rst | 52 the number of probed/bound SSO PCIe VF device to DPDK by 107 Max number of events 110 Max number of events in OCTEON TX Eventdev (SSO) are only limited by DRAM size 124 The maximum number of events that can be added to SSO by the event adapters such
|
| H A D | dlb2.rst | 42 resource allocations are user-controlled -- the number of queues, for example 76 number group on-demand if num_sequence_numbers does not match a pre-existing 80 sequence number configuration.) 83 the DLB does not limit the number of flows a queue can track. In the DLB, all 93 The ``rte_event_dev_info_get()`` function reports the number of available 95 and max_event_queues report the number of available load-balanced ports and 96 queues, and max_single_link_event_port_queue_pairs reports the number of 101 control the total number of ports (load-balanced and directed) and the number 102 of directed ports. Hence, the number of requested load-balanced ports is 104 specifies the total number of queues (load-balanced and directed). The number [all …]
|
| /dpdk/doc/guides/nics/ |
| H A D | mvpp2.rst | 176 - ``rx_bytes``: number of RX bytes 177 - ``rx_packets``: number of RX packets 178 - ``rx_unicast_packets``: number of RX unicast packets 179 - ``rx_errors``: number of RX MAC errors 185 - ``tx_bytes``: number of TX bytes 186 - ``tx_packets``: number of TX packets 187 - ``tx_unicast_packets``: number of TX unicast packets 188 - ``tx_errors``: number of TX MAC errors 264 - ``<portnum>``: DPDK Port number (0..n). 650 then some number of leaf nodes. Number of leaf nodes cannot exceed number [all …]
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | qos_scheduler.rst | 46 in CFLAGS, where N is number of grinders. 56 The application has a number of command line options: 78 * A = Size (in number of buffer descriptors) of each of the NIC RX rings read 81 * B = Size (in number of elements) of each of the software rings used 84 * C = Size (in number of buffer descriptors) of each of the NIC TX rings written 98 * --msz M: Mempool size (in number of mbufs) for each pfc (default 2097152) 142 * stats port X subport Y: For a specific subport, it shows the number of packets that 143 went through the scheduler properly and the number of packets that were dropped. 147 * stats port X subport Y pipe Z: For a specific pipe, it shows the number of packets that 148 went through the scheduler properly and the number of packets that were dropped. [all …]
|
| H A D | ntb.rst | 15 ``ntb_recv_file[N]``, [N] represents the number of received file. 58 Set number of descriptors of queue as N, namely queue size, 68 Set the number of packets per burst to N, where 1 <= N <= 32. 73 Set the number of queues as N, where qp > 0. The default value is 1.
|
| H A D | ipv4_multicast.rst | 49 The application has a number of command line options: 59 * -q NQ: determines the number of queues per lcore 140 Then, the number of ports in the destination portmask is calculated with the help of the bitcnt() f… 144 :start-after: Get number of bits set. 8< 145 :end-before: >8 End of getting number of bits set. 213 Therefore, for a small number of outgoing ports (and segments in the input packet), 215 As the number of outgoing ports (and/or input segments) grows, the second approach becomes more pre… 217 Depending on the number of segments or the number of ports in the outgoing portmask,
|
| H A D | l2_forward_real_virtual.rst | 90 The application requires a number of command line options: 109 * q NQ: A number of queues (=ports) per lcore (default is 1) 178 The number of allocated pkt mbufs is NB_MBUF, with a data room size of 206 The number of TX queues depends on the number of available lcores. 207 The rte_eth_dev_configure() function is used to configure the number of queues for a port: 211 :start-after: Configure the number of queues for a port. 212 :end-before: >8 End of configuration of the number of queues for a port. 221 which specifies the number of queues per lcore. 271 The rte_eth_rx_burst() function writes the mbuf pointers in a local table and returns the number of… 283 Naturally, the number of ports in the portmask must be even, otherwise, the application exits.
|
| /dpdk/devtools/ |
| H A D | checkpatches.sh | 234 number=0 240 n ) number=$OPTARG ;; 359 if [ $number -eq 0 ] ; then 362 commits=$(git rev-list --reverse --max-count=$number HEAD)
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_common.c | 2248 u32 number = LE32_TO_CPU(elem->number); in ice_parse_common_caps() local 2259 caps->dcb = (number == 1); in ice_parse_common_caps() 2276 caps->num_rxq = number; in ice_parse_common_caps() 2284 caps->num_txq = number; in ice_parse_common_caps() 2317 caps->max_mtu = number; in ice_parse_common_caps() 2416 LE32_TO_CPU(cap->number)); in ice_parse_vsi_func_caps() 2434 u32 number = LE32_TO_CPU(cap->number); in ice_parse_1588_func_caps() local 2587 u32 number = LE32_TO_CPU(cap->number); in ice_parse_valid_functions_cap() local 2608 u32 number = LE32_TO_CPU(cap->number); in ice_parse_vsi_dev_caps() local 2630 u32 number = LE32_TO_CPU(cap->number); in ice_parse_1588_dev_caps() local [all …]
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_fdir.c | 518 int number = 0; in iavf_fdir_parse_action() local 529 filter_action = &filter->add_fltr.rule_cfg.action_set.actions[number]; in iavf_fdir_parse_action() 533 filter->add_fltr.rule_cfg.action_set.count = ++number; in iavf_fdir_parse_action() 539 filter_action = &filter->add_fltr.rule_cfg.action_set.actions[number]; in iavf_fdir_parse_action() 543 filter->add_fltr.rule_cfg.action_set.count = ++number; in iavf_fdir_parse_action() 563 filter->add_fltr.rule_cfg.action_set.count = ++number; in iavf_fdir_parse_action() 578 filter->add_fltr.rule_cfg.action_set.count = ++number; in iavf_fdir_parse_action() 591 filter->add_fltr.rule_cfg.action_set.count = ++number; in iavf_fdir_parse_action() 602 if (number > VIRTCHNL_MAX_NUM_ACTIONS) { in iavf_fdir_parse_action() 632 filter_action = &filter->add_fltr.rule_cfg.action_set.actions[number]; in iavf_fdir_parse_action() [all …]
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | eal_args.include.rst | 28 single number separator. 98 * ``-n <number of channels>`` 100 Set the number of memory channels to use. 102 * ``-r <number of ranks>`` 104 Set the number of memory ranks (auto-detected by default).
|