Searched refs:indexes (Results 1 – 5 of 5) sorted by relevance
| /dpdk/doc/guides/prog_guide/ |
| H A D | ring_lib.rst | 301 In the preceding figures, the prod_head, prod_tail, cons_head and cons_tail indexes are represented… 303 The indexes are between 0 and 2^32 -1, and we mask their value when we access the object table (the… 304 32-bit modulo also implies that operations on indexes (such as, add/subtract) will automatically do… 307 The following are two examples that help to explain how indexes are used in a ring. 312 In addition, the four indexes are defined as unsigned 16-bit integers, 320 Modulo 32-bit indexes - Example 1 330 Modulo 32-bit indexes - Example 2 342 that's why the overflow of the indexes is not a problem.
|
| H A D | toeplitz_hash_lib.rst | 262 * used as an indexes in RSS ReTa. */
|
| /dpdk/app/test/ |
| H A D | test_hash_perf.c | 651 unsigned indexes[TEST_SIZE]; in fbk_hash_perf_test() local 691 indexes[j] = rte_rand() % added; in fbk_hash_perf_test() 696 value += rte_fbk_hash_lookup(handle, keys[indexes[j]]); in fbk_hash_perf_test()
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | eal_args.include.rst | 16 where ``c1``, ``c2``, etc are core indexes between 0 and 128.
|
| /dpdk/doc/guides/nics/ |
| H A D | virtio.rst | 223 ring indexes and uses vector instructions to optimize performance for split
|