<?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>2d9fd380 - DPDK:  upgrade to DPDK 20.11.0(LTS).</title>
        <link>http://172.16.0.5:8080/history/f-stack/dpdk/examples/ethtool/Makefile#2d9fd380</link>
        <description>DPDK:  upgrade to DPDK 20.11.0(LTS).

            List of files:
            /f-stack/dpdk/examples/ethtool/Makefile</description>
        <pubDate>Fri, 05 Feb 2021 08:48:47 +0000</pubDate>
        <dc:creator>jfb8856606 &lt;fengbojiang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>4418919f - DPDK: upgrade to DPDK 19.11.2(LTS).</title>
        <link>http://172.16.0.5:8080/history/f-stack/dpdk/examples/ethtool/Makefile#4418919f</link>
        <description>DPDK: upgrade to DPDK 19.11.2(LTS).

            List of files:
            /f-stack/dpdk/examples/ethtool/Makefile</description>
        <pubDate>Thu, 18 Jun 2020 16:55:50 +0000</pubDate>
        <dc:creator>johnjiang &lt;fengbojiang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>d30ea906 - Reupgrade DPDK to 18.11.</title>
        <link>http://172.16.0.5:8080/history/f-stack/dpdk/examples/ethtool/Makefile#d30ea906</link>
        <description>Reupgrade DPDK to 18.11.

            List of files:
            /f-stack/dpdk/examples/ethtool/Makefile</description>
        <pubDate>Tue, 25 Jun 2019 11:12:58 +0000</pubDate>
        <dc:creator>jfb8856606 &lt;fengbojiang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>031be553 - Revert &quot;DPDK:upgrade to 18.11.0 LTS.&quot;</title>
        <link>http://172.16.0.5:8080/history/f-stack/dpdk/examples/ethtool/Makefile#031be553</link>
        <description>Revert &quot;DPDK:upgrade to 18.11.0 LTS.&quot;This reverts commit 8850115bd87ac2e168ca2ab33159528818d45fe8.

            List of files:
            /f-stack/dpdk/examples/ethtool/Makefile</description>
        <pubDate>Fri, 18 Jan 2019 09:27:45 +0000</pubDate>
        <dc:creator>fengbojiang(&#23004;&#20964;&#27874;) &lt;fengbojiang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>5af785ec - Revert &quot;DPDK:upgrade to 18.11.0 LTS.&quot;</title>
        <link>http://172.16.0.5:8080/history/f-stack/dpdk/examples/ethtool/Makefile#5af785ec</link>
        <description>Revert &quot;DPDK:upgrade to 18.11.0 LTS.&quot;This reverts commit 8850115bd87ac2e168ca2ab33159528818d45fe8.

            List of files:
            /f-stack/dpdk/examples/ethtool/Makefile</description>
        <pubDate>Fri, 18 Jan 2019 09:27:45 +0000</pubDate>
        <dc:creator>fengbojiang(&#23004;&#20964;&#27874;) &lt;fengbojiang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>8850115b - DPDK:upgrade to 18.11.0 LTS.</title>
        <link>http://172.16.0.5:8080/history/f-stack/dpdk/examples/ethtool/Makefile#8850115b</link>
        <description>DPDK:upgrade to 18.11.0 LTS.

            List of files:
            /f-stack/dpdk/examples/ethtool/Makefile</description>
        <pubDate>Thu, 06 Dec 2018 14:17:51 +0000</pubDate>
        <dc:creator>jfb8856606 &lt;fengbojiang@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>28440c50 - DPDK:upgrade to 18.11.0 LTS.</title>
        <link>http://172.16.0.5:8080/history/f-stack/dpdk/examples/ethtool/Makefile#28440c50</link>
        <description>DPDK:upgrade to 18.11.0 LTS.

            List of files:
            /f-stack/dpdk/examples/ethtool/Makefile</description>
        <pubDate>Thu, 06 Dec 2018 14:17:51 +0000</pubDate>
        <dc:creator>jfb8856606 &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/dpdk/examples/ethtool/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/dpdk/examples/ethtool/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/dpdk/examples/ethtool/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/dpdk/examples/ethtool/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>a9643ea8 - init</title>
        <link>http://172.16.0.5:8080/history/f-stack/dpdk/examples/ethtool/Makefile#a9643ea8</link>
        <description>init

            List of files:
            /f-stack/dpdk/examples/ethtool/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>
