| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cli.c | 1595 t0 = 5; in cmd_port_in_action_profile() 1808 t0 = 8; in cmd_table_action_profile() 1851 t0 += 7; in cmd_table_action_profile() 1907 t0 += 6; in cmd_table_action_profile() 1943 t0 += 5; in cmd_table_action_profile() 2061 t0 += 4; in cmd_table_action_profile() 2098 t0 += 4; in cmd_table_action_profile() 2298 t0 = 6; in cmd_pipeline_port_in() 2714 t0 = 4; in cmd_pipeline_table() 5092 t0 = 6; in cmd_softnic_pipeline_table_rule_add() [all …]
|
| /dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 904 t0 = 5; in cmd_port_in_action_profile() 1107 t0 = 8; in cmd_table_action_profile() 1146 t0 += 7; in cmd_table_action_profile() 1200 t0 += 6; in cmd_table_action_profile() 1235 t0 += 5; in cmd_table_action_profile() 1350 t0 += 4; in cmd_table_action_profile() 1386 t0 += 4; in cmd_table_action_profile() 1588 t0 = 6; in cmd_pipeline_port_in() 2020 t0 = 4; in cmd_pipeline_table() 4382 t0 = 6; in cmd_pipeline_table_rule_add() [all …]
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_rxtx_vec_avx2.c | 73 __m256i t0, t1, flags_type, flags2, index, errors; in recv_burst_vec_avx2() local 127 _mm256_storeu_si256((void *)&rx_pkts[i], t0); in recv_burst_vec_avx2() 169 rxcmp6_7 = _mm256_blend_epi32(t0, t1, 0x66); in recv_burst_vec_avx2() 174 rxcmp4_5 = _mm256_blend_epi32(t0, t1, 0x66); in recv_burst_vec_avx2() 179 rxcmp2_3 = _mm256_blend_epi32(t0, t1, 0x66); in recv_burst_vec_avx2() 184 rxcmp0_1 = _mm256_blend_epi32(t0, t1, 0x66); in recv_burst_vec_avx2() 189 flags_type = _mm256_unpacklo_epi64(t0, t1); in recv_burst_vec_avx2() 197 flags2 = _mm256_unpackhi_epi64(t0, t1); in recv_burst_vec_avx2() 202 ptype_idx = _mm256_or_si256(ptype_idx, t0); in recv_burst_vec_avx2() 207 ptype_idx = _mm256_or_si256(ptype_idx, t0); in recv_burst_vec_avx2() [all …]
|
| H A D | bnxt_rxtx_vec_sse.c | 74 __m128i t0, t1, flags_type, flags2, index, errors, rss_flags; in descs_to_mbufs() local 82 t0 = _mm_unpacklo_epi32(mm_rxcmp[0], mm_rxcmp[1]); in descs_to_mbufs() 84 flags_type = _mm_unpacklo_epi64(t0, t1); in descs_to_mbufs() 88 t0 = _mm_unpacklo_epi32(mm_rxcmp1[0], mm_rxcmp1[1]); in descs_to_mbufs() 90 flags2 = _mm_unpacklo_epi64(t0, t1); in descs_to_mbufs() 105 t0 = _mm_unpackhi_epi32(mm_rxcmp1[0], mm_rxcmp1[1]); in descs_to_mbufs() 113 errors = _mm_srli_epi32(_mm_unpacklo_epi64(t0, t1), 4); in descs_to_mbufs() 140 _mm_store_si128((void *)&mbuf[0]->rx_descriptor_fields1, t0); in descs_to_mbufs() 143 _mm_store_si128((void *)&mbuf[1]->rx_descriptor_fields1, t0); in descs_to_mbufs() 146 _mm_store_si128((void *)&mbuf[2]->rx_descriptor_fields1, t0); in descs_to_mbufs() [all …]
|
| H A D | bnxt_rxtx_vec_neon.c | 83 uint64x2_t t0, t1; in descs_to_mbufs() local 90 t0 = vreinterpretq_u64_u32(vzip1q_u32(mm_rxcmp[0], mm_rxcmp[1])); in descs_to_mbufs() 93 flags_type = vreinterpretq_u32_u64(vcombine_u64(vget_low_u64(t0), in descs_to_mbufs() 99 t0 = vreinterpretq_u64_u32(vzip1q_u32(mm_rxcmp1[0], mm_rxcmp1[1])); in descs_to_mbufs() 102 flags2 = vreinterpretq_u32_u64(vcombine_u64(vget_low_u64(t0), in descs_to_mbufs() 123 errors = vreinterpretq_u32_u64(vcombine_u64(vget_low_u64(t0), in descs_to_mbufs() 218 uint64x2_t t0, t1; in recv_burst_vec_neon() local 222 t0 = vld1q_u64((void *)&rxr->rx_buf_ring[mbcons]); in recv_burst_vec_neon() 224 vst1q_u64((void *)&rx_pkts[i], t0); in recv_burst_vec_neon() 268 t0 = vreinterpretq_u64_u32(vzip2q_u32(rxcmp1[0], rxcmp1[1])); in recv_burst_vec_neon() [all …]
|
| /dpdk/examples/pipeline/ |
| H A D | cli.c | 598 t0 = 5; in cmd_pipeline_port_in() 640 t0 += 6; in cmd_pipeline_port_in() 675 t0 += 4; in cmd_pipeline_port_in() 712 t0 += 5; in cmd_pipeline_port_in() 773 t0 += 8; in cmd_pipeline_port_in() 790 if (n_tokens != t0) { in cmd_pipeline_port_in() 840 t0 = 5; in cmd_pipeline_port_out() 882 t0 += 6; in cmd_pipeline_port_out() 917 t0 += 4; in cmd_pipeline_port_out() 929 t0 += 2; in cmd_pipeline_port_out() [all …]
|
| /dpdk/lib/acl/ |
| H A D | acl_run_avx2.h | 94 ymm_t t0, t1; in acl_process_matches_avx2x8() local 122 t0 = _mm256_set_epi64x(tr[5], tr[4], tr[1], tr[0]); in acl_process_matches_avx2x8() 126 ACL_TR_HILO(mm256, __m256, t0, t1, lo, hi); in acl_process_matches_avx2x8() 169 ymm_t t0, t1; in search_avx2x16() local 179 t0 = _mm256_set_epi64x(index_array[5], index_array[4], in search_avx2x16() 184 ACL_TR_HILO(mm256, __m256, t0, t1, tr_lo[0], tr_hi[0]); in search_avx2x16() 186 t0 = _mm256_set_epi64x(index_array[13], index_array[12], in search_avx2x16() 191 ACL_TR_HILO(mm256, __m256, t0, t1, tr_lo[1], tr_hi[1]); in search_avx2x16()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 803 The following is a simple example of cgroup control usage, there are two pthreads(t0 and t1) doing … 813 echo $t0 > /sys/fs/cgroup/cpu/pkt_io/tasks 814 echo $t0 > /sys/fs/cgroup/cpuset/pkt_io/tasks
|