History log of /f-stack/app/micro_thread/Makefile (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v1.21.1
# 8d76b62e 05-Feb-2021 fengbojiang <[email protected]>

Support DPDK 20.11.0(LTS).


Revision tags: v1.21, v1.20, v1.13
# 5af66259 01-Jul-2019 jfb8856606 <[email protected]>

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


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 ...


Revision tags: v1.11
# 35a81399 20-Nov-2017 logwang <[email protected]>

Micro_thread: convert encoding of source files and remove chinese comments.


# 5ac59bc4 20-Nov-2017 logwang <[email protected]>

Micro_thread: convert encoding of source files and remove chinese comments.


# a02c88d6 08-Aug-2017 logwang <[email protected]>

Simplify startup arguments and add ff_fdisused.

Changes:
1.Simplify f-stack startup arguments:"--conf, --proc-type, --proc-id".
2.add a function `ff_fdisused` to check if fd is used in f-stack.


# a9643ea8 21-Apr-2017 logwang <[email protected]>

init