You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
insmod /data/f-stack/dpdk/build/kernel/linux/kni/rte_kni.ko carrier=on # carrier=on is necessary, otherwise need to be up `veth0` via `echo 1 > /sys/class/net/veth0/carrier`
70
75
python dpdk-devbind.py --status
71
76
ifconfig eth0 down
72
77
python dpdk-devbind.py --bind=igb_uio eth0 # assuming that use 10GE NIC and eth0
73
78
79
+
# For FreeBSD:
80
+
# Refer DPDK FreeBSD guide to set tunables in /boot/loader.conf
81
+
# Below is an example used for our testing machine
*[the irc channel #redis](http://webchat.freenode.net/?channels=redis) on freenode
18
+
19
+
It is also possible that your question was already asked here, so please do a quick issues search before submitting. Lastly, if your question is about one of Redis' [clients](https://redis.io/clients), you may to contact your client's developers for help.
20
+
21
+
That said, please feel free to replace all this with your question :)
0 commit comments