merge doc.

dev
jfb8856606 2019-06-25 20:07:52 +08:00
parent 26e0faccf0
commit 29755f8b0c
3 changed files with 0 additions and 12 deletions

View File

@ -31,11 +31,7 @@ Currently, besides authorized DNS server of DNSPod, there are various products i
## Quick Start
# clone F-Stack
<<<<<<< HEAD
mkdir -p /data/f-stack
=======
mkdir /data/f-stack
>>>>>>> aca62ecc5596c6283719465d643b88198182810f
git clone https://github.com/F-Stack/f-stack.git /data/f-stack
# install libnuma-dev

View File

@ -23,11 +23,7 @@ Initialize F-Stackincluding DPDK/FreeBSD network stack, etc.
#### ff_run
void ff_run(loop_func_t loop, void *arg);
<<<<<<< HEAD
loop is a callback functionthe service logic is implemented by the user, and called by each poll of F-Stack .
=======
loop is a callbask functionthe service logic is implemented by the user, and called by each poll of F-Stack .
>>>>>>> aca62ecc5596c6283719465d643b88198182810f
### Control API

View File

@ -75,9 +75,5 @@ The mount point can be made permanent across reboots, by adding the following li
# run with start.sh
./start.sh -b ./redis-server -o /path/to/redis.conf
# or run like this:
<<<<<<< HEAD
#./redis-server --conf config.ini --proc-type=primary --proc-id=0 /path/to/redis.conf
=======
#./redis-server --conf=config.ini --proc-type=primary --proc-id=0 /path/to/redis.conf
>>>>>>> aca62ecc5596c6283719465d643b88198182810f