ANLAB-KAIST / NBA

Network Balancing Act: A High-performance packet processing framework for heterogeneous processors
MIT License
55 stars 13 forks source link

Try interrupt-based mode #26

Open achimnol opened 9 years ago

achimnol commented 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.