ANLAB-KAIST / NBA

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

Add support for null pmd (I/O emulation mode) #14

Closed achimnol closed 8 years ago

achimnol commented 9 years ago

Replace old-fashined emulation mode with null pmd. DPDK's null pmd has an option to copy the packet content from zero-initialized packet instance, but we need to create valid IP packets.

Things to do:

achimnol commented 9 years ago

Add ref: http://dpdk.org/ml/archives/dev/2015-July/021695.html

achimnol commented 8 years ago

Implemented as a fork of null pmd: void pmd in anlab-kaist/dpdk by @leeopop . Kudos to Keunhong! :+1: