<?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 .gitignore</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f2577859 - doc: add eventdev feature matrices</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#f2577859</link>
        <description>doc: add eventdev feature matricesPatch adds feature matrices for event dev, Rx/Tx, Cryptoand Timer adapters.Along with, .ini files are added for all supported PMDs.Signed-off-by: Sunil Kumar Kori &lt;skori@marvell.com&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Wed, 24 Nov 2021 13:03:58 +0000</pubDate>
        <dc:creator>Sunil Kumar Kori &lt;skori@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>8b8036a6 - gpudev: introduce GPU device class library</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#8b8036a6</link>
        <description>gpudev: introduce GPU device class libraryIn heterogeneous computing system, processing is not only in the CPU.Some tasks can be delegated to devices working in parallel.The new library gpudev is for dealing with GPGPU computing devicesfrom a DPDK application running on the CPU.The infrastructure is prepared to welcome drivers in drivers/gpu/.Signed-off-by: Elena Agostini &lt;eagostini@nvidia.com&gt;Signed-off-by: Thomas Monjalon &lt;thomas@monjalon.net&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Mon, 08 Nov 2021 18:57:57 +0000</pubDate>
        <dc:creator>Elena Agostini &lt;eagostini@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>59e380f1 - doc: add cryptodev table for supported operating systems</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#59e380f1</link>
        <description>doc: add cryptodev table for supported operating systemsAdded table to the crypto device drivers documentationstating the support of each PMD on Linux, FreeBSD and Windows.Signed-off-by: Tal Shnaiderman &lt;talshn@nvidia.com&gt;Acked-by: Akhil Goyal &lt;gakhil@marvell.com&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Thu, 04 Nov 2021 18:48:43 +0000</pubDate>
        <dc:creator>Tal Shnaiderman &lt;talshn@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>0a91cdd4 - doc: add flow API features tables</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#0a91cdd4</link>
        <description>doc: add flow API features tablesThe NICs overview table lists all supported features per driver.There was a single row for &quot;Flow API&quot;,although rte_flow is composed of many items and actions.The row &quot;Flow API&quot; is replaced with two new tables for items and actions.Also, since rte_flow is not implemented in all drivers,it would be ugly to add empty sections in some files.That&apos;s why the error message for missing INI section is removed.The lists are sorted alphabetically.The extra files for some VF and vectorized data paths are not filled.Signed-off-by: Asaf Penso &lt;asafp@nvidia.com&gt;Signed-off-by: Thomas Monjalon &lt;thomas@monjalon.net&gt;Acked-by: Kiran Kumar K &lt;kirankumark@marvell.com&gt;---v6 changes:	- rebase/update	- remove deprecated shared action

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Wed, 07 Apr 2021 20:56:51 +0000</pubDate>
        <dc:creator>Thomas Monjalon &lt;thomas@monjalon.net&gt;</dc:creator>
    </item>
<item>
        <title>cf9b3c36 - regex/mlx5: introduce driver for BlueField 2</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#cf9b3c36</link>
        <description>regex/mlx5: introduce driver for BlueField 2This commit introduce the RegEx poll mode drivers class, andadds Mellanox RegEx PMD.Signed-off-by: Yuval Avnery &lt;yuvalav@mellanox.com&gt;Signed-off-by: Ori Kam &lt;orika@mellanox.com&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Mon, 20 Jul 2020 06:26:05 +0000</pubDate>
        <dc:creator>Yuval Avnery &lt;yuvalav@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>65f1eeca - doc: add feature matrix table for bbdev</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#65f1eeca</link>
        <description>doc: add feature matrix table for bbdevAdding missing overview page in documentation withcomparison of feature set by each available PMD implementation.Signed-off-by: Nicolas Chautru &lt;nicolas.chautru@intel.com&gt;Acked-by: Dave Burley &lt;dave.burley@accelercomm.com&gt;Acked-by: Niall Power &lt;niall.power@intel.com&gt;Acked-by: Akhil Goyal &lt;akhil.goyal@nxp.com&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Sat, 18 Apr 2020 22:46:48 +0000</pubDate>
        <dc:creator>Nicolas Chautru &lt;nicolas.chautru@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6222035e - doc: add vDPA features table</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#6222035e</link>
        <description>doc: add vDPA features tableAdd vDPA devices features table and explanation.Any vDPA driver can add its own supported features by ading a new inifile to the features directory in doc/guides/vdpadevs/features.Signed-off-by: Matan Azrad &lt;matan@mellanox.com&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Thu, 09 Jan 2020 11:00:16 +0000</pubDate>
        <dc:creator>Matan Azrad &lt;matan@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>808b3fce - git: ignore more build directories</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#808b3fce</link>
        <description>git: ignore more build directoriesBuild directories commonly have compiler in their names.In order to filter build directories not starting with &quot;build-&quot;(common with make), patterns for gcc and clang are added to .gitignore.Signed-off-by: Thomas Monjalon &lt;thomas@monjalon.net&gt;Acked-by: David Marchand &lt;david.marchand@redhat.com&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Sat, 14 Sep 2019 15:05:09 +0000</pubDate>
        <dc:creator>Thomas Monjalon &lt;thomas@monjalon.net&gt;</dc:creator>
    </item>
