Home
last modified time | relevance | path

Searched refs:ipx4 (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_lpm.c316 xmm_t ipx4; in test7() local
337 ipx4 = vect_set_epi32(ip, ip + 0x100, ip - 0x100, ip); in test7()
338 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test7()
367 xmm_t ipx4; in test8() local
399 ipx4 = vect_set_epi32(ip2, ip1, ip2, ip1); in test8()
400 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test8()
426 ipx4 = vect_set_epi32(ip1, ip1, ip2, ip2); in test8()
427 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test8()
883 xmm_t ipx4; in test12() local
910 ipx4 = vect_set_epi32(ip, ip + 1, ip, ip - 1); in test12()
[all …]
H A Dtest_lpm_perf.c723 xmm_t ipx4; in test_lpm_perf() local
725 ipx4 = vect_loadu_sil128((xmm_t *)(ip_batch + j)); in test_lpm_perf()
726 ipx4 = *(xmm_t *)(ip_batch + j); in test_lpm_perf()
727 rte_lpm_lookupx4(lpm, ipx4, next_hops, UINT32_MAX); in test_lpm_perf()