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

Function enqueue_rx_packet

dpdk/examples/server_node_efd/efd_server/main.c:244–248  ·  view source on GitHub ↗

* marks a packet down to be sent to a particular node process */

Source from the content-addressed store, hash-verified

242 * marks a packet down to be sent to a particular node process
243 */
244static inline void
245enqueue_rx_packet(uint8_t node, struct rte_mbuf *buf)
246{
247 cl_rx_buf[node].buffer[cl_rx_buf[node].count++] = buf;
248}
249
250/*
251 * This function takes a group of packets and routes them

Callers 1

process_packetsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected