Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-fib/
H A Dmain.c35 #define BURST_SZ 64 macro
842 uint64_t fib_nh[BURST_SZ]; in run_v4()
843 uint32_t lpm_nh[BURST_SZ]; in run_v4()
955 BURST_SZ); in run_v4()
967 for (j = 0; j < BURST_SZ; j++) { in run_v4()
1041 uint64_t fib_nh[BURST_SZ]; in run_v6()
1042 int32_t lpm_nh[BURST_SZ]; in run_v6()
1136 fib_nh, BURST_SZ); in run_v6()
1151 lpm_nh, BURST_SZ); in run_v6()
1163 fib_nh, BURST_SZ); in run_v6()
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Dipsec_lib.rst287 union rte_ipsec_sad_key keys[BURST_SZ];
288 const union rte_ipsec_sad_key *keys_p[BURST_SZ];
289 void *vals[BURST_SZ];
297 rte_ipsec_sad_lookup(sad, keys_p, vals, BURST_SZ);