Searched refs:ipx4 (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lpm.c | 327 xmm_t ipx4; in test7() local 349 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test7() 378 xmm_t ipx4; in test8() local 410 ipx4 = vect_set_epi32(ip2, ip1, ip2, ip1); in test8() 411 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test8() 437 ipx4 = vect_set_epi32(ip1, ip1, ip2, ip2); in test8() 438 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test8() 894 xmm_t ipx4; in test12() local 922 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test12() 1027 xmm_t ipx4; in test14() local [all …]
|
| H A D | test_lpm_perf.c | 733 xmm_t ipx4; in test_lpm_perf() local 735 ipx4 = vect_loadu_sil128((xmm_t *)(ip_batch + j)); in test_lpm_perf() 736 ipx4 = *(xmm_t *)(ip_batch + j); in test_lpm_perf() 737 rte_lpm_lookupx4(lpm, ipx4, next_hops, UINT32_MAX); in test_lpm_perf()
|