<?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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>281cab4d - vmxnet3: add support for RSS kernel option</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile#281cab4d</link>
        <description>vmxnet3: add support for RSS kernel optionWe observe at least one problem: if a UDP socket is connect(2)-ed, then areceived packet that matches the connection cannot be matched to thecorresponding PCB because of an incorrect flow ID.  That was oberved for DNSrequests from the libc resolver.  We got this problem because FreeBSDr343291 enabled code that can set rsstype of received packets to valuesother than M_HASHTYPE_OPAQUE_HASH.  Earlier that code was under &apos;ifdefnotyet&apos;.The essence of this change is to use the system-wide RSS key instead ofsome historic hardcoded key when the software RSS is enabled and it isconfigured to use Toeplitz algorithm (the default).In all other cases, the driver reports the opaque hash type for receivedpackets while still using Toeplitz algorithm with the internal key.PR:		242890Reviewed by:	pkelseySponsored by:	PanzuraDifferential Revision: https://reviews.freebsd.org/D23147

            List of files:
            /freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile</description>
        <pubDate>Thu, 23 Jan 2020 11:05:03 +0000</pubDate>
        <dc:creator>Andriy Gapon &lt;avg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cad628f0 - Add missing dependency to vmxnet3 Makefile and clean it up a bit otherwise.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile#cad628f0</link>
        <description>Add missing dependency to vmxnet3 Makefile and clean it up a bit otherwise.MFC after:	1 week

            List of files:
            /freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile</description>
        <pubDate>Tue, 22 Jan 2019 04:36:19 +0000</pubDate>
        <dc:creator>Patrick Kelsey &lt;pkelsey@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aeaed508 - Move most of the 15 variations on generating opt_inet.h and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile#aeaed508</link>
        <description>Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htargets here too.

            List of files:
            /freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile</description>
        <pubDate>Mon, 04 Aug 2014 22:37:02 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e557c1dd - Add Tx/Rx multiqueue support to vmx(4)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile#e557c1dd</link>
        <description>Add Tx/Rx multiqueue support to vmx(4)As a prerequisite for multiple queues, the guest must have MSIX enabled.Unfortunately, to work around device passthrough bugs, FreeBSD disablesMSIX when running as a VMWare guest due to the hw.pci.honor_msi_blacklisttunable; this tunable must be disabled for multiple queues.Also included is various minor changes from the projects/vmxnet branch.MFC after:	1 month

            List of files:
            /freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile</description>
        <pubDate>Mon, 17 Mar 2014 05:45:29 +0000</pubDate>
        <dc:creator>Bryan Venteicher &lt;bryanv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea362980 - Include bsd.own.mk before trying to check MK_* values.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile#ea362980</link>
        <description>Include bsd.own.mk before trying to check MK_* values.

            List of files:
            /freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile</description>
        <pubDate>Sat, 24 Aug 2013 15:41:36 +0000</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e3c97c2c - Add vmx(4), a VMware VMXNET3 ethernet driver ported from OpenBSD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile#e3c97c2c</link>
        <description>Add vmx(4), a VMware VMXNET3 ethernet driver ported from OpenBSD

            List of files:
            /freebsd-14.2/sys/modules/vmware/vmxnet3/Makefile</description>
        <pubDate>Fri, 23 Aug 2013 20:47:16 +0000</pubDate>
        <dc:creator>Bryan Venteicher &lt;bryanv@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
