Home
last modified time | relevance | path

Searched refs:least (Results 1 – 25 of 59) sorted by relevance

123

/dpdk/drivers/net/mlx4/
H A Dmlx4_utils.c58 size_t least; in mlx4_mallocv_inline() local
64 least = 0; in mlx4_mallocv_inline()
74 if (least < align) in mlx4_mallocv_inline()
75 least = align; in mlx4_mallocv_inline()
84 data = rte_malloc_socket(type, size, least, socket); in mlx4_mallocv_inline()
86 data = rte_zmalloc_socket(type, size, least, socket); in mlx4_mallocv_inline()
/dpdk/doc/guides/sample_app_ug/
H A Dpacket_ordering.rst13 The application uses at least three CPU cores:
49 The -c EAL CPU_COREMASK option has to contain at least 3 CPU cores.
/dpdk/doc/guides/prog_guide/
H A Dpacket_classif_access_ctrl.rst371 Requires max SIMD bitwidth to be at least 64.
374 Requires max SIMD bitwidth to be at least 128.
377 Requires max SIMD bitwidth to be at least 256.
380 in parallel. Requires NEON support. Requires max SIMD bitwidth to be at least 128.
383 flows in parallel. Requires ALTIVEC support. Requires max SIMD bitwidth to be at least 128.
387 Requires AVX512 support. Requires max SIMD bitwidth to be at least 256.
391 Requires AVX512 support. Requires max SIMD bitwidth to be at least 512.
H A Dreorder_lib.rst58 That means that we would need to move the windows at least 15 positions to
60 The reorder buffer would try to move mbufs from at least the next 15 slots in
H A Dtoeplitz_hash_lib.rst76 of the least significant bits (LSB) of the hash value are used to indicate an
113 corresponding NIC. It reflects the number of least significant bits of the
136 generated for the required ``log2(RETA_SZ)`` least significant bits of the
172 context initialization) to be xored with N least significant bits of the
H A Dlink_bonding_poll_mode_drv_lib.rst116 #. Calls to ``rte_eth_tx_burst`` must have a buffer size of at least 2xN,
176 - Validate flow for each slave, failure at least for one slave causes to
245 also required, that all slaves should be RSS-capable and support, at least one
355 APIs but at least one slave device must be added to the link bonding device
393 * A least one slave device is provided with for each bonded device definition.
H A Dring_lib.rst46 … costs more in terms of memory than a linked list queue. An empty ring contains at least N objects.
60 The following code was added in FreeBSD 8.0, and is used in some network device drivers (at least i…
/dpdk/doc/guides/linux_gsg/
H A Dnic_perf_intel_platform.rst15 …nsure that each memory channel has at least one memory DIMM inserted, and that the memory size for…
/dpdk/doc/guides/nics/
H A Daf_packet.rst39 ``blocksz`` is set to at least 1024B as well (although 2048B in this case would
H A Davp.rst67 environment and configured with at least one neutron port defined with a
H A Digc.rst43 - Foxville expects that any transmitted packet to have at least the external VLAN added by the
H A De1000em.rst86 #. Start the Virtual Machine with at least one emulated e1000 device.
H A Denic.rst49 queues, the vNIC should be configured to have at least 3 WQs, 6
85 At least one interrupt per vNIC interface should be configured in the UCS
92 least one interrupt for each Rx queue. For example, if the app uses 3 Rx
458 - The number of RQs in UCSM dynamic vNIC configurations must be at least 2.
/dpdk/doc/guides/cryptodevs/
H A Dchacha20_poly1305.rst38 require a minimum NASM version (e.g. v0.54 requires at least NASM 2.14).
H A Dzuc.rst50 require a minimum NASM version (e.g. v0.54 requires at least NASM 2.14).
H A Dsnow3g.rst50 require a minimum NASM version (e.g. v0.54 requires at least NASM 2.14).
H A Daesni_gcm.rst52 require a minimum NASM version (e.g. v0.54 requires at least NASM 2.14).
H A Daesni_mb.rst98 require a minimum NASM version (e.g. v0.54 requires at least NASM 2.14).
H A Dkasumi.rst51 require a minimum NASM version (e.g. v0.54 requires at least NASM 2.14).
/dpdk/examples/pipeline/examples/
H A Dselector.spec16 ; one or several headers to the packet (Ethernet at the very least), decrementing the TTL and
/dpdk/config/ppc/
H A Dmeson.build115 # at least 128 LCORES available. Set RTE_MAX_LCORE to 128 for POWER systems as
/dpdk/doc/guides/contributing/
H A Dabi_policy.rst134 #. At least 3 acknowledgments of the need to do so must be made on the
200 board approval and announcement at least one release in advance.
348 not required. Though, an API should remain in experimental state for at least
H A Dpatches.rst169 * When introducing a new device API, at least one driver should implement it.
657 * Patches should be acked by a maintainer at least two days before the release merge
696 * Should include at least the API changes in libraries and applications.
708 * At least one PMD should implement the API.
710 * The above should be sent to the mailing list at least 2 weeks before -rc1
H A Dstable.rst64 It is anticipated that there will be at least 3 releases per year of the LTS
/dpdk/doc/guides/eventdevs/
H A Ddlb2.rst254 priority, discarding the 5 least significant bits. But least significant bit out
256 discarded 5 least significant event priority bits are not preserved when an event

123