mirror of https://github.com/F-Stack/f-stack.git
update README.md and file to Execution
This commit is contained in:
parent
7a243e255a
commit
1ab1bbefe2
|
@ -50,8 +50,8 @@ Currently, besides authorized DNS server of DNSPod, there are various products i
|
|||
|
||||
# offload NIC
|
||||
modprobe uio
|
||||
insmod /data/f-stack/dpdk/x86_64-native-linuxapp-gcc/build/kmod/igb_uio.ko
|
||||
insmod /data/f-stack/dpdk/x86_64-native-linuxapp-gcc/build/kmod/rte_kni.ko
|
||||
insmod /data/f-stack/dpdk/x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
|
||||
insmod /data/f-stack/dpdk/x86_64-native-linuxapp-gcc/kmod/rte_kni.ko
|
||||
python dpdk-devbind.py --status
|
||||
ifconfig eth0 down
|
||||
python dpdk-devbind.py --bind=igb_uio eth0 # assuming that use 10GE NIC and eth0
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
amd64/include
|
|
@ -0,0 +1 @@
|
|||
amd64/include
|
Loading…
Reference in New Issue