<item>
        <title>7df9d02e - doc: fix missing asymmetric crypto table</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#7df9d02e</link>
        <description>doc: fix missing asymmetric crypto tableFixes: 11e5ba72cf67 (&quot;doc: add crypto asymmetric feature list&quot;)Cc: stable@dpdk.orgSigned-off-by: Fiona Trahe &lt;fiona.trahe@intel.com&gt;Acked-by: Akhil Goyal &lt;akhil.goyal@nxp.com&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Wed, 03 Apr 2019 10:38:20 +0000</pubDate>
        <dc:creator>Fiona Trahe &lt;fiona.trahe@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>239912fa - git: ignore build directories</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#239912fa</link>
        <description>git: ignore build directoriestest-meson-build.sh generates multiple build directories for varioustargets. As these follow a known pattern, and since they don&apos;t needto be tracked in git, we can add them to the gitignore file,along with the default build directory &quot;build&quot;.Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;Acked-by: Rami Rosen &lt;ramirose@gmail.com&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Mon, 11 Mar 2019 10:57:32 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>64ab5663 - git: ignore hidden files</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#64ab5663</link>
        <description>git: ignore hidden filesGenerally hidden files are hidden for good reason and we don&apos;t want totrack them in git. They can always be manually added to git trackingindividually if needed.Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Mon, 11 Mar 2019 10:57:31 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5957cda7 - git: ignore python bytecode files</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#5957cda7</link>
        <description>git: ignore python bytecode filesAfter you run a python script, a .pyc file is often left behind,which we don&apos;t want to track in git.Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Mon, 11 Mar 2019 10:57:30 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>48e16ad2 - git: add comments for ignored files</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#48e16ad2</link>
        <description>git: add comments for ignored filesSplit the ignored file list into section based on logical groups of files,putting a comment at the top of each section clarifying what it is.Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Mon, 11 Mar 2019 10:57:29 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5a441543 - doc: add compression driver and ISA-L PMD guides</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#5a441543</link>
        <description>doc: add compression driver and ISA-L PMD guidesThis adds general compression drivers feature guideas well as the ISA-L PMD documentation and guide.Signed-off-by: Lee Daly &lt;lee.daly@intel.com&gt;Reviewed-by: Pablo de Lara &lt;pablo.de.lara.guarch@intel.com&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Wed, 09 May 2018 16:14:35 +0000</pubDate>
        <dc:creator>Lee Daly &lt;lee.daly@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>aafaea3d - devtools: add tags and cscope index generation</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#aafaea3d</link>
        <description>devtools: add tags and cscope index generationThis script generates cscope, gtags, and tags index files based onEAL environment(architecture and OS(linux/bsd)).Selection of the architecture and OS environment is based on dpdkconfiguration target(T=).If EAL environment(T=) is not specified,the script generates tag files based on available source code.Usage: make tags|cscope|gtags|etags [T=config]example usage:make cscopemake tags T=x86_64-native-linuxapp-gccmake gtags T=arm64-armv8a-linuxapp-gccSigned-off-by: Jerin Jacob &lt;jerin.jacob@caviumnetworks.com&gt;Reviewed-by: Yuanhan Liu &lt;yuanhan.liu@linux.intel.com&gt;Reviewed-by: Ferruh Yigit &lt;ferruh.yigit@intel.com&gt;Reviewed-by: Thomas Monjalon &lt;thomas@monjalon.net&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Sat, 29 Apr 2017 10:51:18 +0000</pubDate>
        <dc:creator>Jerin Jacob &lt;jerin.jacob@caviumnetworks.com&gt;</dc:creator>
    </item>
<item>
        <title>807418f2 - doc: reformat crypto drivers overview</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#807418f2</link>
        <description>doc: reformat crypto drivers overviewFollow the approach in the network devices overview,for the feature matrix, so it improves readibilityand maintainability.Signed-off-by: Pablo de Lara &lt;pablo.de.lara.guarch@intel.com&gt;Acked-by: John McNamara &lt;john.mcnamara@intel.com&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Thu, 23 Mar 2017 11:38:55 +0000</pubDate>
        <dc:creator>Pablo de Lara &lt;pablo.de.lara.guarch@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9db3f521 - doc: generate NIC overview table from ini files</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#9db3f521</link>
        <description>doc: generate NIC overview table from ini filesConvert the NIC feature table in the overview doc into a set of inifiles and add functions into the Sphinx conf.py file to auto-generatethem back into an RST table.The reason for doing this is to make it easier for PMD maintainers toupdate the feature matrix that makes up the table and to avoidfrequent and hard to resolve conflicts in doc/guides/nics/overview.rst.A NIC/PMD feature matrix is now an ini file like the following:    $ head doc/guides/nics/nic_features/i40e.ini    ;    ; Features of the i40e network driver.    ;    [Features]    Link status          = Y    Link status event    = Y    Rx interrupt         = Y    Queue start/stop     = Y    ...The output RST table matches the existing table with the columnheaders sorted.Signed-off-by: John McNamara &lt;john.mcnamara@intel.com&gt;Tested-by: Ferruh Yigit &lt;ferruh.yigit@intel.com&gt;

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Fri, 29 Jul 2016 11:59:14 +0000</pubDate>
        <dc:creator>John McNamara &lt;john.mcnamara@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0c9a540e - init DPDK repository</title>
        <link>http://172.16.0.5:8080/history/dpdk/.gitignore#0c9a540e</link>
        <description>init DPDK repository

            List of files:
            /dpdk/.gitignore</description>
        <pubDate>Fri, 01 Mar 2013 14:33:00 +0000</pubDate>
        <dc:creator>Thomas Monjalon &lt;thomas.monjalon@6wind.com&gt;</dc:creator>
    </item>
</channel>
</rss>
