Searched refs:lpm_key (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_table_tables.c | 379 lpm_key.depth = 0; in test_table_lpm() 385 lpm_key.depth = 33; in test_table_lpm() 391 lpm_key.depth = 16; in test_table_lpm() 406 lpm_key.depth = 0; in test_table_lpm() 411 lpm_key.depth = 33; in test_table_lpm() 416 lpm_key.depth = 16; in test_table_lpm() 552 lpm_key.depth = 0; in test_table_lpm_ipv6() 558 lpm_key.depth = 129; in test_table_lpm_ipv6() 564 lpm_key.depth = 16; in test_table_lpm_ipv6() 580 lpm_key.depth = 0; in test_table_lpm_ipv6() [all …]
|
| H A D | test_table_combined.c | 301 struct rte_table_lpm_key lpm_key = { in test_table_lpm_combined() local 322 (void *)&lpm_key, &table_packets, NULL, 0); in test_table_lpm_combined() 329 (void *)&lpm_key, &table_packets, NULL, 0); in test_table_lpm_combined() 333 lpm_key.depth = 0; in test_table_lpm_combined() 336 (void *)&lpm_key, &table_packets, NULL, 0); in test_table_lpm_combined() 339 lpm_key.depth = 33; in test_table_lpm_combined() 342 (void *)&lpm_key, &table_packets, NULL, 0); in test_table_lpm_combined()
|