Searched refs:hops (Results 1 – 6 of 6) sorted by relevance
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_fib.c | 79 struct rte_mbuf **pkts_burst, uint16_t hops[nb_tx]) in fib_send_single() 89 &hops[j], pkts_burst[j]->packet_type); in fib_send_single() 95 *(uint64_t *)ð_hdr->dst_addr = dest_eth_addr[hops[j]]; in fib_send_single() 96 rte_ether_addr_copy(&ports_eth_addr[hops[j]], in fib_send_single() 100 send_single_packet(qconf, pkts_burst[j], hops[j]); in fib_send_single() 112 uint16_t hops[nb_rx]; in fib_send_packets() local 158 hops[i] = nh != FIB_DEFAULT_HOP ? nh : portid; in fib_send_packets() 162 send_packets_multi(qconf, pkts_burst, hops, nb_rx); in fib_send_packets() 164 fib_send_single(nb_rx, qconf, pkts_burst, hops); in fib_send_packets()
|
| /dpdk/examples/pipeline/examples/ |
| H A D | selector.spec | 17 ; recomputing the IPv4 checksum, etc. The selector allows for multiple next hops to be specified 19 ; picked out of the set of next hops defined for the route while preserving the packet ordering
|
| H A D | fib.spec | 9 ; next hops (of equal or different weights, in case of WCMP [4]) to be provided for each route. 13 ; next hops associated with the current route, out of which a single next hop is selected based on a
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rib_lib.rst | 121 Consider a RIB with a number of routes with different next hops (A and B) as
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_16_04.rst | 242 * **Increased number of next hops for LPM IPv4 to 2^24.**
|
| H A D | release_17_05.rst | 52 * **Increased number of next hops for LPM IPv6 to 2^21.**
|