<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>eec4e172 - Fix typo</title>
        <link>http://172.16.0.5:8080/history/f-stack/example/Makefile#eec4e172</link>
        <description>Fix typo

            List of files:
            /f-stack/example/Makefile</description>
        <pubDate>Tue, 25 May 2021 07:58:49 +0000</pubDate>
        <dc:creator>Aayush Atharva &lt;aayush@shieldblaze.com&gt;</dc:creator>
    </item>
<item>
        <title>449c1f68 - fix compilation problem of example.</title>
        <link>http://172.16.0.5:8080/history/f-stack/example/Makefile#449c1f68</link>
        <description>fix compilation problem of example.

            List of files:
            /f-stack/example/Makefile</description>
        <pubDate>Fri, 05 Feb 2021 09:12:16 +0000</pubDate>
        <dc:creator>jfb8856606 &lt;fengbojiang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>8d76b62e - Support DPDK 20.11.0(LTS).</title>
        <link>http://172.16.0.5:8080/history/f-stack/example/Makefile#8d76b62e</link>
        <description>Support DPDK 20.11.0(LTS).

            List of files:
            /f-stack/example/Makefile</description>
        <pubDate>Fri, 05 Feb 2021 08:42:07 +0000</pubDate>
        <dc:creator>fengbojiang &lt;fengbojiang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>76c59264 - DPDK: upgrade to 17.11.2 LTS.</title>
        <link>http://172.16.0.5:8080/history/f-stack/example/Makefile#76c59264</link>
        <description>DPDK: upgrade to 17.11.2 LTS.Changes:1. This version is downloaded fromhttps://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.

            List of files:
            /f-stack/example/Makefile</description>
        <pubDate>Tue, 15 May 2018 09:49:22 +0000</pubDate>
        <dc:creator>logwang &lt;logwang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>2bfe3f2e - DPDK: upgrade to 17.11.2 LTS.</title>
        <link>http://172.16.0.5:8080/history/f-stack/example/Makefile#2bfe3f2e</link>
        <description>DPDK: upgrade to 17.11.2 LTS.Changes:1. This version is downloaded fromhttps://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.

            List of files:
            /f-stack/example/Makefile</description>
        <pubDate>Tue, 15 May 2018 09:49:22 +0000</pubDate>
        <dc:creator>logwang &lt;logwang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>8cf1d457 - Optimize makefile</title>
        <link>http://172.16.0.5:8080/history/f-stack/example/Makefile#8cf1d457</link>
        <description>Optimize makefile

            List of files:
            /f-stack/example/Makefile</description>
        <pubDate>Thu, 14 Sep 2017 07:25:07 +0000</pubDate>
        <dc:creator>logwang &lt;logwang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>144c6bcd - Add tool: route.</title>
        <link>http://172.16.0.5:8080/history/f-stack/example/Makefile#144c6bcd</link>
        <description>Add tool: route.This commit ports FreeBSD `route` to F-Stack, can be used to set the routetable.

            List of files:
            /f-stack/example/Makefile</description>
        <pubDate>Wed, 14 Jun 2017 07:25:35 +0000</pubDate>
        <dc:creator>logwang &lt;logwang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>1a78ce8e - epoll optimization, add ff_kevent_do_each</title>
        <link>http://172.16.0.5:8080/history/f-stack/example/Makefile#1a78ce8e</link>
        <description>epoll optimization, add ff_kevent_do_each

            List of files:
            /f-stack/example/Makefile</description>
        <pubDate>Tue, 13 Jun 2017 09:50:51 +0000</pubDate>
        <dc:creator>Ron &lt;yoyo@yoyo.so&gt;</dc:creator>
    </item>
<item>
        <title>df6ad731 - Add tool: ifconfig.</title>
        <link>http://172.16.0.5:8080/history/f-stack/example/Makefile#df6ad731</link>
        <description>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.

            List of files:
            /f-stack/example/Makefile</description>
        <pubDate>Tue, 06 Jun 2017 08:52:52 +0000</pubDate>
        <dc:creator>logwang &lt;logwang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>7abd0fb2 - Add tool: sysctl.</title>
        <link>http://172.16.0.5:8080/history/f-stack/example/Makefile#7abd0fb2</link>
        <description>Add tool: sysctl.This commit contains an ipc library implemented by dpdk rte_ring andsysctl tool ported from FreeBSD.With this commit we can get and set FreeBSD kernel state in runtime.

            List of files:
            /f-stack/example/Makefile</description>
        <pubDate>Tue, 23 May 2017 15:13:49 +0000</pubDate>
        <dc:creator>logwang &lt;logwang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>87454041 - example: remove pkg-config in Makefile.</title>
        <link>http://172.16.0.5:8080/history/f-stack/example/Makefile#87454041</link>
        <description>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.

            List of files:
            /f-stack/example/Makefile</description>
        <pubDate>Fri, 12 May 2017 03:06:04 +0000</pubDate>
        <dc:creator>logwang &lt;logwang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>a9643ea8 - init</title>
        <link>http://172.16.0.5:8080/history/f-stack/example/Makefile#a9643ea8</link>
        <description>init

            List of files:
            /f-stack/example/Makefile</description>
        <pubDate>Fri, 21 Apr 2017 10:43:26 +0000</pubDate>
        <dc:creator>logwang &lt;logwang@tencent.com&gt;</dc:creator>
    </item>
</channel>
</rss>
