History log of /f-stack/tools/prog.mk (Results 1 – 14 of 14)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d4a07e70 30-Sep-2021 fengbojiang <[email protected]>

ff tools upgrade to support FreeBSD 13.0.


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
# e4983a3d 17-Aug-2018 fengbojiang <[email protected]>

Arrange tool directory


# 65a9b498 17-Aug-2018 fengbojiang <[email protected]>

Arrange tool directory


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
# b37139ca 14-Nov-2017 whl739 <[email protected]>

Add tool: ipfw.

ipfw -- interface for firewall, packet scheduler, NAT and so on.

It is comprised of several components: the kernel firewall filter rule processor and its integrated packet accountin

Add tool: ipfw.

ipfw -- interface for firewall, packet scheduler, NAT and so on.

It is comprised of several components: the kernel firewall filter rule processor and its integrated packet accounting facility, the logging facility, NAT, a forward facility, a bridge facility, and an ipstealth facility.
Note that the `dummynet` traffic shaper is not merged.

show more ...


# 127dd473 14-Nov-2017 whl739 <[email protected]>

Add tool: ipfw.

ipfw -- interface for firewall, packet scheduler, NAT and so on.

It is comprised of several components: the kernel firewall filter rule processor and its integrated packet accountin

Add tool: ipfw.

ipfw -- interface for firewall, packet scheduler, NAT and so on.

It is comprised of several components: the kernel firewall filter rule processor and its integrated packet accounting facility, the logging facility, NAT, a forward facility, a bridge facility, and an ipstealth facility.
Note that the `dummynet` traffic shaper is not merged.

show more ...


# 3b2bd0f6 01-Nov-2017 logwang <[email protected]>

Add tool: ngctl.

ngctl -- netgraph control utility.
The ngctl utility creates a new netgraph node of type socket which can be used to issue netgraph commands.


# 1eaf0ac3 31-Aug-2017 logwang <[email protected]>

Add tool: netstat.

Including libraries: libutil,libmemstat,libxo.


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


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


# 2d99e60c 26-May-2017 logwang <[email protected]>

Tools/sysctl: make porting more general.

When porting tools, We should change the original codes as few as
possible.


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