ANLAB-KAIST / NBA

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

Evaluate performance on AWS EC2 #30

Open achimnol opened 8 years ago

achimnol commented 8 years ago

Evaluate NBA's performance on multi-tenant cloud environments: Amazon EC2. Intel DPDK has two types of EC2-releated poll-mode drivers:

Additionally, it would be more interesting to try CUDA-enabled instances (e.g., g2 family) with GPU acceleration. In this case, you may need to change/update Snakefile and PCI device IDs in *_DEVICES files to detect the grid-version of NVIDIA GPUs correctly and compile the CUDA sources using the correct compute capability versions.

NOTE: You may need to attach a secondary back-up ENI to protect access to your instances because the OS network stack looses SSH connections when DPDK takes the control of primary NIC via ixgbevf-pmd.