Open achimnol opened 9 years ago
DPDK 2.1 and later offers an interrupt-based RX mode, by associating an epoll file descriptor with port_id and queue_id. This will greatly simplify the I/O loops but may introduce additional latency. Let's check it out.
DPDK 2.1 and later offers an interrupt-based RX mode, by associating an epoll file descriptor with port_id and queue_id. This will greatly simplify the I/O loops but may introduce additional latency. Let's check it out.