Searched refs:depths (Results 1 – 6 of 6) sorted by relevance
| /dpdk/lib/lpm/ |
| H A D | rte_lpm6.h | 149 uint8_t ips[][RTE_LPM6_IPV6_ADDR_SIZE], uint8_t *depths, unsigned n);
|
| H A D | rte_lpm6.c | 1068 uint8_t ips[][RTE_LPM6_IPV6_ADDR_SIZE], uint8_t *depths, in rte_lpm6_delete_bulk_func() argument 1075 if ((lpm == NULL) || (ips == NULL) || (depths == NULL)) in rte_lpm6_delete_bulk_func() 1080 ip6_mask_addr(masked_ip, depths[i]); in rte_lpm6_delete_bulk_func() 1081 rule_delete(lpm, masked_ip, depths[i]); in rte_lpm6_delete_bulk_func()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | eventdev_pipeline.rst | 13 configured for various numbers worker cores, stages,queue depths and cycles per
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | lpm6_lib.rst | 61 whether there are other rules with bigger depths and the same key in the data structure.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_19_02.rst | 39 * Added independent configuration of HW Tx and Rx ring depths.
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | dlb2.rst | 187 depths of 32 and a load-balanced credit pool size of 4096, each port will start
|