<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>8a847947153e60d812852e5c02de93997b2d3038 - sys/modules: fix standalone build for multiple modules</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gve/Makefile#8a847947153e60d812852e5c02de93997b2d3038</link>
        <description>sys/modules: fix standalone build for multiple modulesMultiple Makefile miss opt_*.h and *_if.h header file. We fix it byrunning make in sys/modules to build all modules.Approved by:    lwhsu (mentor), markj (mentor)Sponsored by:   The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D52062

            List of files:
            /freebsd/sys/modules/gve/Makefile</description>
        <pubDate>Thu, 21 Aug 2025 10:27:06 +0200</pubDate>
        <dc:creator>ShengYi Hung &lt;aokblast@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d438b4ef0cfc6986b93d0754f49ebf3ead50f269 - gve: Add DQO RDA support</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gve/Makefile#d438b4ef0cfc6986b93d0754f49ebf3ead50f269</link>
        <description>gve: Add DQO RDA supportDQO is the descriptor format for our next generation virtual NIC.It is necessary to make full use of the hardware bandwidth on manynewer GCP VM shapes.One major change with DQO from its predecessor GQI is that it usesdual descriptor rings for both TX and RX queues.The TX path uses a descriptor ring to send descriptors to HW, andreceives packet completion events on a TX completion ring.The RX path posts buffers to HW using an RX descriptor ring andreceives incoming packets on an RX completion ring.In GQI-QPL, the hardware could not access arbitrary regions ofguest memory, which is why there was a pre-negotitated bounce buffer(QPL: Queue Page List). DQO-RDA has no such limitation.&quot;RDA&quot; is in contrast to QPL and stands for &quot;Raw DMA Addressing&quot; whichjust means that HW does not need a fixed bounce buffer and can DMAarbitrary regions of guest memory.A subsequent patch will introduce the DQO-QPL datapath that uses thesame descriptor format as in this patch, but will have a fixedbounce buffer.Signed-off-by: Shailend Chand &lt;shailend@google.com&gt;Reviewed-by: markjMFC-after: 2 weeksDifferential Revision: https://reviews.freebsd.org/D46690

            List of files:
            /freebsd/sys/modules/gve/Makefile</description>
        <pubDate>Tue, 05 Nov 2024 20:38:29 +0100</pubDate>
        <dc:creator>Shailend Chand &lt;shailend@google.com&gt;</dc:creator>
    </item>
<item>
        <title>54dfc97b0bd99f1c3bcbb37357cf28cd81a7cf00 - Add gve, the driver for Google Virtual NIC (gVNIC)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/gve/Makefile#54dfc97b0bd99f1c3bcbb37357cf28cd81a7cf00</link>
        <description>Add gve, the driver for Google Virtual NIC (gVNIC)gVNIC is a virtual network interface designed specifically forGoogle Compute Engine (GCE). It is required to support per-VM Tier_1networking performance, and for using certain VM shapes on GCE.The NIC supports TSO, Rx and Tx checksum offloads, and RSS.It does not currently do hardware LRO, and thus the software-LROin the host is used instead. It also supports jumbo frames.For each queue, the driver negotiates a set of pages with the NIC toserve as a fixed bounce buffer, this precludes the use of iflib.Reviewed-by: 		markjMFC-after:		2 weeksDifferential Revision: https://reviews.freebsd.org/D39873

            List of files:
            /freebsd/sys/modules/gve/Makefile</description>
        <pubDate>Fri, 02 Jun 2023 20:58:24 +0200</pubDate>
        <dc:creator>Shailend Chand &lt;shailend@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
