Home
last modified time | relevance | path

Searched refs:sockets (Results 1 – 25 of 32) sorted by relevance

12

/f-stack/dpdk/usertools/
H A Dcpu_layout.py6 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 Deal_lcore.c34 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 Dx86.c99 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 Dvmm.c180 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 Dvmm_dev.c845 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 Dng_btsocket.c237 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 Daf_xdp.rst8 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 Dmemif.rst21 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 Dbuild_sample_apps.rst59 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 Dsys_reqs.rst214 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 Dpvp_reference_benchmark.rst150 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 Dvhost_crypto.rst46 multiple sockets.
H A Dvdpa.rst7 The vdpa sample application creates vhost-user sockets by using the
H A Dbbdev_app.rst107 * ``--socket-mem``: Memory to allocate on specific sockets (use comma separated values)
H A Dip_frag.rst136 in that all the memory structures are allocated on all sockets that have active lcores on them.
/f-stack/freebsd/amd64/include/
H A Dvmm.h224 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 Dvmm_dev.h239 uint16_t sockets; member
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Darmada-385-db-ap.dts44 * sockets, one of which holding the
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_sample_apps.rst86 Memory to allocate from hugepages on specific sockets.
/f-stack/freebsd/netinet/libalias/
H A DHISTORY116 accumulation in alias_db.c corrected. The sockets
/f-stack/dpdk/doc/guides/faq/
H A Dfaq.rst33 …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 DF-Stack_API_Reference.md75 …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 Dcoresight-cti.yaml107 propagated between sockets.
/f-stack/freebsd/contrib/device-tree/Bindings/cpu/
H A Dcpu-topology.txt105 The association of sockets and NUMA nodes is beyond
/f-stack/app/nginx-1.16.1/
H A DCHANGES258 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 …]

12