ANLAB-KAIST / NBA

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

Add optional packet reordering support #25

Open achimnol opened 9 years ago

achimnol commented 9 years ago

Change io_tx_batch() function to use DPDK's packet reordering library (optionally) - http://dpdk.org/browse/dpdk/tree/examples/packet_ordering/main.c This may impact the latency distribution a lot, especially for adaptive load balancing configurations where we mix CPU and GPU.