MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rx_map_configure

Function rx_map_configure

dpdk/app/graph/ethdev_rx.c:26–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24uint16_t nb_lcore_params;
25
26static void
27rx_map_configure(uint8_t port_id, uint32_t queue, uint32_t core)
28{
29 uint8_t n_rx_queue;
30
31 n_rx_queue = lcore_conf[core].n_rx_queue;
32 lcore_conf[core].rx_queue_list[n_rx_queue].port_id = port_id;
33 lcore_conf[core].rx_queue_list[n_rx_queue].queue_id = queue;
34 lcore_conf[core].n_rx_queue++;
35}
36
37uint8_t
38ethdev_rx_num_rx_queues_get(uint16_t port)

Callers 1

ethdev_rx_map_addFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected