History log of /f-stack/example/Makefile (Results 1 – 12 of 12)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v1.21.1
# eec4e172 25-May-2021 Aayush Atharva <[email protected]>

Fix typo


# 449c1f68 05-Feb-2021 jfb8856606 <[email protected]>

fix compilation problem of example.


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

Support DPDK 20.11.0(LTS).


Revision tags: v1.21, v1.20, v1.13, 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
# 8cf1d457 14-Sep-2017 logwang <[email protected]>

Optimize makefile


# 144c6bcd 14-Jun-2017 logwang <[email protected]>

Add tool: route.

This commit ports FreeBSD `route` to F-Stack, can be used to set the route
table.


# 1a78ce8e 13-Jun-2017 Ron <[email protected]>

epoll optimization, add ff_kevent_do_each


# df6ad731 06-Jun-2017 logwang <[email protected]>

Add tool: ifconfig.

Changes:
Remove directory `ipc`, and add a new directory `compat`.
Directory `compat` includes some FreeBSD source files to be compatible
with Linux.
Port Fre

Add tool: ifconfig.

Changes:
Remove directory `ipc`, and add a new directory `compat`.
Directory `compat` includes some FreeBSD source files to be compatible
with Linux.
Port FreeBSD ifconfig to F-Stack.

show more ...


# 7abd0fb2 23-May-2017 logwang <[email protected]>

Add tool: sysctl.

This commit contains an ipc library implemented by dpdk rte_ring and
sysctl tool ported from FreeBSD.

With this commit we can get and set FreeBSD kernel state in runtime.


# 87454041 12-May-2017 logwang <[email protected]>

example: remove pkg-config in Makefile.

Because pkg-config(version before 0.28) reordered -Wl,--whole-archive -Wl,--no-whole-archive not to surround the dpdk libraries, so we remove pkg-config and d

example: remove pkg-config in Makefile.

Because pkg-config(version before 0.28) reordered -Wl,--whole-archive -Wl,--no-whole-archive not to surround the dpdk libraries, so we remove pkg-config and do it ourselves.

show more ...


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

init