Home
last modified time | relevance | path

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

/dpdk/app/test-fib/
H A Dmain.c35 #define BURST_SZ 64 macro
846 uint64_t fib_nh[BURST_SZ]; in run_v4()
847 uint32_t lpm_nh[BURST_SZ]; in run_v4()
960 BURST_SZ); in run_v4()
972 for (j = 0; j < BURST_SZ; j++) { in run_v4()
1046 uint64_t fib_nh[BURST_SZ]; in run_v6()
1047 int32_t lpm_nh[BURST_SZ]; in run_v6()
1142 fib_nh, BURST_SZ); in run_v6()
1157 lpm_nh, BURST_SZ); in run_v6()
1169 fib_nh, BURST_SZ); in run_v6()
[all …]
/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);