随笔分类 - open_source
qemu, dpdk
摘要:https://blog.csdn.net/fcx520/article/details/49889985
阅读全文
摘要:1, code下载fd.io的版本:git clone https://gerrit.fd.io/r/vpp 2, compile make install-depmake bootstrapmake build # or `make build-release` 3, compile debmak
阅读全文
摘要:1, download uboot ftp://ftp.denx.de/pub/u-boot/ 2, compile uboot make vexpress_ca9x4_config export ARCH=arm export CROSS_COMPILE=arm-linux-gnueabi- ma
阅读全文
摘要:1,安装工具sudo apt-get install gcc-arm-linux-gnueabisudo apt-get install qemu 2,下载Linux内核从kernel.org下载压缩包tar -xf linux-3.16.45.tar.xz 3,编译内核make mrproper
阅读全文
摘要:数据平面开发套件(DPDK[1] ,Data Plane Development Kit)是由6WIND,Intel等多家公司开发,主要基于Linux系统运行,用于快速数据包处理的函数库与驱动集合,可以极大提高数据处理性能和吞吐量,提高数据平面应用程序的工作效率。
阅读全文