* marks a packet down to be sent to a particular node process */
| 242 | * marks a packet down to be sent to a particular node process |
| 243 | */ |
| 244 | static inline void |
| 245 | enqueue_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 |