| /f-stack/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:
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_lcore.c | 34 struct socket_map sockets[RTE_MAX_NUMA_NODES]; member 98 if (cpu_map.sockets[socket_id].node_id == node_id) in eal_create_cpu_map() 103 if (socket_id == RTE_DIM(cpu_map.sockets)) { in eal_create_cpu_map() 108 cpu_map.sockets[socket_id].node_id = node_id; in eal_create_cpu_map() 165 return cpu_map.sockets[socket_id].node_id; in eal_socket_numa_node()
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | x86.c | 99 uint16_t cores, maxcpus, sockets, threads; in x86_emulate_cpuid() local 154 vm_get_topology(vm, &sockets, &cores, &threads, in x86_emulate_cpuid() 254 vm_get_topology(vm, &sockets, &cores, &threads, in x86_emulate_cpuid() 295 vm_get_topology(vm, &sockets, &cores, &threads, in x86_emulate_cpuid() 395 vm_get_topology(vm, &sockets, &cores, &threads, in x86_emulate_cpuid() 407 vm_get_topology(vm, &sockets, &cores, &threads, in x86_emulate_cpuid() 491 vm_get_topology(vm, &sockets, &cores, &threads, in x86_emulate_cpuid()
|
| H A D | vmm.c | 180 uint16_t sockets; /* (o) num of sockets */ member 495 vm->sockets = 1; in vm_create() 507 vm_get_topology(struct vm *vm, uint16_t *sockets, uint16_t *cores, in vm_get_topology() argument 510 *sockets = vm->sockets; in vm_get_topology() 523 vm_set_topology(struct vm *vm, uint16_t sockets, uint16_t cores, in vm_set_topology() argument 528 if ((sockets * cores * threads) > vm->maxcpus) in vm_set_topology() 531 vm->sockets = sockets; in vm_set_topology()
|
| H A D | vmm_dev.c | 845 error = vm_set_topology(sc->vm, topology->sockets, in vmmdev_ioctl() 850 vm_get_topology(sc->vm, &topology->sockets, &topology->cores, in vmmdev_ioctl()
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket.c | 237 SYSCTL_NODE(_net_bluetooth_hci, OID_AUTO, sockets, 240 SYSCTL_NODE(_net_bluetooth_l2cap, OID_AUTO, sockets, 243 SYSCTL_NODE(_net_bluetooth_rfcomm, OID_AUTO, sockets, 246 SYSCTL_NODE(_net_bluetooth_sco, OID_AUTO, sockets,
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | af_xdp.rst | 8 packet processing. AF_XDP sockets enable the possibility for XDP program to 44 * A Linux Kernel (version > v4.18) with XDP sockets configuration enabled; 89 The sharing of UMEM is only supported for AF_XDP sockets with unique contexts.
|
| H A D | memif.rst | 21 may already exist on the system. Be sure to remove any such sockets, if you 254 sockets
|
| /f-stack/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. 171 The socket-mem option can be used to request specific amounts of memory for specific sockets. 174 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 | 214 the number of hugepages reserved at boot time is generally divided equally between the two sockets 215 (on the assumption that sufficient memory is present on both sockets).
|
| /f-stack/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'/>
|
| /f-stack/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 | 136 in that all the memory structures are allocated on all sockets that have active lcores on them.
|
| /f-stack/freebsd/amd64/include/ |
| H A D | vmm.h | 224 void vm_get_topology(struct vm *vm, uint16_t *sockets, uint16_t *cores, 226 int vm_set_topology(struct vm *vm, uint16_t sockets, uint16_t cores,
|
| H A D | vmm_dev.h | 239 uint16_t sockets; member
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | armada-385-db-ap.dts | 44 * sockets, one of which holding the
|
| /f-stack/dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_sample_apps.rst | 86 Memory to allocate from hugepages on specific sockets.
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | HISTORY | 116 accumulation in alias_db.c corrected. The sockets
|
| /f-stack/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.
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 75 …The socketpair() call creates an unnamed pair of connected sockets in the given domain in the spec…
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | coresight-cti.yaml | 107 propagated between sockets.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/cpu/ |
| H A D | cpu-topology.txt | 105 The association of sockets and NUMA nodes is beyond
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 258 sockets to work with datagrams on Linux. 410 sockets. 1064 not work with IPv6 listen sockets. 2025 sockets. 2256 start if more than 512 listen sockets were used. 2336 listening IPv6 sockets. 2340 *) Bugfix: extra listening sockets might be created. 3818 domain sockets. 4629 support variables if unix domain sockets were used. 8049 options, are not used for the unix domain sockets. [all …]
|