<?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 README</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>db46ff44 - common/iavf: update base driver version</title>
        <link>http://172.16.0.5:8080/history/dpdk/drivers/common/iavf/README#db46ff44</link>
        <description>common/iavf: update base driver versionUpdate the driver version to trace the change.Signed-off-by: Haiyue Wang &lt;haiyue.wang@intel.com&gt;Acked-by: Qi Zhang &lt;qi.z.zhang@intel.com&gt;

            List of files:
            /dpdk/drivers/common/iavf/README</description>
        <pubDate>Tue, 07 Sep 2021 07:33:04 +0000</pubDate>
        <dc:creator>Haiyue Wang &lt;haiyue.wang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cfacca20 - common/iavf: fix order of protocol header types</title>
        <link>http://172.16.0.5:8080/history/dpdk/drivers/common/iavf/README#cfacca20</link>
        <description>common/iavf: fix order of protocol header typesThe new virtchnl protocol header types for IPv4 and IPv6 fragment arenot added in order, which will break ABI. Move them to the end of thelist.Fixes: e6a42fd9158b (&quot;common/iavf: add protocol header for IP fragment&quot;)Cc: stable@dpdk.orgSigned-off-by: Ting Xu &lt;ting.xu@intel.com&gt;Acked-by: Qi Zhang &lt;qi.z.zhang@intel.com&gt;

            List of files:
            /dpdk/drivers/common/iavf/README</description>
        <pubDate>Sun, 25 Apr 2021 06:53:04 +0000</pubDate>
        <dc:creator>Ting Xu &lt;ting.xu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7815caa6 - common/iavf: update copyright date</title>
        <link>http://172.16.0.5:8080/history/dpdk/drivers/common/iavf/README#7815caa6</link>
        <description>common/iavf: update copyright dateUpdated the Copyright for 2021.Updated FreeBSD IAVF driver of version.Signed-off-by: Qi Zhang &lt;qi.z.zhang@intel.com&gt;

            List of files:
            /dpdk/drivers/common/iavf/README</description>
        <pubDate>Thu, 07 Jan 2021 04:53:33 +0000</pubDate>
        <dc:creator>Qi Zhang &lt;qi.z.zhang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>691ad362 - common/iavf: support VF with more than 16 queues</title>
        <link>http://172.16.0.5:8080/history/dpdk/drivers/common/iavf/README#691ad362</link>
        <description>common/iavf: support VF with more than 16 queuesCurrently there are limitations in the virthcnl.h interface that onlyallow a maximum of 16 queues to be used by a VF driver. Add support invirtchnl.h to allow a VF driver to request &gt;16 queues. Also, the RSSqregion size is currently assumed to be the max number of queues a VFcan request and/or is given on initialization. With larger VFs thisassumption can no longer be made, so add a new op to support queryingthe max RSS qregion size.In order to request more queues than the initially given queues the VFdriver needs to use the VIRTCHNL_OP_REQUEST_QUEUES opcode.The VF is given more &gt;16 queues it should use the newVIRTCHNL_OP_GET_MAX_RSS_QREGION to determine its max qregion size. Thisis needed to correctly configure the RSS LUT and/or configure filtersbased on queue base/offset and queue region size.If the VF is configuring &gt;16 queues it should use the following opcodesto configure the qeueus and interrupts after successfully requestingthem.VIRTCHNL_OP_MAP_QUEUE_VECTORVIRTCHNL_OP_ENABLE_QUEUES_V2VIRTCHNL_OP_DISABLE_QUEUES_V2Also, add support in virtchnl_vc_validate_vf_msg() to validate the abovemessages. As a part of this move the virtchnl_vector_limits enumerationdirectly above the function it&apos;s used.The patch also update base code release version in readme.Signed-off-by: Ting Xu &lt;ting.xu@intel.com&gt;Signed-off-by: Brett Creeley &lt;brett.creeley@intel.com&gt;Signed-off-by: Qi Zhang &lt;qi.z.zhang@intel.com&gt;Acked-by: Beilei Xing &lt;beilei.xing@intel.com&gt;

            List of files:
            /dpdk/drivers/common/iavf/README</description>
        <pubDate>Thu, 15 Oct 2020 00:43:24 +0000</pubDate>
        <dc:creator>Qi Zhang &lt;qi.z.zhang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>32c3e0b4 - common/iavf: update copyright</title>
        <link>http://172.16.0.5:8080/history/dpdk/drivers/common/iavf/README#32c3e0b4</link>
        <description>common/iavf: update copyrightClarify Intel copyright and update the date to 2020.Fixes: 317862a4e44f (&quot;net/iavf: replace license text with SPDX tag&quot;)Cc: stable@dpdk.orgSigned-off-by: Xiaoyun Li &lt;xiaoyun.li@intel.com&gt;Reviewed-by: Ferruh Yigit &lt;ferruh.yigit@intel.com&gt;

            List of files:
            /dpdk/drivers/common/iavf/README</description>
        <pubDate>Mon, 18 May 2020 08:45:46 +0000</pubDate>
        <dc:creator>Xiaoyun Li &lt;xiaoyun.li@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>51efc0e3 - common/iavf: update version</title>
        <link>http://172.16.0.5:8080/history/dpdk/drivers/common/iavf/README#51efc0e3</link>
        <description>common/iavf: update versionUpdate base code release version in readmeSigned-off-by: Qi Zhang &lt;qi.z.zhang@intel.com&gt;Acked-by: Beilei Xing &lt;beilei.xing@intel.com&gt;

            List of files:
            /dpdk/drivers/common/iavf/README</description>
        <pubDate>Sun, 12 Apr 2020 12:50:29 +0000</pubDate>
        <dc:creator>Qi Zhang &lt;qi.z.zhang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>89214fe9 - net/iavf/base: move to drivers common directory</title>
        <link>http://172.16.0.5:8080/history/dpdk/drivers/common/iavf/README#89214fe9</link>
        <description>net/iavf/base: move to drivers common directoryChange the iavf base code as driver common library, it is used by iavfPMD now, and it can be used by other Intel SR-IOV PMDs in the future.Signed-off-by: Haiyue Wang &lt;haiyue.wang@intel.com&gt;Acked-by: Qi Zhang &lt;qi.z.zhang@intel.com&gt;

            List of files:
            /dpdk/drivers/common/iavf/README</description>
        <pubDate>Fri, 10 Jan 2020 01:37:49 +0000</pubDate>
        <dc:creator>Haiyue Wang &lt;haiyue.wang@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
