/dpdk/lib/fib/ |
H A D | dir24_8_avx512.c | 13 uint64_t *next_hops, int size, bool be_addr) in dir24_8_vec_lookup_x16() argument 81 dir24_8_vec_lookup_x8_8b(void * p,const uint32_t * ips,uint64_t * next_hops) dir24_8_vec_lookup_x8_8b() argument 119 rte_dir24_8_vec_lookup_bulk_1b(void * p,const uint32_t * ips,uint64_t * next_hops,const unsigned int n) rte_dir24_8_vec_lookup_bulk_1b() argument 132 rte_dir24_8_vec_lookup_bulk_2b(void * p,const uint32_t * ips,uint64_t * next_hops,const unsigned int n) rte_dir24_8_vec_lookup_bulk_2b() argument 145 rte_dir24_8_vec_lookup_bulk_4b(void * p,const uint32_t * ips,uint64_t * next_hops,const unsigned int n) rte_dir24_8_vec_lookup_bulk_4b() argument 158 rte_dir24_8_vec_lookup_bulk_8b(void * p,const uint32_t * ips,uint64_t * next_hops,const unsigned int n) rte_dir24_8_vec_lookup_bulk_8b() argument [all...] |
H A D | dir24_8.h | 148 dir24_8_lookup_bulk(struct dir24_8_tbl * dp,const uint32_t * ips,uint64_t * next_hops,const unsigned int n,uint8_t nh_sz) dir24_8_lookup_bulk() argument 176 dir24_8_lookup_bulk_0(void * p,const uint32_t * ips,uint64_t * next_hops,const unsigned int n) dir24_8_lookup_bulk_0() argument 185 dir24_8_lookup_bulk_1(void * p,const uint32_t * ips,uint64_t * next_hops,const unsigned int n) dir24_8_lookup_bulk_1() argument 194 dir24_8_lookup_bulk_2(void * p,const uint32_t * ips,uint64_t * next_hops,const unsigned int n) dir24_8_lookup_bulk_2() argument 203 dir24_8_lookup_bulk_3(void * p,const uint32_t * ips,uint64_t * next_hops,const unsigned int n) dir24_8_lookup_bulk_3() argument 212 dir24_8_lookup_bulk_uni(void * p,const uint32_t * ips,uint64_t * next_hops,const unsigned int n) dir24_8_lookup_bulk_uni() argument [all...] |
H A D | trie_avx512.c | 71 uint64_t *next_hops, int size) in trie_vec_lookup_x16x2() argument 217 uint64_t *next_hops) in trie_vec_lookup_x8x2_8b() argument 310 uint64_t *next_hops, const unsigned int n) in rte_trie_vec_lookup_bulk_2b() argument 323 rte_trie_vec_lookup_bulk_4b(void * p,uint8_t ips[][RTE_FIB6_IPV6_ADDR_SIZE],uint64_t * next_hops,const unsigned int n) rte_trie_vec_lookup_bulk_4b() argument 336 rte_trie_vec_lookup_bulk_8b(void * p,uint8_t ips[][RTE_FIB6_IPV6_ADDR_SIZE],uint64_t * next_hops,const unsigned int n) rte_trie_vec_lookup_bulk_8b() argument [all...] |
H A D | rte_fib6.c | 53 dummy_lookup(void * fib_p,uint8_t ips[][RTE_FIB6_IPV6_ADDR_SIZE],uint64_t * next_hops,const unsigned int n) dummy_lookup() argument 143 rte_fib6_lookup_bulk(struct rte_fib6 * fib,uint8_t ips[][RTE_FIB6_IPV6_ADDR_SIZE],uint64_t * next_hops,int n) rte_fib6_lookup_bulk() argument
|
H A D | rte_fib.c | 53 dummy_lookup(void * fib_p,const uint32_t * ips,uint64_t * next_hops,const unsigned int n) dummy_lookup() argument 142 rte_fib_lookup_bulk(struct rte_fib * fib,uint32_t * ips,uint64_t * next_hops,int n) rte_fib_lookup_bulk() argument
|
/dpdk/lib/lpm/ |
H A D | rte_lpm.h | 332 #define rte_lpm_lookup_bulk(lpm, ips, next_hops, n) \ argument 337 uint32_t *next_hops, const unsigned n) in rte_lpm_lookup_bulk_func() argument 398 rte_lpm_lookup_bulk(lpm,ips,next_hops,n) global() argument [all...] |
H A D | rte_lpm_sve.h | 17 uint32_t *__rte_restrict next_hops, const uint32_t n) in __rte_lpm_lookup_vec()
|
H A D | rte_lpm6.c | 977 next_hops[i] = -1; in rte_lpm6_lookup_bulk_func() argument
|
/dpdk/app/test/ |
H A D | test_lpm_perf.c | 681 uint32_t next_hops[BULK_SIZE]; in test_lpm_perf() local 708 uint32_t next_hops[4]; in test_lpm_perf() local
|