Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 11 of 11) sorted by relevance

/dpdk/lib/eal/windows/
H A Dfnmatch.c129 char c, c2; in rangematch() local
154 c2 = *(pattern + 1); in rangematch()
155 if (*pattern == '-' && c2 != EOS && c2 != ']') { in rangematch()
157 if (c2 == '\\' && !(flags & FNM_NOESCAPE)) in rangematch()
158 c2 = *pattern++; in rangematch()
159 if (c2 == EOS) in rangematch()
163 c2 = tolower((unsigned char)c2); in rangematch()
166 (unsigned char)test <= (unsigned char)c2) in rangematch()
/dpdk/examples/pipeline/examples/
H A Dpacket.txt10 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 Dtest_ring_perf.c34 unsigned c1, c2; member
74 unsigned c1, c2, s1, s2; in get_two_hyperthreads() local
84 c2 = rte_lcore_to_cpu_id(id2); in get_two_hyperthreads()
87 if ((c1 == c2) && (s1 == s2)){ in get_two_hyperthreads()
89 lcp->c2 = id2; in get_two_hyperthreads()
101 unsigned c1, c2, s1, s2; in get_two_cores() local
108 c2 = rte_lcore_to_cpu_id(id2); in get_two_cores()
111 if ((c1 != c2) && (s1 == s2)){ in get_two_cores()
113 lcp->c2 = id2; in get_two_cores()
134 lcp->c2 = id2; in get_two_sockets()
[all …]
H A Dtest_stack_perf.c30 unsigned int c2; member
50 lcp->c2 = id[1]; in get_two_hyperthreads()
76 lcp->c2 = id[1]; in get_two_cores()
99 lcp->c2 = id[1]; in get_two_sockets()
182 rte_eal_remote_launch(fn, &args[1], cores->c2); in run_on_core_pair()
184 rte_eal_wait_lcore(cores->c2); in run_on_core_pair()
187 rte_eal_remote_launch(fn, &args[1], cores->c2); in run_on_core_pair()
189 rte_eal_wait_lcore(cores->c2); in run_on_core_pair()
H A Dtest_event_eth_tx_adapter.c129 struct rte_ring * const *c2; in init_ports() local
162 c2 = default_params.r[PAIR_PORT_INDEX(i)]; in init_ports()
166 c2, MAX_NUM_QUEUE, SOCKET0); in init_ports()
173 p = rte_eth_from_rings(dev_name, c2, MAX_NUM_QUEUE, in init_ports()
/dpdk/lib/net/
H A Dnet_crc_avx512.c302 uint64_t c2 = 0x00000000910eeec1; in crc32_load_init_constants() local
326 a = _mm_set_epi64x(c3, c2); in crc32_load_init_constants()
349 uint64_t c2 = 0x00000000000068af; in crc16_load_init_constants() local
373 a = _mm_set_epi64x(c3, c2); in crc16_load_init_constants()
/dpdk/drivers/bus/ifpga/
H A Difpga_bus.c433 char *c2 = NULL; in ifpga_parse() local
443 c2 = c1 + 1; in ifpga_parse()
455 snprintf(rawdev_name, RTE_RAWDEV_NAME_MAX_LEN, "IFPGA:%s", c2); in ifpga_parse()
/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_neon.h623 register uint64x2_t c0, c1, c2, c3; in rxq_cq_process_v() local
643 c2 = vld1q_u64((uint64_t *)(p2 + 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 Deal_args.include.rst15 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 Droute.cli59 …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:23…
H A Droute_ecmp.cli56 pipeline PIPELINE0 table 1 rule add match array 2 action fwd port 2 encap ether c0:c1:c2:c3:c4:c5 2…