tiglabs / jupiter

Jupiter is a high-performance 4-layer network load balance service based on DPDK.
MIT License
332 stars 135 forks source link

jupiter #17

Open Cole-GG opened 6 years ago

Cole-GG commented 6 years ago

jupiter需要几块网卡

muziding commented 6 years ago

@Cole-GG 至少1块网卡,多网卡也支持。

Cole-GG commented 6 years ago

@muziding 谢谢作者大大 我当时执行这个的时候报错了

modprobe uio

insmod /usr/share/jupiter/kmod/igb_uio.ko /usr/share/jupiter/tools/dpdk-devbind.py --bind=igb_uio eth1

因为我只有一块管理网卡eth0 请问你有更详细的安装文档吗

Cole-GG commented 6 years ago

/usr/share/jupiter/tools/dpdk-devbind.py --bind=igb_uio eth0 Routing table indicates that interface 0000:00:03.0 is active. Not modifying 如果我 ifconfig eth0 down再执行的话 我找不到原先的网卡 而且不能上网了

muziding commented 6 years ago

@Cole-GG 你需要先保留一个管理网口,剩下的数据网口绑定igb_uio驱动,给jupiter使用。具体可以参考DPDK的文档。