博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
dpdk编译安装
阅读量:7093 次
发布时间:2019-06-28

本文共 770 字,大约阅读时间需要 2 分钟。

hot3.png

ls x86_64-native-linuxapp-gcc/kmod

python tools/dpdk_bind.py --bind=igb_uio 0000:00:1f.6

export RTE_SDK=/dev/shm/dpdk

mkdir /mnt/huge

mount -t hugetlbfs nodev /mnt/huge

echo 64 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages

cd examples/helloworld/

./build/helloworld -c f -n 4 --socket-mem=64

EAL: Detected 8 lcore(s) EAL: No free hugepages reported in hugepages-1048576kB EAL: Probing VFIO support... hello from core 1 hello from core 2 hello from core 3 hello from core 0

# ./build/helloworld -c f -n 4 --socket-mem=64EAL: Detected 8 lcore(s)EAL: No free hugepages reported in hugepages-1048576kBEAL: Probing VFIO support...hello from core 1hello from core 2hello from core 3hello from core 0

转载于:https://my.oschina.net/innovation/blog/808635

你可能感兴趣的文章
控制文件自动备份篇
查看>>
HTTP参数详解
查看>>
自创本派高考理数试题集现在发布
查看>>
取得给定月份的第一天和最后一天的日期
查看>>
运行时给java对象动态的属性赋值
查看>>
ftp prompt
查看>>
GDAL源码剖析(一)
查看>>
CCF201604试题
查看>>
ionic + cordova 配置和开发过程中的一些问题
查看>>
yii2.0-rules验证规则应用实例
查看>>
网络学习(学堂在线)
查看>>
.net如何从后台获取repeater中的控件值
查看>>
2016-12-30 PHP JS
查看>>
java~日期与字符串的转化
查看>>
pycharm编码格式调整为UTF-8,避免代码移植出现乱码!
查看>>
Python 异常处理
查看>>
GitHub Student Developer Pack创建个人网站
查看>>
20141212
查看>>
hibernate面试点
查看>>
HDU 2841 Visible Trees(莫比乌斯反演)
查看>>