Skip to content

This project aims to provide DPDK provider support to the libfabric interface, so that software such as derecho may achieve zero-copy communication between servers with commodity internet components, resulting in much lower latency in networking communication with few costs.

Notifications You must be signed in to change notification settings

ar545/dpdk-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful UNIX commands

setup github:

ssh-keygen -t ed25519 -C "[email protected]"; cat ~/.ssh/id_ed25519.pub

libfabric

 git clone [email protected]:Ar545/libfabric.git
 
cd libfabric/

./autogen.sh 

./configure && sudo make && sudo make install

cd util/

ifconfig

./fi_pingpong -p sockets

./fi_pingpong -p sockets 128.105.145.179


sudo ./fi_pingpong -p tcp -e msg

sudo ./fi_pingpong -p dpdk -e msg -d 0000:06:00.1

sudo ./fi_pingpong -p dpdk -e msg -d 0000:5e:00.1

About

This project aims to provide DPDK provider support to the libfabric interface, so that software such as derecho may achieve zero-copy communication between servers with commodity internet components, resulting in much lower latency in networking communication with few costs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published