Searched refs:c1 (Results 1 – 11 of 11) sorted by relevance
| /dpdk/examples/pipeline/examples/ |
| H A D | packet.txt | 10 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1 16 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1 22 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1 28 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1 34 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1 40 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1 46 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1 52 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1 58 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1 64 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1 [all …]
|
| /dpdk/app/test/ |
| H A D | test_ring_perf.c | 34 unsigned c1, c2; member 74 unsigned c1, c2, s1, s2; in get_two_hyperthreads() local 83 c1 = rte_lcore_to_cpu_id(id1); in get_two_hyperthreads() 87 if ((c1 == c2) && (s1 == s2)){ in get_two_hyperthreads() 88 lcp->c1 = id1; in get_two_hyperthreads() 101 unsigned c1, c2, s1, s2; in get_two_cores() local 107 c1 = rte_lcore_to_cpu_id(id1); in get_two_cores() 111 if ((c1 != c2) && (s1 == s2)){ in get_two_cores() 112 lcp->c1 = id1; in get_two_cores() 133 lcp->c1 = id1; in get_two_sockets() [all …]
|
| H A D | test_stack_perf.c | 29 unsigned int c1; member 49 lcp->c1 = id[0]; in get_two_hyperthreads() 75 lcp->c1 = id[0]; in get_two_cores() 98 lcp->c1 = id[0]; in get_two_sockets() 181 if (cores->c1 == rte_get_main_lcore()) { in run_on_core_pair() 186 rte_eal_remote_launch(fn, &args[0], cores->c1); in run_on_core_pair() 188 rte_eal_wait_lcore(cores->c1); in run_on_core_pair()
|
| H A D | test_event_eth_tx_adapter.c | 128 struct rte_ring * const *c1; in init_ports() local 161 c1 = default_params.r[i]; in init_ports() 165 p = rte_eth_from_rings(dev_name, c1, MAX_NUM_QUEUE, in init_ports() 174 c1, MAX_NUM_QUEUE, SOCKET0); in init_ports()
|
| /dpdk/drivers/bus/ifpga/ |
| H A D | ifpga_bus.c | 432 char *c1 = NULL; in ifpga_parse() local 440 c1 = strchr(name, '|'); in ifpga_parse() 441 if (c1 != NULL) { in ifpga_parse() 442 str_port_len = c1 - name; in ifpga_parse() 443 c2 = c1 + 1; in ifpga_parse()
|
| /dpdk/lib/net/ |
| H A D | net_crc_avx512.c | 301 uint64_t c1 = 0x00000000ce3371cb; in crc32_load_init_constants() local 323 a = _mm_set_epi64x(c1, c0); in crc32_load_init_constants() 348 uint64_t c1 = 0x0000000000002df8; in crc16_load_init_constants() local 370 a = _mm_set_epi64x(c1, c0); in crc16_load_init_constants()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx_vec_neon.h | 623 register uint64x2_t c0, c1, c2, c3; in rxq_cq_process_v() local 645 c1 = vld1q_u64((uint64_t *)(p1 + 48)); in rxq_cq_process_v() 735 [c3]"w"(c3), [c2]"w"(c2), [c1]"w"(c1), [c0]"w"(c0), in rxq_cq_process_v()
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | eal_args.include.rst | 15 The argument format is ``<c1>[-c2][,c3[-c4],...]`` 16 where ``c1``, ``c2``, etc are core indexes between 0 and 128.
|
| /dpdk/examples/ip_pipeline/examples/ |
| H A D | route.cli | 59 … 0 rule add match lpm ipv4 100.128.0.0 10 action fwd port 2 encap ether c0:c1:c2:c3:c4:c5 20:21:22…
|
| H A D | route_ecmp.cli | 56 pipeline PIPELINE0 table 1 rule add match array 2 action fwd port 2 encap ether c0:c1:c2:c3:c4:c5 2…
|
| /dpdk/doc/guides/tools/ |
| H A D | proc_info.rst | 84 * Since default DPDK EAL arguments for ``dpdk-procinfo`` are ``-c1, -n4 & --proc-type=secondary``,
|