Searched refs:cpus (Results 1 – 13 of 13) sorted by relevance
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_cat.rst | 69 To run the example in a ``linux`` environment and enable CAT on cpus 0-2: 75 or to enable CAT and CDP on cpus 1,3: 93 * ``--l3ca='<common_cbm@cpus>[,<(code_cbm,data_cbm)@cpus>...]'``: 103 ``cpus`` could be a single digit/range or a group and must be expressed in 110 * cpus 1 and 3 share its 4 ways with cpus 4, 5 and 6; 112 * cpus 4, 5 and 6 share half (4 out of 8 ways) of its L3 with cpus 1 and 3; 114 * cpus 4, 5 and 6 have exclusive access to 4 out of 8 ways; 120 * cpus 1 and 3 have access to 2 ways for code and 2 ways for data, code and
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_lcore.c | 35 GROUP_AFFINITY cpus[CPU_SETSIZE]; member 99 cpu_map.cpus[*cpu_count].Group = group_no; in eal_query_group_affinity() 100 cpu_map.cpus[*cpu_count].Mask = (KAFFINITY)1 << i; in eal_query_group_affinity() 252 return &cpu_map.cpus[cpu_index]; in eal_get_cpu_affinity()
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | eal_args.include.rst | 24 <lcores[@cpus]>[<,lcores[@cpus]>...] 30 The ``@`` can be omitted if cpus and lcores have the same value.
|
| /dpdk/doc/guides/howto/ |
| H A D | lm_virtio_vhost_user.rst | 290 # Number of guest cpus 366 # Number of guest cpus 438 # test system has 8 cpus (0-7), use cpus 2-7 for VM
|
| H A D | lm_bond_virtio_sriov.rst | 412 # Number of guest cpus 515 # Number of guest cpus 611 # The test system has 8 cpus (0-7), use cpus 2-7 for VM
|
| H A D | pvp_reference_benchmark.rst | 248 <cell id='0' cpus='0-2' memory='3145728' unit='KiB' memAccess='shared'/>
|
| /dpdk/drivers/common/mlx5/windows/ |
| H A D | mlx5_glue.h | 92 int (*devx_query_eqn)(void *context, uint32_t cpus, uint32_t *eqn);
|
| H A D | mlx5_glue.c | 246 uint32_t cpus, uint32_t *eqn) in mlx5_glue_devx_query_eqn() argument 250 return devx_query_eqn(GET_DEVX_CTX(ctx), cpus, eqn); in mlx5_glue_devx_query_eqn()
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_glue.c | 1253 mlx5_glue_devx_query_eqn(struct ibv_context *ctx, uint32_t cpus, in mlx5_glue_devx_query_eqn() argument 1257 return mlx5dv_devx_query_eqn(ctx, cpus, eqn); in mlx5_glue_devx_query_eqn() 1260 (void)cpus; in mlx5_glue_devx_query_eqn()
|
| H A D | mlx5_glue.h | 339 int (*devx_query_eqn)(struct ibv_context *context, uint32_t cpus,
|
| /dpdk/examples/vm_power_manager/ |
| H A D | channel_manager.c | 728 global_n_host_cpus = (unsigned int)node_info.cpus; in get_all_vm() 983 global_n_host_cpus = (unsigned int)info.cpus; in channel_manager_init()
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | install_from_ports.rst | 91 EAL: Sysctl reports 8 cpus
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 811 echo $cpu > /sys/fs/cgroup/cpuset/cpuset.cpus
|