History log of /f-stack/README.md (Results 1 – 25 of 46)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v1.21.1
# 6b8a3e40 07-Feb-2021 jfb8856606 <[email protected]>

Fix #576, add the code of igb_uio and enable_kmods.


# 8d76b62e 05-Feb-2021 fengbojiang <[email protected]>

Support DPDK 20.11.0(LTS).


Revision tags: v1.21
# 8c6931d2 03-Apr-2020 soroshsabz <[email protected]>

Update README.md

Remove unnecessary spaces.


# a964296a 03-Apr-2020 soroshsabz <[email protected]>

Update README.md

Improve quick start for building f-stack in clean ubuntu machine.


Revision tags: v1.20
# 14cef497 23-Nov-2019 fengbojiang <[email protected]>

Redis: remvoe redis-3.2.8.


Revision tags: v1.13
# 28e10b57 31-Oct-2019 fengbojiang(姜凤波) <[email protected]>

modify nginx-1.11.10 to nginx 1.16.1 in tutorial.


# 3f18f1a2 29-Jul-2019 root <[email protected]>

KNI: remove the feature of monitor port's link status.
And if you want to use kni, you should do one of two action:
1. `insmod rte_kni.ko carrier=on` while init dpdk running environment.
2. or run `e

KNI: remove the feature of monitor port's link status.
And if you want to use kni, you should do one of two action:
1. `insmod rte_kni.ko carrier=on` while init dpdk running environment.
2. or run `echo 1 > /sys/class/net/veth0/carrier` after enable veth0 up.

Refer #401, but this is not the real reason of #401, it is the DPDK's ENA driver can't work correctly in multi-processes.

show more ...


# 5af66259 01-Jul-2019 jfb8856606 <[email protected]>

add `make install` and `make uninstall` in f-tack's lib and tools, refer #396


# ac6d8f46 26-Jun-2019 jfb8856606 <[email protected]>

add `carrier=on` while insmod rte_kni.ko in doc.


# 29755f8b 25-Jun-2019 jfb8856606 <[email protected]>

merge doc.


# ced31bf9 30-Mar-2019 yumm007 <[email protected]>

update quick start script

use mkdir -p to create work directory of /data/f-stack


# 3ddf303f 30-Mar-2019 yumm007 <[email protected]>

update quick start script

use mkdir -p to create work directory of /data/f-stack


# 8f525b0b 03-Aug-2018 fengbojiang <[email protected]>

Add the result of reuseport test case.


# dc5b2a9e 03-Aug-2018 fengbojiang <[email protected]>

Add the result of reuseport test case.


# b313c47c 03-Aug-2018 xklllll <[email protected]>

Add Binary Release info to README.md


# ae4ba622 03-Aug-2018 xklllll <[email protected]>

Add Binary Release info to README.md


Revision tags: v1.12
# 76c59264 15-May-2018 logwang <[email protected]>

DPDK: upgrade to 17.11.2 LTS.

Changes:
1. This version is downloaded from
https://fast.dpdk.org/rel/dpdk-17.11.2.tar.xz.
2. Adapt the new interface `rte_ring_dequeue_burst`.
3. Change the type of `p

DPDK: upgrade to 17.11.2 LTS.

Changes:
1. This version is downloaded from
https://fast.dpdk.org/rel/dpdk-17.11.2.tar.xz.
2. Adapt the new interface `rte_ring_dequeue_burst`.
3. Change the type of `port_id` from uint8_t to uint16_t.
4. Just link libdpdk.a instead of the other libaries.
5. Install libnuma-dev first.
6. Update the documents.

show more ...


# 2bfe3f2e 15-May-2018 logwang <[email protected]>

DPDK: upgrade to 17.11.2 LTS.

Changes:
1. This version is downloaded from
https://fast.dpdk.org/rel/dpdk-17.11.2.tar.xz.
2. Adapt the new interface `rte_ring_dequeue_burst`.
3. Change the type of `p

DPDK: upgrade to 17.11.2 LTS.

Changes:
1. This version is downloaded from
https://fast.dpdk.org/rel/dpdk-17.11.2.tar.xz.
2. Adapt the new interface `rte_ring_dequeue_burst`.
3. Change the type of `port_id` from uint8_t to uint16_t.
4. Just link libdpdk.a instead of the other libaries.
5. Install libnuma-dev first.
6. Update the documents.

show more ...


# e09daaff 20-Apr-2018 jbwyatt4 <[email protected]>

spelling error


# eb6b6fa6 20-Apr-2018 jbwyatt4 <[email protected]>

spelling error


# bf11d8a1 20-Apr-2018 jbwyatt4 <[email protected]>

More grammar and sentence rewrites


# aa833a4a 20-Apr-2018 jbwyatt4 <[email protected]>

More grammar and sentence rewrites


# 457ddce2 19-Apr-2018 jbwyatt4 <[email protected]>

Grammar and other fixes


# 9ece0b02 19-Apr-2018 jbwyatt4 <[email protected]>

Grammar and other fixes


Revision tags: v1.11
# 1a527102 14-Sep-2017 logwang <[email protected]>

Example: exit when ff_api failed


12