chen622 / smart_offload

基于 DPDK 和智能网卡的流量卸载试验. A flow offloading prototype base on DPDK and Mellanox/Nvidia SmartNIC.
MIT License
8 stars 0 forks source link
dpdk mellanox offloading smart-nic smartnic

Smart Offload

Build

1. Main Feature

2. Module Design

module

3. Thread Design

threads

3. Quick Start

Requirements:

Run

mkdir build && cd build
cmake ..
make
# -l Specify the core; -a Specify the port
./smart_offload -l 1-9 -a 82:00.0

4. Questions

Unable to set Power Management Environment

Can not set frequency of CPU cores, you can a definition -DVM=true to disable this feature.