Home
last modified time | relevance | path

Searched refs:sizes (Results 1 – 25 of 35) sorted by relevance

12

/dpdk/drivers/net/enic/
H A Denic_res.c28 uint64_t sizes; in enic_get_vnic_config() local
199 sizes = enic->cq_entry_sizes; in enic_get_vnic_config()
201 (sizes & VNIC_RQ_CQ_ENTRY_SIZE_16_CAPABLE) ? " 16" : "", in enic_get_vnic_config()
202 (sizes & VNIC_RQ_CQ_ENTRY_SIZE_32_CAPABLE) ? " 32" : "", in enic_get_vnic_config()
203 (sizes & VNIC_RQ_CQ_ENTRY_SIZE_64_CAPABLE) ? " 64" : ""); in enic_get_vnic_config()
206 (sizes & VNIC_RQ_CQ_ENTRY_SIZE_64_CAPABLE); in enic_get_vnic_config()
/dpdk/doc/guides/linux_gsg/
H A Dsys_reqs.rst189 For other hugepage sizes, for example 1G pages, the size must be specified explicitly and
197 … The hugepage sizes that a CPU supports can be determined from the CPU flags on Intel architecture.
199 On IBM Power architecture, the supported hugepage sizes are 16MB and 16GB.
225 However, in order to use hugepage sizes other than the default, it is necessary
226 to manually create mount points for those hugepage sizes (e.g. 1GB pages).
/dpdk/examples/qos_sched/
H A Dprofile_ov.cfg12 queue sizes = 64 64 64 64 64 64 64 64 64 64 64 64 64
H A Dprofile.cfg27 queue sizes = 64 64 64 64 64 64 64 64 64 64 64 64 64
/dpdk/doc/guides/sample_app_ug/
H A Dtest_pipeline.rst64 …alized implementations are expected to provide better performance for 8-byte and 16-byte key sizes,
65 …size-non-specialized implementation is expected to provide better performance for larger key sizes;
H A Dqos_scheduler.rst76 * --rsz "A, B, C": Ring sizes:
87 * --bsz "A, B, C, D": Burst sizes
H A Dip_frag.rst32 By default, input frame sizes up to 9.5 KB are supported.
H A Dl2_forward_crypto.rst261 If a capable crypto device is found, key sizes are checked to see if they are supported
H A Ddma.rst23 copy with copy done using a DMA device for different sizes of packets.
/dpdk/doc/guides/cryptodevs/
H A Daesni_mb.rst173 For AES Counter mode (AES-CTR), the library supports two different sizes for Initialization
/dpdk/doc/guides/eventdevs/
H A Dsw.rst94 reduce per event overhead and increase internal burst sizes, which can
/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst75 ring sizes, burst sizes, and number of queues.
354 for a given meter object, such as the rates and sizes for the token
374 ``rte_eth_dev_configure()`` will now use PMD-recommended queue sizes, or if
H A Drelease_19_11.rst200 APIs. Support has been added for all sequence number sizes for control and
413 pipe queue sizes, pipe profiles, etc., are moved from port level structure
H A Drelease_18_08.rst28 queue and burst sizes, they can request that the EAL instead uses preferred
H A Drelease_18_02.rst205 general case. The user should experiment with various Rx and Tx ring sizes
H A Drelease_19_08.rst249 ``rte_sched_port_params`` is changed to allow different sizes for each
/dpdk/doc/guides/nics/
H A Daf_xdp.rst89 the supported RX buffer sizes of the underlying kernel netdev driver.
H A Denic.rst63 is recommended that the WQ and RQ sizes be set to the maximum. This
409 PMD: rte_enic_pmd: Supported CQ entry sizes: 16 32
/dpdk/doc/guides/prog_guide/
H A Dlink_bonding_poll_mode_drv_lib.rst167 supported by all bonded slaves. RETA size is a GCD of all its RETA's sizes, so
169 RETAs' sizes are different. If RSS Key is not set for bonded device, it's not
H A Devent_ethernet_rx_adapter.rst229 The maximum, minimum vector sizes and timeouts vary based on the device
H A Denv_abstraction_layer.rst41 The EAL performs physical memory allocation using mmap() in hugetlbfs (using huge page sizes to inc…
317 can become a problem when using smaller page sizes due to underlying limitations
328 Another option is to use bigger page sizes. Since fewer pages are required to
/dpdk/doc/guides/dmadevs/
H A Didxd.rst65 * wq-size: the size of the WQ. Sum of all WQ sizes must be less that the total-size defined by the …
/dpdk/doc/guides/rawdevs/
H A Dioat.rst85 * wq-size: the size of the WQ. Sum of all WQ sizes must be less that the total-size defined by the …
/dpdk/doc/guides/tools/
H A Dtestbbdev.rst232 They are chosen to have a good coverage across sizes and processing
H A Dcryptoperf.rst126 Set the distribution of packet sizes.

12