ANLAB-KAIST / NBA

Network Balancing Act: A High-performance packet processing framework for heterogeneous processors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detect CPU cores using DPDK EAL

achimnol opened this issue · comments

The current version of NBA and pspgen-dpdk detects the CPU cores using libnuma directly, instead of using DPDK EAL. Let's improve this by:

  • Let the thread initialization codes of NBA and pspgen-dpdk to respect -c xxxx EAL argument.
  • Let configs/default.py to offer single-node execution and execution using cores specified by EAL arguments.