EuhatOfp is a library for peer to peers communication framework through user space tcp stack, now implemented in OFP over DPDK.
1. build ofp over dpdk
2. build EuhatOfp
1 | git clone https://github.com/euhat/EuhatOfp.git |
modify the paths of dpdk, odp-dpdk and ofp in test/Makefile.
1 2 3 | cd test make clean make |