Searched refs:sockets (Results 1 – 20 of 20) sorted by relevance
| /dpdk/usertools/ |
| H A D | cpu_layout.py | 6 sockets = [] variable 25 if socket not in sockets: 26 sockets.append(socket) 36 print("sockets = ", sockets) 39 max_processor_len = len(str(len(cores) * len(sockets) * 2 - 1)) 47 for s in sockets: 52 for s in sockets: 59 for s in sockets:
|
| H A D | dpdk-telemetry.py | 90 sockets = glob.glob(os.path.join(path, "*", SOCKET_NAME + "*")) 92 if not sockets: 96 for s in sockets:
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_lcore.c | 34 struct socket_map sockets[RTE_MAX_NUMA_NODES]; member 126 if (cpu_map.sockets[socket_id].node_id == node_id) in eal_create_lcore_map() 130 if (socket_id == RTE_DIM(cpu_map.sockets)) in eal_create_lcore_map() 133 cpu_map.sockets[socket_id].node_id = node_id; in eal_create_lcore_map() 244 return cpu_map.sockets[socket_id].node_id; in eal_socket_numa_node()
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | build_sample_apps.rst | 59 Memory to allocate from hugepages on specific sockets. In dynamic memory mode, 131 Since these logical core numbers, and their mapping to specific cores on specific NUMA sockets, can… 137 …e useful when using other processors to understand the mapping of the logical cores to the sockets. 176 The socket-mem option can be used to request specific amounts of memory for specific sockets. 179 Similarly, on a four socket system, to allocate 1 GB memory on each of sockets 0 and 2 only, the pa…
|
| H A D | sys_reqs.rst | 206 the number of hugepages reserved at boot time is generally divided equally between the two sockets 207 (on the assumption that sufficient memory is present on both sockets).
|
| /dpdk/doc/guides/nics/ |
| H A D | af_xdp.rst | 8 packet processing. AF_XDP sockets enable the possibility for XDP program to 45 * A Linux Kernel (version > v4.18) with XDP sockets configuration enabled; 104 The sharing of UMEM is only supported for AF_XDP sockets with unique contexts. 130 deliver a performance improvement for sockets with heavy traffic loads and
|
| H A D | memif.rst | 21 may already exist on the system. Be sure to remove any such sockets, if you 254 sockets
|
| H A D | thunderx.rst | 128 -smp 4,sockets=1,cores=8,threads=1 \
|
| /dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 150 Launch QEMU with two Virtio-net devices paired to the vhost-user sockets 186 sockets. 246 <topology sockets='1' cores='3' threads='1'/>
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vhost_crypto.rst | 46 multiple sockets.
|
| H A D | vdpa.rst | 7 The vdpa sample application creates vhost-user sockets by using the
|
| H A D | bbdev_app.rst | 107 * ``--socket-mem``: Memory to allocate on specific sockets (use comma separated values)
|
| H A D | ip_frag.rst | 120 in that all the memory structures are allocated on all sockets that have active lcores on them.
|
| H A D | qos_scheduler.rst | 54 G of huge pages must be set up for each of the used sockets (depending on the cores in use).
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_sample_apps.rst | 86 Memory to allocate from hugepages on specific sockets.
|
| /dpdk/doc/guides/faq/ |
| H A D | faq.rst | 33 …arameter does not guarantee that huge pages will be reserved on specific sockets. Therefore, alloc… 105 Without NUMA enabled, memory is allocated from both sockets, since memory is interleaved.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | vhost_lib.rst | 288 Vhost-user uses Unix domain sockets for passing messages. This means the DPDK
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 114 where 0 <= N < number of sockets on the board.
|
| H A D | testpmd_funcs.rst | 579 Dumps the memory usage of all sockets::
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_11.rst | 287 The vdpa sample application creates vhost-user sockets by using the
|