Home
last modified time | relevance | path

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

/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:
H A Ddpdk-telemetry.py90 sockets = glob.glob(os.path.join(path, "*", SOCKET_NAME + "*"))
92 if not sockets:
96 for s in sockets:
/dpdk/lib/eal/windows/
H A Deal_lcore.c34 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 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.
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 Dsys_reqs.rst206 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 Daf_xdp.rst8 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 Dmemif.rst21 may already exist on the system. Be sure to remove any such sockets, if you
254 sockets
H A Dthunderx.rst128 -smp 4,sockets=1,cores=8,threads=1 \
/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'/>
/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.rst120 in that all the memory structures are allocated on all sockets that have active lcores on them.
H A Dqos_scheduler.rst54 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 Dbuild_sample_apps.rst86 Memory to allocate from hugepages on specific sockets.
/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.
/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst288 Vhost-user uses Unix domain sockets for passing messages. This means the DPDK
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst114 where 0 <= N < number of sockets on the board.
H A Dtestpmd_funcs.rst579 Dumps the memory usage of all sockets::
/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst287 The vdpa sample application creates vhost-user sockets by using the