dpdk组态 千兆网卡 驱动 失败 原因分析及 解决方案

dpdk版本号是1.7.1稳定版,server它是ubuntu12.04LTS x86 64bit

绑定默认驱动程序千兆网卡ixgbe失败

# ./dpdk_nic_bind.py -b ixgbe 06:00.1
Error: bind failed for 0000:06:00.1 - Cannot bind to driver ixgbe

查看原因 dmesg |tail

# dmesg |tail
[ 5667.433649] ixgbe 0000:06:00.1: failed to load because an unsupported SFP+ module type was detected.
[ 5667.433953] ixgbe 0000:06:00.1: Reload the driver after installing a supported module.
[ 5667.434282] ixgbe 0000:06:00.1: PCI INT B disabled

发现原因是光模块不支持

解决的方法是换两块intel的光模块


参考文章:千兆网卡启动失败  http://www.linux80.com/a/Linuxxitong/2014/0527/43.html


posted @ 2015-12-08 16:53  zfyouxi  阅读(655)  评论(0编辑  收藏  举报