| /dpdk/drivers/raw/cnxk_gpio/ |
| H A D | cnxk_gpio_irq.c | 27 uint64_t cpu; member 34 int cpu; member 50 cnxk_gpio_irq_stack_free(int cpu) in cnxk_gpio_irq_stack_free() argument 55 if (stack->cpu == cpu) in cnxk_gpio_irq_stack_free() 73 cnxk_gpio_irq_stack_alloc(int cpu) in cnxk_gpio_irq_stack_alloc() argument 81 if (stack->cpu == cpu) in cnxk_gpio_irq_stack_alloc() 101 stack->cpu = cpu; in cnxk_gpio_irq_stack_alloc() 160 cnxk_gpio_irq_request(int gpio, int cpu) in cnxk_gpio_irq_request() argument 168 sp = cnxk_gpio_irq_stack_alloc(cpu); in cnxk_gpio_irq_request() 176 data.cpu = (uint64_t)cpu; in cnxk_gpio_irq_request() [all …]
|
| H A D | rte_pmd_cnxk_gpio.h | 97 int cpu; member 358 rte_pmd_gpio_register_irq(uint16_t dev_id, int gpio, int cpu, in rte_pmd_gpio_register_irq() argument 364 .cpu = cpu, in rte_pmd_gpio_register_irq()
|
| H A D | cnxk_gpio.h | 16 int cpu; member 32 int cnxk_gpio_irq_request(int gpio, int cpu);
|
| /dpdk/config/ppc/ |
| H A D | meson.build | 36 # cpu_instruction_set specified in cross-compile file as "cpu" 37 if host_machine.cpu() == 'power10' 77 cpu = result.stdout().to_int() variable 78 if cpu < 8 83 if cc.has_argument(mcpu_flag.format(cpu)) 85 elif cc.has_argument(mcpu_flag.format(cpu-1)) 86 cpu = cpu-1 variable 87 elif cc.has_argument(mcpu_flag.format(cpu-2)) 88 cpu = cpu-2 variable 92 if cpu >= 8 [all …]
|
| H A D | ppc64le-power8-linux-gcc | 10 cpu = 'power8'
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_thread.c | 38 unsigned cpu = 0; in eal_cpuset_socket_id() local 46 if (!CPU_ISSET(cpu, cpusetp)) in eal_cpuset_socket_id() 50 socket_id = eal_cpu_socket_id(cpu); in eal_cpuset_socket_id() 52 sid = eal_cpu_socket_id(cpu); in eal_cpuset_socket_id() 58 } while (++cpu < CPU_SETSIZE); in eal_cpuset_socket_id() 108 unsigned cpu; in eal_thread_dump_affinity() local 112 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) { in eal_thread_dump_affinity() 113 if (!CPU_ISSET(cpu, cpuset)) in eal_thread_dump_affinity() 117 size - out, "%u,", cpu); in eal_thread_dump_affinity()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_bphy_irq.c | 19 uint64_t cpu; member 26 int cpu; member 127 roc_bphy_irq_stack_remove(int cpu) in roc_bphy_irq_stack_remove() argument 135 if (curr_stack->cpu == cpu) in roc_bphy_irq_stack_remove() 157 roc_bphy_irq_stack_get(int cpu) in roc_bphy_irq_stack_get() argument 169 if (curr_stack->cpu == cpu) { in roc_bphy_irq_stack_get() 186 curr_stack->cpu = cpu; in roc_bphy_irq_stack_get() 271 irq_usr.cpu = curr_cpu; in roc_bphy_irq_handler_set() 411 CPU_SET(intr->cpu, &intr_cpuset); in roc_bphy_intr_register()
|
| /dpdk/usertools/ |
| H A D | cpu_layout.py | 13 for cpu in range(max_cpus + 1): 15 fd = open("{}/cpu{}/topology/core_id".format(base_path, cpu)) 20 fd = open("{}/cpu{}/topology/physical_package_id".format(base_path, cpu)) 30 core_map[key].append(cpu)
|
| /dpdk/drivers/raw/cnxk_bphy/ |
| H A D | cnxk_bphy_irq.c | 62 cnxk_bphy_intr_handler_t handler, void *data, int cpu) in cnxk_bphy_intr_register() argument 68 .cpu = cpu in cnxk_bphy_intr_register()
|
| H A D | rte_pmd_bphy.h | 153 int cpu; member 215 int cpu) in rte_pmd_bphy_intr_register() argument 221 .cpu = cpu, in rte_pmd_bphy_intr_register()
|
| /dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman_driver.c | 48 pcfg.cpu = -1; in fsl_bman_portal_init() 51 if (pcfg.cpu != -1) { in fsl_bman_portal_init() 55 pcfg.cpu = loop; in fsl_bman_portal_init() 57 if (pcfg.cpu == -1) { in fsl_bman_portal_init() 88 pcfg.cpu); in fsl_bman_portal_init()
|
| H A D | bman.c | 96 snprintf(portal->irqname, MAX_IRQNAME, IRQNAME, c->cpu); in bman_create_portal() 137 CPU_SET(c->cpu, &affine_mask); in bman_create_affine_portal() 169 CPU_CLR(pcfg->cpu, &affine_mask); in bman_destroy_affine_portal()
|
| /dpdk/examples/ip_pipeline/examples/ |
| H A D | rss.cli | 50 mempool MEMPOOL0 buffer 2304 pool 32K cache 256 cpu 0 57 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0 70 pipeline PIPELINE1 period 10 offset_port_id 0 cpu 0 83 pipeline PIPELINE2 period 10 offset_port_id 0 cpu 0 96 pipeline PIPELINE3 period 10 offset_port_id 0 cpu 0
|
| H A D | l2fwd.cli | 17 mempool MEMPOOL0 buffer 2304 pool 32K cache 256 cpu 0 24 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0
|
| H A D | flow_crypto.cli | 23 mempool MEMPOOL0 buffer 2304 pool 32K cache 256 cpu 1 33 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 1
|
| H A D | firewall.cli | 25 mempool MEMPOOL0 buffer 2304 pool 32K cache 256 cpu 0 34 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0
|
| H A D | flow.cli | 25 mempool MEMPOOL0 buffer 2304 pool 32K cache 256 cpu 0 34 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0
|
| H A D | tap.cli | 29 mempool MEMPOOL0 buffer 2304 pool 32K cache 256 cpu 0 39 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0
|
| H A D | kni.cli | 32 mempool MEMPOOL0 buffer 2304 pool 32K cache 256 cpu 0 42 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0
|
| H A D | route.cli | 25 mempool MEMPOOL0 buffer 2304 pool 32K cache 256 cpu 0 34 pipeline PIPELINE0 period 10 offset_port_id 0 cpu 0
|
| /dpdk/drivers/net/atlantic/hw_atl/ |
| H A D | hw_atl_b0.h | 17 int index, int size, int cpu, int vec); 19 int index, int size, int buff_size, int cpu, int vec);
|
| H A D | hw_atl_b0.c | 417 int index, int size, int buff_size, int cpu, int vec) in hw_atl_b0_hw_ring_rx_init() argument 446 hw_atl_rdm_cpu_id_set(self, cpu, index); in hw_atl_b0_hw_ring_rx_init() 455 int index, int size, int cpu, int vec) in hw_atl_b0_hw_ring_tx_init() argument 477 hw_atl_tdm_cpu_id_set(self, cpu, index); in hw_atl_b0_hw_ring_tx_init()
|
| /dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 303 unsigned int cpu, lcore = rte_lcore_id(); in rte_dpaa_portal_init() local 314 cpu = rte_lcore_to_cpu_id(lcore); in rte_dpaa_portal_init() 327 " (lcore=%u) with ret: %d", cpu, lcore, ret); in rte_dpaa_portal_init() 332 cpu, lcore); in rte_dpaa_portal_init() 338 " (lcore=%u) with ret: %d", cpu, lcore, ret); in rte_dpaa_portal_init() 344 cpu, lcore); in rte_dpaa_portal_init() 363 " (lcore=%u) with ret: %d", cpu, lcore, ret); in rte_dpaa_portal_init()
|
| /dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 57 cat /sys/devices/system/cpu/cpu*[0-9]/topology/thread_siblings_list \ 59 | awk -F, '{system("echo 0 > /sys/devices/system/cpu/cpu"$2"/online")}' 158 -enable-kvm -cpu host -m 3072 -smp 3 \ 245 <cpu mode='host-passthrough'> 250 </cpu>
|
| /dpdk/drivers/net/enic/base/ |
| H A D | vnic_rss.h | 23 } cpu[32]; member
|